- 29 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Evgeny Agafonchikov authored
of WINRT samples This removes requirement to add OPENCV_WINRT_INSTALL_DIR with backslash in the end in case trailing slash is presented VS handles duplicated slashes w/o issues
-
- 28 May, 2015 16 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
http://code.opencv.org/issues/3825);…Vadim Pisarevsky authored
clip the found objects in HOG as well (http://code.opencv.org/issues/3825); added test to check CascadeClassifier on small images (http://code.opencv.org/issues/3710)
-
-
Vadim Pisarevsky authored
improvements in Haar CascadeClassifier: 1) use CV_32S instead of CV_32F for the integral of squares (which is more accurate and more efficient); 2) skip the window if its contrast is too low
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Joe Minichino authored
-
Vadim Pisarevsky authored
-
Maxim Kostin authored
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
-
- 27 May, 2015 11 commits
-
-
S. Garrido authored
-
Joe Minichino authored
-
Maxim Kostin authored
Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
rajithr authored
code changes to handle the failed build
-
rajithr authored
-
Philipp Hasper authored
-
Philipp Hasper authored
-
- 26 May, 2015 11 commits
-
-
Vadim Pisarevsky authored
-
Alexander Alekhin authored
-
Andrew Senin authored
Conflicts: modules/highgui/src/cap_ximea.cpp
-
Ilya Lavrenov authored
-
Samyak Datta authored
-
StevenPuttemans authored
Conflicts: modules/highgui/doc/reading_and_writing_images_and_video.rst modules/highgui/src/cap_dc1394_v2.cpp
-
StevenPuttemans authored
Conflicts: modules/highgui/include/opencv2/highgui/highgui_c.h modules/highgui/src/cap_dc1394_v2.cpp fix typo
-
StevenPuttemans authored
Conflicts: modules/objdetect/src/hog.cpp fix android build
-
Vicente Olivert Riera authored
superres module fails to compile with the following error messages: [100%] Building CXX object modules/superres/CMakeFiles/opencv_superres.dir/src/super_resolution.cpp.o /opencv-2.4.10/modules/superres/src/frame_source.cpp: In function 'cv::Ptr<cv::superres::FrameSource> cv::superres::createFrameSource_Video_GPU(const string&)': /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected type-specifier before 'VideoFrameSource' /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: could not convert '(int*)operator new(4ul)' from 'int*' to 'cv::Ptr<cv::superres::FrameSource>' /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:16: error: expected ';' before 'VideoFrameSource' /opencv-2.4.10/modules/superres/src/frame_source.cpp:263:41: error: 'VideoFrameSource' was not declared in this scope /opencv-2.4.10/modules/superres/src/frame_source.cpp:264:1: error: control reaches end of non-void function [-Werror=return-type] cc1plus: some warnings being treated as errors make[3]: *** [modules/superres/CMakeFiles/opencv_superres.dir/src/frame_source.cpp.o] Error 1 make[3]: *** Waiting for unfinished jobs.... This is caused because the return value of the createFrameSource_Video_GPU function should be a VideoFrameSource_GPU object. Conflicts: modules/superres/src/frame_source.cpp
-
Ilya Lavrenov authored
-
Zhigang Gong authored
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
-