mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Performance tests are added.
This commit is contained in:
parent
ba39bb8da8
commit
c26fd68236
@ -47,7 +47,7 @@ using namespace cv;
|
||||
|
||||
void MakeArtificialExample(RNG rng, Mat& dst_left_view, Mat& dst_view);
|
||||
|
||||
CV_ENUM(SGBMModes, StereoSGBM::MODE_SGBM, StereoSGBM::MODE_SGBM_3WAY);
|
||||
CV_ENUM(SGBMModes, StereoSGBM::MODE_SGBM, StereoSGBM::MODE_SGBM_3WAY, StereoSGBM::MODE_HH4);
|
||||
typedef tuple<Size, int, SGBMModes> SGBMParams;
|
||||
typedef TestBaseWithParam<SGBMParams> TestStereoCorresp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user