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