Added continous hand tracking
This commit is contained in:
@@ -2,10 +2,10 @@ import cv2
|
||||
import numpy as np
|
||||
|
||||
# ---- Board parameters (CHANGE THESE ONLY IF YOU REPRINT) ----
|
||||
squares_x = 6 # number of chessboard squares in X
|
||||
squares_y = 9 # number of chessboard squares in Y
|
||||
square_length = 25 # mm
|
||||
marker_length = 18 # mm (must be < square_length)
|
||||
squares_x = 4 # number of chessboard squares in X
|
||||
squares_y = 5 # number of chessboard squares in Y
|
||||
square_length = 50 # mm
|
||||
marker_length = 36 # mm (must be < square_length)
|
||||
dictionary_id = cv2.aruco.DICT_4X4_50
|
||||
dpi = 300 # print DPI
|
||||
# ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user