mirror of https://github.com/opencv/opencv.git
Open Source Computer Vision Library
https://opencv.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
381 B
13 lines
381 B
13 years ago
|
set(the_description "Camera Calibration and 3D Reconstruction")
|
||
6 years ago
|
|
||
|
ocv_add_dispatched_file(undistort SSE2 AVX2)
|
||
|
|
||
6 years ago
|
set(debug_modules "")
|
||
4 years ago
|
if(DEBUG_opencv_3d)
|
||
6 years ago
|
list(APPEND debug_modules opencv_highgui)
|
||
|
endif()
|
||
4 years ago
|
ocv_define_module(3d opencv_imgproc opencv_features2d opencv_flann ${debug_modules}
|
||
5 years ago
|
WRAP java objc python js
|
||
6 years ago
|
)
|
||
5 years ago
|
ocv_target_link_libraries(${the_module} ${LAPACK_LIBRARIES})
|