Skip to content

Commit

Permalink
Remove aruco param
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Dec 4, 2024
1 parent 00c574f commit 86356aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion opencsp/common/lib/photogrammetry/photogrammetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def find_aruco_marker(
aruco_detect_params = aruco.DetectorParameters()
aruco_detect_params.adaptiveThreshConstant = adaptiveThreshConstant
aruco_detect_params.minMarkerPerimeterRate = minMarkerPerimeterRate
aruco_detect_params.minMarkerDistanceRate = 0.05

# Find targets
arcuoDetector = aruco.ArucoDetector(aruco_dict, detectorParams=aruco_detect_params)
Expand Down

0 comments on commit 86356aa

Please sign in to comment.