Alexander Alekhin
23c02563e4
Merge pull request #1119 from StevenPuttemans:master
...
fixing matlab wrapping
8 years ago
Steven Puttemans
a960912b6e
fixing matlab wrapping
8 years ago
szk1509
40f1ac514b
Merge pull request #973 from szk1509:master
...
new corner refinement method :: using the contour-lines (#973 )
* doCornerRefinement to CornerRefinementMethod :: detected contours points are used to detect the corners
* some little corrections
* samples edited
* documented :)
* tabs corrected
* Docu corrections
* refinement for all candidates
* refinement for all candidates :: copy paste error corrected
* comment
8 years ago
Erwan Normand
4ed8c5eb34
Merge pull request #1108 from enormand:aruco-calibration-board-points
...
aruco: make public the getBoardObjectAndImagePoints function (#1108 )
* Made the private static getBoardObjectAndImagePoints function public to be used for calibration.
* Switched the arguments detectedIds and detectedCorners, and objPoints and imgPoints on getBoardObjectandImagePoints function for consistency with calibrateCamera and calibrateCameraAruco functions.
* Added the flag CV_EXPORTS_W to the getBoardObjectAndImagePoints function.
8 years ago
Alexander Alekhin
29f9ddf7ac
Merge pull request #1110 from jexner:mslic-fix-uninitialized-int
8 years ago
Maksim Shabunin
7494ceb379
Merge pull request #1093 from lhelontra:py_selective_search
8 years ago
Maksim Shabunin
21f3939708
Merge pull request #1084 from sovrasov:tracking_hide_method
8 years ago
Maksim Shabunin
5348ba8a19
Merge pull request #1075 from sovrasov:dnn_modern_update
8 years ago
Maksim Shabunin
470c073f50
Merge pull request #1114 from cbalint13:mslic
8 years ago
Vladislav Sovrasov
12bdc2af18
dnn_modern: update docs, fix build problems
8 years ago
Balint Cristian
4d6723d9e7
Update MSLIC citation and author's contact.
8 years ago
Alexander Alekhin
63f6f18f31
Merge pull request #1112 from mshabunin:fix-ubuntu-gflags
8 years ago
Maksim Shabunin
234b3a4155
Fixed gflags search in Ubuntu
8 years ago
jexner
5d14e0e6cd
Remove unused variables
8 years ago
jexner
46c3965a7f
Fix uninitialized iteration counter in MSLIC
8 years ago
Vadim Pisarevsky
a61a0cf40f
Merge pull request #1096 from sovrasov:ppf3d_init_fix
8 years ago
Vadim Pisarevsky
68b628604f
Merge pull request #1098 from sovrasov:weighted_median_update
8 years ago
Vladislav Sovrasov
aba73af7fb
ximgproc: fix weightedMedianFilter crash on zero mask
8 years ago
Alexander Alekhin
02756e8903
Merge pull request #1092 from alalek:ocv_download
8 years ago
Alexander Alekhin
9c96a8114e
Merge pull request #1097 from arrybn:issue_1007
8 years ago
Vladislav Sovrasov
8b831fefd5
ximgproc: wrap weightedMedianFilter into python
8 years ago
Aleksandr Rybnikov
f3d751f44e
Fixed bug
8 years ago
Vladislav Sovrasov
55f7d0e6da
Fix not initialized raw pointers in PPF3DDetector
8 years ago
lhelontra
83fef80343
Added CV_OUT in process() of selective search segmentation module and python sample.
8 years ago
Alexander Alekhin
cde15a7726
cmake: update ocv_download
8 years ago
Alexander Alekhin
31e9605777
Merge pull request #1073 from mshabunin:download-cache
...
Download cache
8 years ago
Alexander Alekhin
7453366c5b
Merge pull request #1089 from Wang-Shuo:patch-1
8 years ago
Alexander Alekhin
3a43af8131
Merge pull request #1080 from pengli:dis_optflow
8 years ago
Alexander Alekhin
d8be3fe912
Merge pull request #1078 from jexner:lsc-initialize-weights-fix
8 years ago
Alexander Alekhin
0ed62f35f2
Merge pull request #1076 from jexner:lsc-enforce-connectivity-fix
8 years ago
Alexander Alekhin
3ab2b4139a
Merge pull request #1082 from woodychow:multithread_sift
8 years ago
Alexander Alekhin
71ae8e0d7f
Merge pull request #1088 from cbalint13:lsc_fix
8 years ago
Max-Wang
f1892ad916
fix erGrouping parameter error
8 years ago
Balint Cristian
90105169b2
Fix LSC crash, guard against invalid label index.
8 years ago
Vladislav Sovrasov
27075d22bf
tracking: hide getModel() method
8 years ago
Maksim Shabunin
95d432db5d
Download cache
8 years ago
Woody Chow
443f68cb71
Parallelize calcDescriptors and buildDoGPyramid. Simplify 2 lines of AVX2 instructions
8 years ago
Li Peng
6f907c3347
add dis optical flow sample app
...
it takes a video file as input and shows colored optical flow.
Signed-off-by: Li Peng <peng.li@intel.com>
8 years ago
Julian Exner
ab5f5d6ca2
Fix uninitialized LSC weights
8 years ago
Alexander Alekhin
38758066de
Merge pull request #1077 from alalek:cpu_multi_target
8 years ago
jexner
5dc7be6a06
Fix segmentation fault in SuperpixelLSCImpl::PostEnforceLabelConnectivity
...
See https://github.com/opencv/opencv_contrib/issues/1048
8 years ago
Alexander Alekhin
552d3206d2
build: eliminate warnings
...
tldDetector.cpp:465:22: warning: declaration shadows a field of 'cv::tld::TLDDetector' [-Wshadow]
8 years ago
Haaris
58f7afcb2d
Merge pull request #1066 from hsed:patch-1
...
fixed typo in comment (#1066 )
Line 139: Fixed typo of word "length".
8 years ago
Alexander Alekhin
880deec68f
Merge pull request #1063 from mshabunin:reduce-dependencies
8 years ago
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Alexander Alekhin
a087db6b13
Merge pull request #1045 from sturkmen72:Update_thinning_cpp
8 years ago
Alexander Alekhin
f1a198d192
Merge pull request #1064 from sovrasov:bgsegm_sample_update
8 years ago
Alexander Alekhin
f4da150206
Merge pull request #1033 from woodychow:sift_avx2
8 years ago
Alexander Alekhin
c16b5c2689
Merge pull request #1043 from alalek:fix_sfm_build
8 years ago
Alexander Alekhin
05eb9f35c1
Merge pull request #1062 from pengli:dis_optflow
8 years ago