<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Silveira Neto &#187; karmic koala</title>
	<atom:link href="http://silveiraneto.net/tag/karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://silveiraneto.net</link>
	<description></description>
	<lastBuildDate>Fri, 09 Mar 2012 04:13:27 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>OpenCV on Ubuntu</title>
		<link>http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/</link>
		<comments>http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 04:18:49 +0000</pubDate>
		<dc:creator>Silveira</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[image processing]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[open computer vision library]]></category>
		<category><![CDATA[opencv]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://silveiraneto.net/?p=2786</guid>
		<description><![CDATA[<a href="http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/" title="OpenCV on Ubuntu"></a>Open Computer Vision Library or just OpenCV, is a cross-platform computer vision library focused on real-time image processing for video files or webcams. You have two options to obtain the environment to develop on OpenCV. You can insert a new &#8230;<p class="read-more"><a href="http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/" title="OpenCV on Ubuntu"></a><p style="text-align: center;"><img class="size-full wp-image-2974 aligncenter" title="digital_eye" src="http://silveiraneto.net/wp-content/uploads/2009/11/digital_eye.jpeg" alt="digital_eye" width="350" height="309" /></p>
<p><a href="http://sourceforge.net/projects/opencvlibrary/">Open Computer Vision Library</a> or just OpenCV, is a cross-platform computer vision library focused on real-time image processing for video files or webcams.</p>
<p>You have two options to obtain the environment to develop on OpenCV. You can insert a new repository in your package manager or compile it by yourself.</p>
<p><a title="OpenCV Package for Ubuntu 9.10" href="https://launchpad.net/~gijzelaar/+archive/opencv2-karmic">For Ubuntu 9.10 Karmic Koala there&#8217;s this repository with OpenCV&#8217;s package</a>.</p>
<p>To compile it you have to install some additional libraries compile it by your self. And it&#8217;s instructions vary for each distribution and version. For example, from Ubuntu Linux 9.10 to 9.04, the process varies slightly. I followed the instructions on this post <a title="how to install OpenCV on Ubuntu 9.10" href="http://ivkin.net/2009/11/installing-opencv-2-0-on-ubuntu-9-10-karmic-koala/">&#8220;Installing OpenCV 2.0 on Ubuntu 9.10 Karmic Koala&#8221;</a>.</p>
<p>After you have installed and have a well configured OpenCV development environment, you can compile a &#8220;source.c&#8221; file into a &#8220;program&#8221; binary like this:</p>
<blockquote><p>gcc gcc source.c -o program `pkg-config opencv ‑‑libs ‑‑cflags`</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://silveiraneto.net/2009/12/21/opencv-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

