- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 07 May, 2014 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
- 06 May, 2014 5 commits
-
-
Alexander Karsakov authored
-
Elena Gvozdeva authored
-
Alexander Alekhin authored
-
Elena Gvozdeva authored
-
Alexander Alekhin authored
-
- 05 May, 2014 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
- 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 4 commits
-
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
Ilya Lavrenov authored
-
vbystricky authored
-
- 29 Apr, 2014 7 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Elena Gvozdeva authored
-
- 28 Apr, 2014 4 commits
-
-
Elena Gvozdeva authored
-
Elena Gvozdeva authored
-
Elena Gvozdeva authored
-
Abhijit Kundu authored
-