2012-02-03 19:26:49 +08:00
|
|
|
set(the_description "Camera Calibration and 3D Reconstruction")
|
2019-07-19 03:15:14 +08:00
|
|
|
|
|
|
|
ocv_add_dispatched_file(undistort SSE2 AVX2)
|
|
|
|
|
2019-04-16 02:59:51 +08:00
|
|
|
set(debug_modules "")
|
|
|
|
if(DEBUG_opencv_calib3d)
|
|
|
|
list(APPEND debug_modules opencv_highgui)
|
|
|
|
endif()
|
2019-06-27 04:17:19 +08:00
|
|
|
ocv_define_module(calib3d opencv_imgproc opencv_features2d opencv_flann ${debug_modules}
|
2020-06-09 02:32:53 +08:00
|
|
|
WRAP java objc python js
|
2019-04-12 07:13:12 +08:00
|
|
|
)
|
2020-08-15 06:42:26 +08:00
|
|
|
ocv_target_link_libraries(${the_module} ${LAPACK_LIBRARIES})
|