Cannot import "ccalib" module from opencv-contrib
Hi,
I compiled opencv
from source by including opencv-contrib
modules. I can import almost all the modules, except ccalib
module which is used to calibrate the camera using custom calibration pattern. I even compiled examples too, they are working and i can run all the examples in ccalib
module. I can even find the concerned module in modules
folder of build
directory.
I cannot import it after i run make install
. I will be grateful if someone points out what i am doing wrong?
" I cannot import it after i run make install" -- what does that mean, exactly ? error msgs ?
I m using python wrappers for OpenCV, when i try to import the module, it says there is no attribute called ccalib for cv2.
hey, that's an important detail !