<?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: Displaying a Picture in OpenCV in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872092#M9032</link>
    <description>&lt;BR /&gt;
&lt;P&gt;Please verify if the pointer *img is not null after returning by cvLoadImage(..)&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
    <pubDate>Sun, 28 Jun 2009 18:23:15 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2009-06-28T18:23:15Z</dc:date>
    <item>
      <title>Displaying a Picture in OpenCV</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872091#M9031</link>
      <description>I have the OpenCV O'Reilly manual, and I am testing out the sample code in the section "Display a Picture." The picture I wish to display is a jpeg format stored on the Desktop. Here is a copy of the code:&lt;BR /&gt;// Sample Project.cpp : Defines the entry point for the console application.&lt;BR /&gt;//&lt;BR /&gt;#include "stdafx.h"&lt;BR /&gt;#include "highgui.h" //GUI header&lt;BR /&gt;#include "cv.h" //main OpenCV header&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;int main(int argc, char** argv)&lt;BR /&gt;{&lt;BR /&gt;IplImage* img = cvLoadImage("p-pod-jpeg.jpg",1);&lt;BR /&gt;cvNamedWindow("Example 1",1);&lt;BR /&gt;cvShowImage("Example 1", img);&lt;BR /&gt;cvWaitKey(0);&lt;BR /&gt;cvReleaseImage(&amp;amp;img);&lt;BR /&gt;cvDestroyWindow("Example 1");&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The code compiled successfully, but when I went into debug mode, the command line terminal pops up with a window that has a gray background. The image does not display. What am I doing wrong?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Thu, 25 Jun 2009 00:27:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872091#M9031</guid>
      <dc:creator>l1nuxn3wbie</dc:creator>
      <dc:date>2009-06-25T00:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a Picture in OpenCV</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872092#M9032</link>
      <description>&lt;BR /&gt;
&lt;P&gt;Please verify if the pointer *img is not null after returning by cvLoadImage(..)&lt;BR /&gt;--Gennady&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2009 18:23:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872092#M9032</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2009-06-28T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a Picture in OpenCV</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872093#M9033</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/334681"&gt;Gennady Fedorov (Intel)&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;&lt;BR /&gt;
&lt;P&gt;Please verify if the pointer *img is not null after returning by cvLoadImage(..)&lt;BR /&gt;--Gennady&lt;/P&gt;
&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;I have it working now! Thanks!</description>
      <pubDate>Tue, 30 Jun 2009 18:12:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Displaying-a-Picture-in-OpenCV/m-p/872093#M9033</guid>
      <dc:creator>l1nuxn3wbie</dc:creator>
      <dc:date>2009-06-30T18:12:59Z</dc:date>
    </item>
  </channel>
</rss>

