OpenCV 4.10.0-dev
Open Source Computer Vision
|
#include <opencv2/core.hpp>
Namespaces | |
namespace | cv |
namespace | cv::fastcv |
Functions | |
void | cv::fastcv::FAST10 (InputArray src, InputArray mask, OutputArray coords, OutputArray scores, int barrier, int border, bool nmsEnabled) |
Extracts FAST corners and scores from the image based on the mask. The mask specifies pixels to be ignored by the detector. | |