cv::triangulatePoints(...) undeclared (Bug #1963)


Added by Federico Perazzi almost 13 years ago. Updated almost 13 years ago.


Status:Cancelled Start date:2012-05-20
Priority:Normal Due date:
Assignee:Ilya Lysenkov % Done:

0%

Category:calibration, 3d
Target version:2.4.1
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

Hi,

just found out cv::triangulatePoints(), is missing from opencv2/calib3d/calib3d.hpp. I tried to copy-paste the function prototype to it, but the function is not even compiled into the libraries and I get an undefined reference error when linking.


History

Updated by Ilya Lysenkov almost 13 years ago

Hi,

Which version of OpenCV do you use? cv::triangulatePoints() was added in 2.4:
source:tags/2.4.0/opencv/modules/calib3d/include/opencv2/calib3d/calib3d.hpp#L649

  • Target version set to 2.4.1
  • Category set to calibration, 3d
  • Assignee set to Ilya Lysenkov

Updated by Federico Perazzi almost 13 years ago

I see, I am using 2.3

Updated by Ilya Lysenkov almost 13 years ago

So you have to update to the 2.4 to use cv::triangulatePoints().

  • Status changed from Open to Cancelled

Also available in: Atom PDF