Ask Your Question

David Scherfgen's profile - activity

2013-12-13 06:42:57 -0600 commented question Is anyone using P3P or EPNP in solvePnP?

I can confirm the problem (OpenCV 2.4.6). solvePnP with the iterative algorithm works fine and gives me brilliant results. EPnP however is very unstable and occasionally gives completely wrong camera poses. Unusable for me. I suspect it's an implementation error, because EPnP is so famous. It should be better than this.

2013-11-10 11:47:40 -0600 received badge  Organizer (source)
2013-11-10 11:47:05 -0600 asked a question How to build opencv_world in 2.4.7?

Hello,

I like the idea of the "world" module in 2.4.7. Unfortunately, it's not included in the prebuilt Windows libraries, so I decided to build it myself with CMake. However, when I click "Configure", CMake gives me the following error:

CMake Error at cmake/OpenCVGenConfig.cmake:84 (export): export called with target "opencv_world" which requires target "zlib" that is not in the export list.

I don't know how to fix this. Any hints?