- 28 May, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maxim Kostin authored
Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
- 27 May, 2015 10 commits
-
-
S. Garrido 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 22 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>
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
Andrey Pavlenko authored
-
Vadim Pisarevsky authored
for some reason Calib3d_Homography.fromImages on ARM gives much smaller number of inliers than on x86/x64. Need to investigate more carefully, but let's decrease the tolerance threshold for now
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
rajithr authored
-
Zhigang Gong authored
int pix_per_thr = l_counter / LOCAL_TOTAL + ((lid < mod) ? 1 : 0); The pix_per_thr * LOCAL_TOTAL may be larger than l_counter. Thus the index of l_stack may be negative which may cause serious problems. Let's skip the loop when we get negative index and we need to add back the lcounter to keep its balance and avoid potential negative counter. Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 25 May, 2015 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330
-