<?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 CameraCalibration2 problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/CameraCalibration2-problem/m-p/866082#M8355</link>
    <description>&lt;P&gt;hi ! I have tow question&lt;/P&gt;
&lt;P&gt;first : when I use CameraCalibration2 function in opencv I get exception tell me that opjects point must be 1xn or nx1 for 3 channel I write this code&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;CvMat * points3;&lt;/P&gt;
&lt;P&gt;points3 = cvCreateMat(1,35,CV_32FC3);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;CvMat * numPoints = cvCreateMat(1,1,CV_32SC1);&lt;/P&gt;
&lt;P&gt;numPoints-&amp;gt;data.fl[0] = 35.0f;&lt;/P&gt;
&lt;P&gt;CvMat * points2 = cvCreateMat(1,35,CV_32FC2);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;m_Intrinsic = cvCreateMat(3,3,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_DitrorationCoeff = cvCreateMat(1,4,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_Rotation = cvCreateMat(1,3,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_Translation = cvCreateMat(1,3,CV_32FC1);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;cvCalibrateCamera2(points2,points3,numPoints,imageSize,m_Intrinsic,m_DitrorationCoeff,m_Rotation,m_Translation,0);&lt;/P&gt;
&lt;P&gt;if any one can tell me the problem I will be very thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;second : did the opencv have function make 3d reconstruction be getting 2 2d image points?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;&lt;/FONT&gt;</description>
    <pubDate>Mon, 30 Jun 2008 13:35:45 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2008-06-30T13:35:45Z</dc:date>
    <item>
      <title>CameraCalibration2 problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/CameraCalibration2-problem/m-p/866082#M8355</link>
      <description>&lt;P&gt;hi ! I have tow question&lt;/P&gt;
&lt;P&gt;first : when I use CameraCalibration2 function in opencv I get exception tell me that opjects point must be 1xn or nx1 for 3 channel I write this code&lt;/P&gt;&lt;FONT size="2"&gt;
&lt;P&gt;CvMat * points3;&lt;/P&gt;
&lt;P&gt;points3 = cvCreateMat(1,35,CV_32FC3);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;CvMat * numPoints = cvCreateMat(1,1,CV_32SC1);&lt;/P&gt;
&lt;P&gt;numPoints-&amp;gt;data.fl[0] = 35.0f;&lt;/P&gt;
&lt;P&gt;CvMat * points2 = cvCreateMat(1,35,CV_32FC2);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;P&gt;&lt;/P&gt;
&lt;P&gt;m_Intrinsic = cvCreateMat(3,3,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_DitrorationCoeff = cvCreateMat(1,4,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_Rotation = cvCreateMat(1,3,CV_32FC1);&lt;/P&gt;
&lt;P&gt;m_Translation = cvCreateMat(1,3,CV_32FC1);&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;
&lt;P&gt;cvCalibrateCamera2(points2,points3,numPoints,imageSize,m_Intrinsic,m_DitrorationCoeff,m_Rotation,m_Translation,0);&lt;/P&gt;
&lt;P&gt;if any one can tell me the problem I will be very thanks&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;second : did the opencv have function make 3d reconstruction be getting 2 2d image points?&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;&lt;/FONT&gt;</description>
      <pubDate>Mon, 30 Jun 2008 13:35:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/CameraCalibration2-problem/m-p/866082#M8355</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2008-06-30T13:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: CameraCalibration2 problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/CameraCalibration2-problem/m-p/866083#M8356</link>
      <description>&lt;P&gt;This is the forum mainly for Intel IPP product discussion. You may check some online OpenCV discussion groups for example, at Yahoo Group &lt;A href="http://tech.groups.yahoo.com/group/OpenCV/?v=1&amp;amp;t=search&amp;amp;ch=web&amp;amp;pub=groups&amp;amp;sec=group&amp;amp;slk=1"&gt;http://tech.groups.yahoo.com/group/OpenCV/?v=1&amp;amp;t=search&amp;amp;ch=web&amp;amp;pub=groups&amp;amp;sec=group&amp;amp;slk=1&lt;/A&gt;to post your question with using OpenCV libraries.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ying &lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2008 22:21:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/CameraCalibration2-problem/m-p/866083#M8356</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2008-07-07T22:21:37Z</dc:date>
    </item>
  </channel>
</rss>

