HomeSort by relevance Sort by last modified time
    Searched refs:_levels (Results 1 - 7 of 7) sorted by null

  /external/opencv3/samples/cpp/
contours2.cpp 29 int _levels = levels - 3; local
30 drawContours( cnt_img, contours, _levels <= 0 ? 3 : -1, Scalar(128,255,255),
31 3, LINE_AA, hierarchy, std::abs(_levels) );
  /external/opencv3/modules/cudaimgproc/src/
histogram.cpp 456 void cv::cuda::evenLevels(OutputArray _levels, int nLevels, int lowerLevel, int upperLevel, Stream& stream)
458 const int kind = _levels.kind();
460 _levels.create(1, nLevels, CV_32SC1);
466 host_levels = _levels.getMat();
471 _levels.getGpuMatRef().upload(host_levels, stream);
531 void cv::cuda::histRange(InputArray _src, OutputArray hist, InputArray _levels, Stream& stream)
545 GpuMat levels = _levels.getGpuMat();
  /external/opencv3/modules/objdetect/src/
cascadedetect.cpp 1008 std::vector<int>& _levels, std::vector<double>& _weights,
1017 rejectLevels = outputLevels ? &_levels : 0;
    [all...]
haar.cpp     [all...]
  /external/opencv3/modules/imgproc/src/
histogram.cpp     [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 

Completed in 210 milliseconds