Not able to build cvv module into install include folder

asked 2018-03-06 10:05:43 -0600

updated 2018-03-06 10:08:48 -0600

berak gravatar image

I am using installOcv.sh file to build my both opencv and opencv contrib modules. It is building all the packages inside it except cvv and viz. I tried by using cmake and also provided "EXTRA_Module_Path" and checked "with_cvv" option also. After building using visual studio it is not coming on the "install -> opencv -> include " folder. I tried in my installOCV.sh file by enabling some command -DBUILD_opencv_CVV=ON and -DWITH_cvv:bool=ON.

Please help me to get rid of it. I am attaching my installOCV.sh file. Please look into it.

edit retag flag offensive close merge delete

Comments

please add your installOCV.sh and the cmake output to the question, but as TEXT, so folks here can properly quote you, thank you !

again, no screenshots of text, please ... (i just removed it, it's entirely useless here)

opencv / VS version ?

then -- cvv needs Qt (libs, dev version) installed, do you have it ?

berak gravatar imageberak ( 2018-03-06 10:08:26 -0600 )edit

@berak I think it is this one

@Gourav Bhattacharya opencv should be installed here : -DCMAKE_INSTALL_PREFIX="$myRepo"/install/"$RepoSource"

LBerger gravatar imageLBerger ( 2018-03-06 12:46:05 -0600 )edit

sir first I have tried with .txt extension but unfortunately I didn't get any option while attaching it is only showing image extensions. Despite of this I tried but not able to attach that file.

Gourav Bhattacharya gravatar imageGourav Bhattacharya ( 2018-03-08 22:25:43 -0600 )edit

I followed documentation only and whatever they have mentioned I did. I don't know what is going with cvv except cvv all other modules are in the install -> include -> opencv2. I tried with both command -DWTH_CVV and -DBUILD_opencv_CVV but not getting any installed folder in install -> include->opencv2. Same I did with cuda installation like -DWITH_cuda and I'm getting all the file and folder related to the cuda in the same directory what I have mentioned over there.

Gourav Bhattacharya gravatar imageGourav Bhattacharya ( 2018-03-08 22:34:47 -0600 )edit