Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes I think it is that. You should refer to the original paper:

For changing the FAST type in OpenCV 3:

cv::Ptr<cv::Feature2D> fast = cv::FastFeatureDetector::create(10, true, cv::FastFeatureDetector::TYPE_5_8);

Yes I think it is that. You should refer to the original paper:

For changing the FAST type in OpenCV 3:3 (doc):

cv::Ptr<cv::Feature2D> fast = cv::FastFeatureDetector::create(10, true, cv::FastFeatureDetector::TYPE_5_8);