- 03 May, 2014 3 commits
-
-
Rok Mandeljc authored
Matlab bindings: CMakeLists.txt: use "${LIBRARY_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}" as MEX_LIB_DIR only when compiling with MSVC, otherwise, use only "${LIBRARY_OUTPUT_PATH}"
-
Rok Mandeljc authored
Matlab bindings: fixed the functional template to perform an explicit cast to the type of an input option that is expected. This avoids issues with ternary operator not having the same type in rvalue and lvalue, such as in the case below: Ptr_FeatureDetector blobDetector = inputs[3].empty() ? makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector(); Which after the patch, would be: Ptr_FeatureDetector blobDetector = inputs[3].empty() ? (Ptr_FeatureDetector) makePtr<SimpleBlobDetector>() : inputs[3].toPtrFeatureDetector();
-
Rok Mandeljc authored
-
- 30 Apr, 2014 2 commits
-
-
Alexander Karsakov authored
-
vbystricky authored
-
- 29 Apr, 2014 1 commit
-
-
Elena Gvozdeva authored
-
- 28 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Alexander Karsakov authored
-
- 25 Apr, 2014 5 commits
-
-
Alexander Karsakov authored
-
vbystricky authored
-
Alexander Karsakov authored
-
Alexander Alekhin authored
-
Elena Gvozdeva authored
-
- 24 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
vbystricky authored
-
- 23 Apr, 2014 4 commits
-
-
Adrian Stratulat authored
-
Elena Gvozdeva authored
-
Alexander Karsakov authored
-
Alexander Karsakov authored
-
- 22 Apr, 2014 9 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
vbystricky authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
vbystricky authored
-
Ilya Lavrenov authored
-
vbystricky authored
-
vbystricky authored
-
- 21 Apr, 2014 12 commits
-
-
http://code.opencv.org/issues/3645Artur Wieczorek authored
Implement missing features in CvCaptureCAM_VFW class. Implemented missing CvCaptureCAM_VFW::setProperty() member function (handling CV_CAP_PROP_FRAME_WIDTH, CV_CAP_PROP_FRAME_HEIGHT, CV_CAP_PROP_FPS properties). Extended CvCaptureCAM_VFW::setProperty()/getProperty() functions to handle also CV_CAP_PROP_FPS property. Minor refactoring of CvCaptureCAM_VFW class.
-
vbystricky authored
-
vbystricky authored
-
Elena Gvozdeva authored
-
Elena Gvozdeva authored
-
Elena Gvozdeva authored
-
vbystricky authored
-
vbystricky authored
-
vbystricky authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-