Merge pull request #7413 from tomoaki0705:featureUniversalThreshold

pull/7471/head
Alexander Alekhin 8 years ago
commit 994815fbd4
  1. 2
      modules/imgproc/perf/perf_threshold.cpp
  2. 1090
      modules/imgproc/src/thresh.cpp

@ -14,7 +14,7 @@ typedef perf::TestBaseWithParam<Size_MatType_ThreshType_t> Size_MatType_ThreshTy
PERF_TEST_P(Size_MatType_ThreshType, threshold,
testing::Combine(
testing::Values(TYPICAL_MAT_SIZES),
testing::Values(CV_8UC1, CV_16SC1),
testing::Values(CV_8UC1, CV_16SC1, CV_32FC1, CV_64FC1),
ThreshType::all()
)
)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save