<?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 Re: cvLoadImage cvSaveImage in Linux in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868050#M8515</link>
    <description>&lt;P&gt;Did you try to build any of OpenCV samples to see if it work for you?&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2007 16:05:04 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-04-19T16:05:04Z</dc:date>
    <item>
      <title>cvLoadImage cvSaveImage in Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868049#M8514</link>
      <description>&lt;P&gt;Hi! &lt;/P&gt;
&lt;P&gt;I'm trying to implement a simple code to my program in linux, but having a strange behavior with opencv work. actuially i do almost nothing, but even it don't work.&lt;/P&gt;
&lt;P&gt;IplImage* img =0;&lt;/P&gt;
&lt;P&gt;img = cvLoadImage(filename,1); &lt;/P&gt;
&lt;P&gt;if (img == 0 ) return -1; &lt;/P&gt;
&lt;P&gt;cvSaveImage(filename2,img);&lt;/P&gt;
&lt;P&gt;So, after work of this code, the new image is created, but its contend seem to be taken from wrong place. i mean image is absolutely chaotic. this code works fine in windows, but why not in linux:(. can someone give me an advice, or simply show how to do it? thank you!&lt;/P&gt;
&lt;P&gt;Sorry,i forgot to say, that problem is with jpeg files. so perhaps i need to install something more to work with jpeg? i've seen the jpeg examples, but it seem all low-level encode routines are written. should it be so complecated to load jpeg from opencv?&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2007 04:38:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868049#M8514</guid>
      <dc:creator>tchaikovsky</dc:creator>
      <dc:date>2007-04-19T04:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: cvLoadImage cvSaveImage in Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868050#M8515</link>
      <description>&lt;P&gt;Did you try to build any of OpenCV samples to see if it work for you?&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2007 16:05:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868050#M8515</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-04-19T16:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: cvLoadImage cvSaveImage in Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868051#M8516</link>
      <description>&lt;P&gt;yes, but it gives an error, &lt;/P&gt;
&lt;P&gt;(the function is not implemented&lt;/P&gt;
&lt;P&gt;rebuid library Windows, GTK+ 2.x or Carbon support), in function cvNamedWindow&lt;/P&gt;
&lt;P&gt;as samples use it, i can't test properly.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2007 19:54:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868051#M8516</guid>
      <dc:creator>tchaikovsky</dc:creator>
      <dc:date>2007-04-19T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: cvLoadImage cvSaveImage in Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868052#M8517</link>
      <description>&lt;P&gt;strange. Did you use the latest version of OpenCV (1.0)?&lt;/P&gt;
&lt;P&gt;Vladimir&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2007 21:50:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868052#M8517</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-04-30T21:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: cvLoadImage cvSaveImage in Linux</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868053#M8518</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I presume you compiled the library source on your linux platform. The problem is that when you configured using ./configure, the development lib for gtk2.0 wasn't detected(if it actually existed in your system). so when you ran the make command, it compiled the library without any UI support. You need to have not only gtk runtime on your system, but also gtk development lib to be able to successfully compile opencv with ui support. &lt;BR /&gt;as of now, you should remove the current installation of opencv from your system; rebuild your opencv lib &lt;I&gt;after&lt;/I&gt; installing gtk dev lib in the correct path; and reinstall the compiled opencv lib. &lt;BR /&gt;Hope this works.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2007 05:05:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/cvLoadImage-cvSaveImage-in-Linux/m-p/868053#M8518</guid>
      <dc:creator>cyberhansraj</dc:creator>
      <dc:date>2007-05-24T05:05:46Z</dc:date>
    </item>
  </channel>
</rss>

