Skip to content

Commit c26fd68

Browse files
author
Pyotr Chekmaryov
committed
Performance tests are added.
1 parent ba39bb8 commit c26fd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/calib3d/perf/perf_stereosgbm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ using namespace cv;
4747

4848
void MakeArtificialExample(RNG rng, Mat& dst_left_view, Mat& dst_view);
4949

50-
CV_ENUM(SGBMModes, StereoSGBM::MODE_SGBM, StereoSGBM::MODE_SGBM_3WAY);
50+
CV_ENUM(SGBMModes, StereoSGBM::MODE_SGBM, StereoSGBM::MODE_SGBM_3WAY, StereoSGBM::MODE_HH4);
5151
typedef tuple<Size, int, SGBMModes> SGBMParams;
5252
typedef TestBaseWithParam<SGBMParams> TestStereoCorresp;
5353

0 commit comments

Comments
 (0)