Skip to content

Commit 4b863cc

Browse files
committed
Update optical_flow_sparse_auto.py
1 parent b444697 commit 4b863cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/optical_flow_sparse_auto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# convert to grayscale
3434
frame_gray_init = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)
3535

36-
# Use optical flow to detect object corners / edges from initial frame
36+
# Use Shi-Tomasi to detect object corners / edges from initial frame
3737
edges = cv2.goodFeaturesToTrack(frame_gray_init, mask = None, **parameters_shitomasi)
3838
# [Debug] show amount of found edges
3939
# max value = maxCorners see above. Reduce qualityLevel to get more hits

0 commit comments

Comments
 (0)