How to uninstall XCode eg. 3.2.3

It's easy way to do it in the Terminal just type:





And all your XCode is gone.

OpenCV Installation on Mac OS X Snow Leopard

Greetings!
Today in this tutorial I want to share with you infos about installation and how to compile sample program

So let's movve on..
If you're using MacPorts you can build OpenCV 2.1.0 as a 64-bit library with support of QTKit video, I/O and Cocoa GUI.
Type in your Terminal.app this:
Then type:
to install OpenCV in 64-bit.
After installation you can find OpenCV's files under those PATH's :
Now, let's creat and compile simple program create new hellocv.cpp file and put this code:
And compile as follows:
and run your App ;)


I'll be posting some tutorials as I'll be diving into OpenCV . See you next time :)