forked from daniloavila/TrackingAndRecognizingUsers
-
Notifications
You must be signed in to change notification settings - Fork 0
Instalação no Mac OS X
daniloavila edited this page Aug 30, 2011
·
9 revisions
-
Instalação será feita utilizando o Mac Port, visite http://www.macports.org/install.php para mais informações.
-
Opencv 2.2.0
sudo port install subversion sudo port install cmake svn co https://code.ros.org/svn/opencv/trunk/opencv ; cd opencv sudo cmake -G "Unix Makefiles" sudo make -j8 sudo make install
-
libusb-devel
sudo port install libusb-devel
-
OpenNI
Download em http://www.openni.org/downloadfiles/opennimodules/openni-binaries/latest-unstable/162-openni-unstable-build-for-macosx-10-6-universal-x86x64-3264-bit-v1-3-2/download cd OpenNI-Bin-MacOSX-v1.3.2.3 sudo ./install.sh
-
PrimeSense Sensor
git clone https://github.com/PrimeSense/Sensor.git cd Sensor/Platform/Linux-x86/CreateRedist ./RedistMaker cd ../Redist sudo ./instal.sh
-
SensorKinect
git clone https://github.com/avin2/SensorKinect.git cd Bin/ untar SensorKinect-Bin-MacOSX-v5.0.3.4.tar.bz2 cd SensorKinect-Bin-MacOSX-v5.0.3.4 sudo ./install.sh
-
NITE
Download em http://www.openni.org/downloadfiles/opennimodules/openni-compliant-middleware-binaries/latest-unstable/176-primesense-nite-unstable-build-for-macosx-10-6-universal-x86x64-3264-bit-v1-4-1/download Descompacte o arquivo. cd NITE-Bin-MacOSX-v1.4.1.2 sudo ./install.sh Se pedida uma chave de licensa use 0KOIk2JeIBYClPWVnMoRKn5cdY4= ou procure por alguma no google.
-
Tarcker / Recognizer
git clone https://github.com/daniloavila/TrackingAndRecognizingUsers.git cd TrackingAndRecognizingUsers ./compile