OpenCV 4.11.0
开源计算机视觉
|
这是cv::fastcv::FCVMSER的完整成员列表,包括所有继承的成员。
create(const cv::Size &imgSize, int numNeighbors=4, int delta=2, int minArea=30, int maxArea=14400, float maxVariation=0.15f, float minDiversity=0.2f) | cv::fastcv::FCVMSER | 静态 |
detect(InputArray src, std::vector< std::vector< Point > > &contours)=0 | cv::fastcv::FCVMSER | 纯虚函数 |
detect(InputArray src, std::vector< std::vector< Point > > &contours, std::vector< cv::Rect > &boundingBoxes)=0 | cv::fastcv::FCVMSER | 纯虚函数 |
detect(InputArray src, std::vector< std::vector< Point > > &contours, std::vector< cv::Rect > &boundingBoxes, std::vector< ContourData > &contourData)=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getDelta()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getImgSize()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getMaxArea()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getMaxVariation()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getMinArea()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getMinDiversity()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
getNumNeighbors()=0 | cv::fastcv::FCVMSER | 纯虚函数 |
~FCVMSER() | cv::fastcv::FCVMSER | 内联虚函数 |