Ask Your Question

vasiliyx's profile - activity

2019-01-10 07:45:41 -0600 received badge  Necromancer (source)
2019-01-09 21:13:57 -0600 edited answer errors on running FAST algorithm on corner detection

This works on CV '3.4.5', Python 3.6.1 # Load image img = cv.imread(myImagePath); gray = cv.cvtColor(img, cv.COLOR_BGR2

2019-01-09 20:41:55 -0600 answered a question errors on running FAST algorithm on corner detection

Change to #Print all default params print("Threshold: ", fast.getThreshold()); print("nonmaxSuppression: ", fast.getNon

2019-01-09 20:41:20 -0600 received badge  Editor (source)
2019-01-09 20:41:20 -0600 edited answer errors on running FAST algorithm on corner detection

Change to #Print all default params print("Threshold: ", fast.getThreshold()); print("nonmaxSuppression: ", fast.getNon

2019-01-09 20:40:13 -0600 answered a question errors on running FAST algorithm on corner detection

Print all default params print("Threshold: ", fast.getThreshold()); print("nonmaxSuppression: ", fast.getNonmaxSuppress

2018-12-27 20:05:42 -0600 commented answer theory of template matching algorithm

Thanks. Makes sense