<?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: Problems Installing OpenCV in Ubuntu Karmic (9.10)</title>
	<atom:link href="http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/</link>
	<description>/home/alex</description>
	<lastBuildDate>Sun, 20 May 2012 06:02:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ubuntu opencv</title>
		<link>http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/comment-page-1/#comment-2737</link>
		<dc:creator>ubuntu opencv</dc:creator>
		<pubDate>Sat, 09 Apr 2011 14:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://alexsleat.co.uk/?p=33#comment-2737</guid>
		<description>[...] 就OK了。 参照： http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:install:ubuntu http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/ [...]</description>
		<content:encoded><![CDATA[<p>[...] 就OK了。 参照： <a href="http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:install:ubuntu" rel="nofollow">http://se.cs.ait.ac.th/cvwiki/opencv:tutorial:install:ubuntu</a> <a href="http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/" rel="nofollow">http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/comment-page-1/#comment-1367</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 23 Jan 2011 14:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://alexsleat.co.uk/?p=33#comment-1367</guid>
		<description>Hi TranDang,
It looks like your problem is not having libgtk2.0-dev and pkg-config installed, if you use &quot;sudo apt-get install libgtk2.0-dev pkg-config&quot; and re-compiling OpenCV. 
If you are still having trouble I wrote a guide for OpenCV 2.0.0 - http://alexsleat.co.uk/2009/12/02/howto-install-opencv-in-ubuntu-karmic-9-10/
I also found an awesome guide for 2.1.0 which works for 2.2.0 which it looks like you&#039;re using, - http://www.samontab.com/web/2010/04/installing-opencv-2-1-in-ubuntu/</description>
		<content:encoded><![CDATA[<p>Hi TranDang,<br />
It looks like your problem is not having libgtk2.0-dev and pkg-config installed, if you use &#8220;sudo apt-get install libgtk2.0-dev pkg-config&#8221; and re-compiling OpenCV.<br />
If you are still having trouble I wrote a guide for OpenCV 2.0.0 &#8211; <a href="http://alexsleat.co.uk/2009/12/02/howto-install-opencv-in-ubuntu-karmic-9-10/" rel="nofollow">http://alexsleat.co.uk/2009/12/02/howto-install-opencv-in-ubuntu-karmic-9-10/</a><br />
I also found an awesome guide for 2.1.0 which works for 2.2.0 which it looks like you&#8217;re using, &#8211; <a href="http://www.samontab.com/web/2010/04/installing-opencv-2-1-in-ubuntu/" rel="nofollow">http://www.samontab.com/web/2010/04/installing-opencv-2-1-in-ubuntu/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TranDang</title>
		<link>http://alexsleat.co.uk/2009/12/01/problems-installing-opencv-in-ubuntu-karmic-9-10/comment-page-1/#comment-1364</link>
		<dc:creator>TranDang</dc:creator>
		<pubDate>Sun, 23 Jan 2011 09:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://alexsleat.co.uk/?p=33#comment-1364</guid>
		<description>hi Alex Sleat,
I hava installed opencv on ubuntu, I have the same problem. That is : 
hop@ubuntu:~/openCV_samples$ ./facedetect --cascade=&quot;/usr/local/share/opencv/haarcascades/haarcascade_frontalface_alt.xml&quot; --scale=1.5 lena.jpg
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvNamedWindow, file /home/hop/android/opencv/OpenCV-2.2.0/modules/highgui/src/window.cpp, line 274
terminate called after throwing an instance of &#039;cv::Exception&#039;
  what():  /home/hop/android/opencv/OpenCV-2.2.0/modules/highgui/src/window.cpp:274: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvNamedWindow

Aborted

have you solved that? Can you show me what I have to do to solve that error. Thanks.</description>
		<content:encoded><![CDATA[<p>hi Alex Sleat,<br />
I hava installed opencv on ubuntu, I have the same problem. That is :<br />
hop@ubuntu:~/openCV_samples$ ./facedetect &#8211;cascade=&#8221;/usr/local/share/opencv/haarcascades/haarcascade_frontalface_alt.xml&#8221; &#8211;scale=1.5 lena.jpg<br />
OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvNamedWindow, file /home/hop/android/opencv/OpenCV-2.2.0/modules/highgui/src/window.cpp, line 274<br />
terminate called after throwing an instance of &#8216;cv::Exception&#8217;<br />
  what():  /home/hop/android/opencv/OpenCV-2.2.0/modules/highgui/src/window.cpp:274: error: (-2) The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script in function cvNamedWindow</p>
<p>Aborted</p>
<p>have you solved that? Can you show me what I have to do to solve that error. Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

