[openrtm-commit:00465] r59 - trunk/ImageProcessing/opencv/components/DirectShowCam
openrtm @ openrtm.org
openrtm @ openrtm.org
2011年 10月 25日 (火) 21:42:04 JST
Author: kurihara
Date: 2011-10-25 21:42:04 +0900 (Tue, 25 Oct 2011)
New Revision: 59
Modified:
trunk/ImageProcessing/opencv/components/DirectShowCam/DirectShowCam.cpp
Log:
deleted the processing of flip.
Modified: trunk/ImageProcessing/opencv/components/DirectShowCam/DirectShowCam.cpp
===================================================================
--- trunk/ImageProcessing/opencv/components/DirectShowCam/DirectShowCam.cpp 2011-09-02 00:18:30 UTC (rev 58)
+++ trunk/ImageProcessing/opencv/components/DirectShowCam/DirectShowCam.cpp 2011-10-25 12:42:04 UTC (rev 59)
@@ -333,7 +333,7 @@
}
//ãºÏ·
- m_flip(pBuffer, v_Width, abs(v_Height), v_Channel);
+ // m_flip(pBuffer, v_Width, abs(v_Height), v_Channel);
int len = v_Channel * v_Width * abs(v_Height);
openrtm-commit メーリングリストの案内