<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic question about CalibrateCamera2 in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/question-about-CalibrateCamera2/m-p/913331#M14624</link>
    <description>I find some problem of CalibrateCamera2(), I think the coordinates of 3D object points CvMat* object_points and their correspondent 2D projections CvMat* image_points isn't correspondent. If I set the CvMat* object_points correspondent to CvMat* image_points the result is wrong, could you give me some more information about this function,e.g. the coordinate system of image and object applied in this fuction or the right correspondent sample of CvMat* object_points and CvMat* image_points.</description>
    <pubDate>Thu, 24 Aug 2006 15:36:22 GMT</pubDate>
    <dc:creator>tang1102</dc:creator>
    <dc:date>2006-08-24T15:36:22Z</dc:date>
    <item>
      <title>question about CalibrateCamera2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/question-about-CalibrateCamera2/m-p/913331#M14624</link>
      <description>I find some problem of CalibrateCamera2(), I think the coordinates of 3D object points CvMat* object_points and their correspondent 2D projections CvMat* image_points isn't correspondent. If I set the CvMat* object_points correspondent to CvMat* image_points the result is wrong, could you give me some more information about this function,e.g. the coordinate system of image and object applied in this fuction or the right correspondent sample of CvMat* object_points and CvMat* image_points.</description>
      <pubDate>Thu, 24 Aug 2006 15:36:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/question-about-CalibrateCamera2/m-p/913331#M14624</guid>
      <dc:creator>tang1102</dc:creator>
      <dc:date>2006-08-24T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: question about CalibrateCamera2</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/question-about-CalibrateCamera2/m-p/913332#M14625</link>
      <description>&lt;P&gt;Actually, here I just rephrase what's writtein in the OpenCV reference manual. object_points is array of the feature points of the calibration patern in the pattern coordinate space. The array is duplicated as many times, as the number of the pattern views captured. For example, if the pattern is planar, such as the checkerboard, X and Y axes are usually set parallel to the board sides with the coordinate origin at one of the board corners, and Z axis is orthogonal to the board plane. In this case object_points is{(X_k,Y_k)=(square_size*(k mod &lt;SQUARES_PER_ROW&gt;), square_size*(k / &lt;SQUARES_PER_ROW&gt;)}. image_points&lt;K&gt; is the projection of the object_points&lt;K&gt; to the image view. It should be retrieved using a specialized algorithm, such as cvFindChessboardCorners. There is see opencv/tests/cv/src/acameracalibration.cpp, opencv/filters/calibfilter/calibfilter.cpp and opencv/cvaux/src/cvcalibfilter.cpp for examples how to use cvCalibrateCamera2. There will be also a simple example added to opencv/samples/c/ that wil demonstrate the function use.&lt;/K&gt;&lt;/K&gt;&lt;/SQUARES_PER_ROW&gt;&lt;/SQUARES_PER_ROW&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2006 23:10:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/question-about-CalibrateCamera2/m-p/913332#M14625</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-08-24T23:10:32Z</dc:date>
    </item>
  </channel>
</rss>

