2013-12-17から1日間の記事一覧

OpenNI2のビルド(要OpenCV)

http://qiita.com/mountcedar/items/6d97efc0ea6c68c7674f main.cpp #include <OpenNI.h> #include <opencv2/opencv.hpp> #include <vector> int main() { try { openni::OpenNI::initialize(); openni::Device device; int ret = device.open( openni::ANY_DEVICE ); if ( ret != openni::STATUS_O</vector></opencv2/opencv.hpp></openni.h>…

Marlinのビルド解読

##### C++ ビルド ##### avr-g++ -c -g -Os -Wall -fno-exceptions -ffunction-sections -fdata-sections -mmcu=atmega1280 -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -Icores/arduino -Ivariants/mega -IWire -IU8glib -ILiquid…