Ask Your Question

Revision history [back]

The function is declared into the calib3d library. Be sure to have done the followign things: - Include the calib3d dll file in the linker options of your project. - Add #include "opencv2/imgproc/imgproc.hpp" to the top of your project.

If this is all done, then the function should be recognized. Also know that this is included in the opencv2 interface, namely the C++ interface.

The C - style function is called cv.CalibrateCamera2

More information on : http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera

The function is declared into the calib3d library. Be sure to have done the followign things: - things:

  • Include the calib3d dll file in the linker options of your project. - project.
  • Add #include "opencv2/imgproc/imgproc.hpp" to the top of your project.

If this is all done, then the function should be recognized. Also know that this is included in the opencv2 interface, namely the C++ interface.

The C - style function is called cv.CalibrateCamera2

More information on : http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera

The function is declared into the calib3d library. Be sure to have done the followign things:

  • Include the calib3d dll file in the linker options of your project.
  • Add #include "opencv2/imgproc/imgproc.hpp" "opencv2/calib3d/calib3d.hpp" to the top of your project.

If this is all done, then the function should be recognized. Also know that this is included in the opencv2 interface, namely the C++ interface.

The C - style function is called cv.CalibrateCamera2

More information on : http://docs.opencv.org/modules/calib3d/doc/camera_calibration_and_3d_reconstruction.html#calibratecamera