HomeSort by relevance Sort by last modified time
    Searched defs:GAUSSIAN (Results 1 - 6 of 6) sorted by null

  /external/opencv3/samples/cpp/
laplace.cpp 21 enum {GAUSSIAN, BLUR, MEDIAN};
24 int smoothType = GAUSSIAN;
69 if(smoothType == GAUSSIAN)
82 smoothType = smoothType == GAUSSIAN ? BLUR : smoothType == BLUR ? MEDIAN : GAUSSIAN;
  /external/opencv3/modules/java/src/
ml+ANN_MLP.java 22 GAUSSIAN = 2,
  /external/opencv3/modules/ml/include/opencv2/
ml.hpp     [all...]
  /external/opencv/ml/include/
ml.h     [all...]
  /external/opencv3/apps/traincascade/
old_ml.hpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 484 milliseconds