분류 전체보기192 Havok Vehicle Test Vehicle Test. 128x128Heightmap Terrain & 4Tire-Vehicle. 2008. 7. 23. Havok Cube Tower Test Setting Value Box Restitution 0.5, Friction 0.5, Max Angular Velocity 200 Max Linear Velocity 200 Plane Restitution 0.8, Plane Friction 0.5, 2008. 7. 22. OpenCV_002_ToGray #include #include #include #pragma comment(lib, "cxcore.lib") #pragma comment(lib, "cv.lib") #pragma comment(lib, "highgui.lib") #pragma comment(lib, "cvcam.lib") const static char gWinName[]= "NoName"; void main(){ IplImage* image= NULL; CvCapture* capture= cvCaptureFromCAM(0); cvNamedWindow(gWinName, 0); cvResizeWindow(gWinName, 400, 300); IplImage* gray= NULL; { cvGrabFrame(capture); image= c.. 2008. 7. 19. OpenCV_001_Install 1. http://sourceforge.net/projects/opencvlibrary 에서 설치파을 다운 가능. 2. 설치 3. VS에서 Include, Lib 경로 설정 include c:/ program files/ OpenCV/ cxcore/ include c:/ program files/ OpenCV/ cv/ include c:/ program files/ OpenCV/ otherlibs/ highgui c:/ program files/ OpenCV/ otherlibs/cvcam/ include lib c:/ program files/ OpenCV/ lib 4. VS 프로젝트에 라이브러리 추가 cxcore.lib cv.lib highgui.lib cvcam.lib 5. 동적 링크 라이브러리 cv.. 2008. 7. 18. 이전 1 ··· 25 26 27 28 29 30 31 ··· 48 다음