FAST               54 modules/cudafeatures2d/perf/perf_features2d.cpp PERF_TEST_P(Image_Threshold_NonMaxSuppression, FAST,
FAST               88 modules/cudafeatures2d/perf/perf_features2d.cpp         TEST_CYCLE() cv::FAST(img, cpu_keypoints, threshold, nonMaxSuppersion);
FAST               58 modules/cudafeatures2d/test/test_features2d.cpp PARAM_TEST_CASE(FAST, cv::cuda::DeviceInfo, FAST_Threshold, FAST_NonmaxSuppression)
FAST               74 modules/cudafeatures2d/test/test_features2d.cpp CUDA_TEST_P(FAST, Accuracy)
FAST               99 modules/cudafeatures2d/test/test_features2d.cpp         cv::FAST(image, keypoints_gold, threshold, nonmaxSuppression);
FAST              105 modules/cudafeatures2d/test/test_features2d.cpp INSTANTIATE_TEST_CASE_P(CUDA_Features2D, FAST, testing::Combine(
FAST              357 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
FAST              378 modules/features2d/include/opencv2/features2d.hpp CV_EXPORTS void FAST( InputArray image, CV_OUT std::vector<KeyPoint>& keypoints,
FAST               29 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         FAST          = 1,
FAST               45 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         GRID_FAST          = GRIDDETECTOR + FAST,
FAST               61 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         PYRAMID_FAST       = PYRAMIDDETECTOR + FAST,
FAST               76 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         DYNAMIC_FAST       = DYNAMICDETECTOR + FAST,
FAST              114 modules/features2d/misc/java/src/cpp/features2d_manual.hpp         case FAST:
FAST               50 modules/features2d/misc/java/test/BruteForceHammingDescriptorMatcherTest.java         FeatureDetector detector = FeatureDetector.create(FeatureDetector.FAST);
FAST               49 modules/features2d/misc/java/test/BruteForceHammingLUTDescriptorMatcherTest.java         FeatureDetector detector = FeatureDetector.create(FeatureDetector.FAST);
FAST               38 modules/features2d/misc/java/test/FASTFeatureDetectorTest.java         detector = FeatureDetector.create(FeatureDetector.FAST);
FAST              349 modules/features2d/src/fast.cpp       if(tegra::useTegra() && tegra::FAST(_img, keypoints, threshold, nonmax_suppression))
FAST              360 modules/features2d/src/fast.cpp     FAST(_img, keypoints, threshold, nonmax_suppression, FastFeatureDetector::TYPE_9_16);
FAST              382 modules/features2d/src/fast.cpp         FAST( gray, keypoints, threshold, nonmaxSuppression, type );
FAST               79 modules/features2d/test/test_fast.cpp     FAST(gray1, keypoints1, 30, true, type);
FAST               80 modules/features2d/test/test_fast.cpp     FAST(gray2, keypoints2, (type > 0 ? 30 : 20), true, type);
FAST              312 samples/gpu/performance/tests.cpp TEST(FAST)
FAST              319 samples/gpu/performance/tests.cpp     FAST(src, keypoints, 20);
FAST              322 samples/gpu/performance/tests.cpp     FAST(src, keypoints, 20);