TYPE_9_16         440 modules/cudafeatures2d/include/opencv2/cudafeatures2d.hpp                                            int type=FastFeatureDetector::TYPE_9_16,
TYPE_9_16          69 modules/cudafeatures2d/perf/perf_features2d.cpp                                                       cv::FastFeatureDetector::TYPE_9_16,
TYPE_9_16          84 modules/cudafeatures2d/src/fast.cpp         virtual void setType(int type) { CV_Assert( type == TYPE_9_16 ); }
TYPE_9_16          85 modules/cudafeatures2d/src/fast.cpp         virtual int getType() const { return TYPE_9_16; }
TYPE_9_16         204 modules/cudafeatures2d/src/fast.cpp     CV_Assert( type == TYPE_9_16 );
TYPE_9_16         393 modules/features2d/include/opencv2/features2d.hpp         TYPE_5_8 = 0, TYPE_7_12 = 1, TYPE_9_16 = 2,
TYPE_9_16         399 modules/features2d/include/opencv2/features2d.hpp                                                     int type=FastFeatureDetector::TYPE_9_16 );
TYPE_9_16           9 modules/features2d/perf/opencl/perf_fast.cpp enum { TYPE_5_8 =FastFeatureDetector::TYPE_5_8, TYPE_7_12 = FastFeatureDetector::TYPE_7_12, TYPE_9_16 = FastFeatureDetector::TYPE_9_16 };
TYPE_9_16           9 modules/features2d/perf/perf_fast.cpp enum { TYPE_5_8 =FastFeatureDetector::TYPE_5_8, TYPE_7_12 = FastFeatureDetector::TYPE_7_12, TYPE_9_16 = FastFeatureDetector::TYPE_9_16 };
TYPE_9_16          10 modules/features2d/perf/perf_fast.cpp CV_ENUM(FastType, TYPE_5_8, TYPE_7_12, TYPE_9_16)
TYPE_9_16         333 modules/features2d/src/fast.cpp   if( ocl::useOpenCL() && _img.isUMat() && type == FastFeatureDetector::TYPE_9_16 &&
TYPE_9_16         347 modules/features2d/src/fast.cpp     case FastFeatureDetector::TYPE_9_16:
TYPE_9_16         360 modules/features2d/src/fast.cpp     FAST(_img, keypoints, threshold, nonmax_suppression, FastFeatureDetector::TYPE_9_16);