mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 09:49:12 +08:00
d6c699c014
stereo module in opencv_contrib is renamed to xstereo
8 lines
118 B
C++
8 lines
118 B
C++
#include "perf_precomp.hpp"
|
|
|
|
#if defined(HAVE_HPX)
|
|
#include <hpx/hpx_main.hpp>
|
|
#endif
|
|
|
|
CV_PERF_TEST_MAIN(calib3d)
|