<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Kristou Says</title>
	<atom:link href="http://mehrez.kristou.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://mehrez.kristou.org</link>
	<description>I share my experience</description>
	<lastBuildDate>Wed, 19 Oct 2011 21:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on IPhone: Nonoh on IPhone by Mariane</title>
		<link>http://mehrez.kristou.org/nonoh-on-ipone/comment-page-1/#comment-3067</link>
		<dc:creator>Mariane</dc:creator>
		<pubDate>Wed, 19 Oct 2011 21:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://kristou.com/?p=188#comment-3067</guid>
		<description>It&#039;s cool</description>
		<content:encoded><![CDATA[<p>It&#8217;s cool</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenCV: Image cropping by mike</title>
		<link>http://mehrez.kristou.org/opencv-image-cropping/comment-page-1/#comment-1945</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristou.com/?p=422#comment-1945</guid>
		<description>... cv::Ptr&lt;IplImage&gt; cropped</description>
		<content:encoded><![CDATA[<p>&#8230; cv::Ptr&lt;IplImage&gt; cropped</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenCV: Image cropping by mike</title>
		<link>http://mehrez.kristou.org/opencv-image-cropping/comment-page-1/#comment-1944</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristou.com/?p=422#comment-1944</guid>
		<description>script ate the quotes, its  Ptr &quot;&quot;</description>
		<content:encoded><![CDATA[<p>script ate the quotes, its  Ptr &#8220;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenCV: Image cropping by mike</title>
		<link>http://mehrez.kristou.org/opencv-image-cropping/comment-page-1/#comment-1943</link>
		<dc:creator>mike</dc:creator>
		<pubDate>Wed, 29 Jun 2011 15:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristou.com/?p=422#comment-1943</guid>
		<description>I would use 

cv::Ptr crop(...) 
...
cv::Ptr cropped = cvCreateImage(...)

instead of

IplImage * crop(...)
...
IplImage *cropped = cvCreateImage(...)

why not save yourself the headache about those heap objects?!?</description>
		<content:encoded><![CDATA[<p>I would use </p>
<p>cv::Ptr crop(&#8230;)<br />
&#8230;<br />
cv::Ptr cropped = cvCreateImage(&#8230;)</p>
<p>instead of</p>
<p>IplImage * crop(&#8230;)<br />
&#8230;<br />
IplImage *cropped = cvCreateImage(&#8230;)</p>
<p>why not save yourself the headache about those heap objects?!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OpenCV: Change contrast and brightness of an image by Sinan Gültekin</title>
		<link>http://mehrez.kristou.org/opencv-change-contrast-and-brightness-of-an-image/comment-page-1/#comment-1829</link>
		<dc:creator>Sinan Gültekin</dc:creator>
		<pubDate>Mon, 20 Jun 2011 10:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.kristou.com/?p=552#comment-1829</guid>
		<description>hello kristou,

thank u for your sharing.

But, i think so, &quot;cvCopyImage(src,GRAY);&quot; it is wrong, actullay it doesnt work with opencv 2.2. so i changed it &quot;GRAY = cvCloneImage(src);&quot;. 

My quesiton is, it is working but how to show orginal image with orginal color. 

IplImage * ContrastBrightness(IplImage *src, int Contrast, int Brightness) 
contrast and brightness value for orginal color?</description>
		<content:encoded><![CDATA[<p>hello kristou,</p>
<p>thank u for your sharing.</p>
<p>But, i think so, &#8220;cvCopyImage(src,GRAY);&#8221; it is wrong, actullay it doesnt work with opencv 2.2. so i changed it &#8220;GRAY = cvCloneImage(src);&#8221;. </p>
<p>My quesiton is, it is working but how to show orginal image with orginal color. </p>
<p>IplImage * ContrastBrightness(IplImage *src, int Contrast, int Brightness)<br />
contrast and brightness value for orginal color?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

