c++qtopencvcmake-guiopenpose

how to build openPose in QT Project?


I'm Student, in Korea. um..sorry about that I am not good in English.

so I used translate program KOR to ENG.

I succeed test opnePose demo.

I want to build openPose GUI Program.

But, I can't build project openPose with QT.

Cannot find with_qt in cmake-gui.

enter image description here

how to build openPose project with QT?

Help me please..I stayed up three nights...

I want to complete this project.

*Development Environment


Solution

  • I believe your question is how to enable QT in the OpenCV that openpose uses. You are looking for a WITH_QT option as you saw in OpenCV, but one is not present in OpenPose.

    This is because openpose does not come with opencv, but will use the opencv that you provide it. If you have built opencv with Qt, provide that version to openpose by setting the OpenCV_DIR to the path of your OpenCV install.