mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
use universal intrinsic in threshold
* add performance test for 32F and 64F threshold * requires update of opencv_extra
This commit is contained in:
@@ -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()
|
||||
)
|
||||
)
|
||||
|
||||
+475
-693
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user