Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

cv::FAST candidate corners' score when nonmaxSuppression=false

Hi, When calling cv::FAST() with nonmaxSuppression set to true, the response field in each one of the corners includes the it's score per the algorithm. This is not the case when using nonmaxSuppression=false How can one find the score of the candidate corners at this stage (before nonmax suppression)? Best, Rami