<?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 on: Basic OCR in OpenCV</title>
	<atom:link href="http://blog.damiles.com/?feed=rss2&#038;p=93" rel="self" type="application/rss+xml" />
	<link>http://blog.damiles.com/?p=93</link>
	<description>Blender, OpenCV, OpenCV, Tutorials and more...</description>
	<lastBuildDate>Tue, 31 Aug 2010 09:45:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: damiles</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1056</link>
		<dc:creator>damiles</dc:creator>
		<pubDate>Tue, 31 Aug 2010 09:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1056</guid>
		<description>Hello Seongman, this line is correctly, the findY function, line 55, must be imgSrc-&gt;height, but it&#039;s no problem in my example because images has same with and height.

Regards. David</description>
		<content:encoded><![CDATA[<p>Hello Seongman, this line is correctly, the findY function, line 55, must be imgSrc->height, but it&#8217;s no problem in my example because images has same with and height.</p>
<p>Regards. David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seongman</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1055</link>
		<dc:creator>Seongman</dc:creator>
		<pubDate>Tue, 31 Aug 2010 06:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1055</guid>
		<description>Hello.
Thanks for this example.

I think you want maxVal with cvRealScalar(imgSrc-&gt;height) in findX() func. (about 34 lines)
Isn&#039;t it?</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Thanks for this example.</p>
<p>I think you want maxVal with cvRealScalar(imgSrc-&gt;height) in findX() func. (about 34 lines)<br />
Isn&#8217;t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damiles</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1053</link>
		<dc:creator>damiles</dc:creator>
		<pubDate>Thu, 26 Aug 2010 13:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1053</guid>
		<description>In the last download demo, you can generate it with cmake util.

cmake -g xcode</description>
		<content:encoded><![CDATA[<p>In the last download demo, you can generate it with cmake util.</p>
<p>cmake -g xcode</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pbharrin</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1052</link>
		<dc:creator>pbharrin</dc:creator>
		<pubDate>Thu, 26 Aug 2010 01:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1052</guid>
		<description>This is a great example!  
Did you do this on Mac in Xcode?</description>
		<content:encoded><![CDATA[<p>This is a great example!<br />
Did you do this on Mac in Xcode?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Utkarsh</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1049</link>
		<dc:creator>Utkarsh</dc:creator>
		<pubDate>Sun, 22 Aug 2010 13:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1049</guid>
		<description>Awesome! Exactly what I was looking for!! Thank you!</description>
		<content:encoded><![CDATA[<p>Awesome! Exactly what I was looking for!! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damiles</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1031</link>
		<dc:creator>damiles</dc:creator>
		<pubDate>Mon, 02 Aug 2010 08:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1031</guid>
		<description>Hi mithun, i don&#039;t understand what is your problem, sorry, my english is so bad.

for you get the bounding rect you should first search the contours, and use this contours to get the bounding rect.</description>
		<content:encoded><![CDATA[<p>Hi mithun, i don&#8217;t understand what is your problem, sorry, my english is so bad.</p>
<p>for you get the bounding rect you should first search the contours, and use this contours to get the bounding rect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damiles</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1030</link>
		<dc:creator>damiles</dc:creator>
		<pubDate>Mon, 02 Aug 2010 08:43:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1030</guid>
		<description>Hi Yanlin

1.- Yes it should be height instead width, but my OCR images are same width and height, then you can use to max value the with width or height.

2.- for convert 8bit to 32bit, 8bit are in range 0 to 255 but 32bit should be 0 to 1, then you no only convert the internal format, you rescale the values, then you when convert 0 - 255 to 0 - 1, you get this formula: pixel_src/255, this si pixel_src* 1/255, and 1/255=0.0039125.</description>
		<content:encoded><![CDATA[<p>Hi Yanlin</p>
<p>1.- Yes it should be height instead width, but my OCR images are same width and height, then you can use to max value the with width or height.</p>
<p>2.- for convert 8bit to 32bit, 8bit are in range 0 to 255 but 32bit should be 0 to 1, then you no only convert the internal format, you rescale the values, then you when convert 0 &#8211; 255 to 0 &#8211; 1, you get this formula: pixel_src/255, this si pixel_src* 1/255, and 1/255=0.0039125.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mithun</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1029</link>
		<dc:creator>mithun</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1029</guid>
		<description>hi,thanks for your suggession,now my problem is how to select the starting point for the boundingbox using boundingRect function .So that in cam boundingbox appears across my hand only</description>
		<content:encoded><![CDATA[<p>hi,thanks for your suggession,now my problem is how to select the starting point for the boundingbox using boundingRect function .So that in cam boundingbox appears across my hand only</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yanlin</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=4#comment-1027</link>
		<dc:creator>yanlin</dc:creator>
		<pubDate>Sun, 01 Aug 2010 08:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1027</guid>
		<description>First of all .Thanks a lot for you BasicOCR, it helps me a lot in my study. Well done.
But I have several question about your code:
(1)In function both &quot;findX&quot; and &quot;findY&quot; you calculate the maxVal use 
&quot;CvScalar maxVal=cvRealScalar(imgSrc-&gt;width * 255)&quot;.
but i think maxVal for X and Y should be different,
int &quot;findX&quot; it should be CvScalar maxVal=cvRealScalar(imgSrc-&gt;height * 255)
(2)In function &quot;getData&quot; and &quot;classify&quot; ,in order to use opencv&#039;s knn, you convert the image depth from 8bit to 32bit use param 0.0039125 , why?

Thank you very much</description>
		<content:encoded><![CDATA[<p>First of all .Thanks a lot for you BasicOCR, it helps me a lot in my study. Well done.<br />
But I have several question about your code:<br />
(1)In function both &#8220;findX&#8221; and &#8220;findY&#8221; you calculate the maxVal use<br />
&#8220;CvScalar maxVal=cvRealScalar(imgSrc-&gt;width * 255)&#8221;.<br />
but i think maxVal for X and Y should be different,<br />
int &#8220;findX&#8221; it should be CvScalar maxVal=cvRealScalar(imgSrc-&gt;height * 255)<br />
(2)In function &#8220;getData&#8221; and &#8220;classify&#8221; ,in order to use opencv&#8217;s knn, you convert the image depth from 8bit to 32bit use param 0.0039125 , why?</p>
<p>Thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damiles</title>
		<link>http://blog.damiles.com/?p=93&#038;cpage=3#comment-1017</link>
		<dc:creator>damiles</dc:creator>
		<pubDate>Mon, 26 Jul 2010 07:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damiles.com/?p=93#comment-1017</guid>
		<description>Hi Mhd, opencv require cmake to build and install opencv but your projects can be compiled with makefiles, cmake, sh, vc++ and all you want, cmake is a makefile generator then you can use makefile.

In this tutorial i use a shellscript for compile OCRbuild.sh, you can execute this script to compile.

But in few days i create the cmake compiler for you ;) Regards David.</description>
		<content:encoded><![CDATA[<p>Hi Mhd, opencv require cmake to build and install opencv but your projects can be compiled with makefiles, cmake, sh, vc++ and all you want, cmake is a makefile generator then you can use makefile.</p>
<p>In this tutorial i use a shellscript for compile OCRbuild.sh, you can execute this script to compile.</p>
<p>But in few days i create the cmake compiler for you <img src='http://blog.damiles.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Regards David.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
