일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- Bosch
- xloader
- AT91
- FreeIMU
- capture
- Arduino 328p
- Sebastian Madgwick
- atmega1280
- WinARM
- QuadricopterX
- imu
- BMP085
- multiwii
- javacv
- 9DOF
- atmega168
- 멀티위
- atmega
- arduino
- Digital Pressure Sensor
- Triple Axis Magnetometer
- AVR
- HMC5843
- WinAVR
- HMC5883L
- BMA180
- Honeywell
- java
- Barometer
- ITG3200
- Today
- Total
목록javacv (3)
스나군 작업실
원문 : http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/javacv-capture-image-from-webcam.html Java Code for capturing image from webcam- uses JavaCV (java wrapper for OpenCV) library Working CODE: import com.googlecode.javacv.OpenCVFrameGrabber; import com.googlecode.javacv.cpp.opencv_core.IplImage; import static com.googlecode.javacv.cpp.opencv_highgui.*; public class CaptureImage { private st..
원문 : http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/javacv-capture-save-flip-show-live.html JAVA CODE: import static com.googlecode.javacv.cpp.opencv_core.cvFlip; import static com.googlecode.javacv.cpp.opencv_highgui.cvSaveImage; import com.googlecode.javacv.CanvasFrame; import com.googlecode.javacv.FrameGrabber; import com.googlecode.javacv.VideoInputFrameGrabber; import com.googlecode.ja..
원문 : http://ganeshtiwaridotcomdotnp.blogspot.com/2011/12/opencv-javacv-eclipse-project.html Eclipse (windows 7) project setup for JNA wrapper of OpenCV : JavaCV - getting started. OpenCV (Open Source Computer Vision Library) is library of programming functions for real time computer vision. JavaCV provides wrappers to commonly used libraries for OpenCV and few others. Download the Essentials : j..