Fernando Martin
df66ab8b6b
Updated KCF original paper link
8 years ago
sghoshcvc
af536b1353
seperate image pre-processing from ocr code
8 years ago
sghoshcvc
dc48968f1c
removed blanks, fixed Cmake issue
8 years ago
Vladislav Sovrasov
7a676914e8
omnidir: fix wrong memory access in estimateUncertainties
8 years ago
sghoshcvc
c697e41b8d
added calculation of output size
8 years ago
Suleyman TURKMEN
1a9a3fdcf9
Update webcam_demo.cpp
8 years ago
Alexander Alekhin
e242e87e42
unsupported binding
8 years ago
Alexander Alekhin
e7ebaf4228
traits: insupported vector<vector<Mat>> for InputArray
8 years ago
Alexander Alekhin
964a8a9a9d
ccalib: don't convert vector<Keypoint> into Mat-like structures
8 years ago
Alexander Alekhin
b556c2a7c3
build: migrate to traits::Type / traits::Depth
8 years ago
Alexander Alekhin
62e77e9945
build: fix usage of unsupported cv::Mat types
8 years ago
Jaykob
0e91983b1b
Merge pull request #1330 from Jaykob:parallelize_structured_edge_detection
...
* Replace OpenMP parallelization with OpenCV's general parallel_for_ to cover other backends than OpenMP.
* Fixed shadowing of range variable in C++11 mode.
8 years ago
Vladislav Sovrasov
e7b54ce8e9
dnn_modern: disable module if protobuf compiler not found
8 years ago
f3rm4rf3r
7cf8da5b36
Comments minor typo
8 years ago
sghoshcvc
a2cab07193
DNN backend initial commit
8 years ago
jasjuang
21d4a6ff73
fix cmake configuration error
8 years ago
Ahmed Yarub Hani
c37a5be4f8
USING_STD_NAMESPACE is now needed for all of the tesseract library, not just for training.
8 years ago
Alexander Alekhin
76e0123446
cmake: CMP0028
8 years ago
Cristian Duguet
ddf2610bb0
making minRepDistance not quadratically dependent on the image pizel size anymore
8 years ago
Vladislav Sovrasov
53b82426e8
bioinspired: move all factories into corresponding classes
8 years ago
Vladislav Sovrasov
6adf012e9a
bioinspired: prevent call ocl implementation when log sampling is enabled in retina (there is no log sampling kernel)
8 years ago
Vladislav Sovrasov
4009fb640c
structured light: wrap create method of the SinusoidalPattern class
8 years ago
Alexander Alekhin
905b362f0a
ximgproc: eliminate per-pixel manual loop
...
fixes warning on MacOSX Xcode 8.3.3
8 years ago
Vladislav Sovrasov
5bbca68d7a
bioinspired: add time measurement in sample
8 years ago
Vladislav Sovrasov
ca7683eed9
bioinspired: prevent zero output when OCL is enabled but Mat was passed as buffer instead of UMat
8 years ago
Vladislav Sovrasov
8dc1920bef
bioinspired: cleanup in samples
8 years ago
Vladislav Sovrasov
ec6ab8cdd5
bioinspired: remove register specifier to prevent possible warnings from cxx11 compilers
8 years ago
Linus Ericsson
54d65f9d74
Added python bindings for rgbd module ( #1284 )
...
* Added python bindings for whole rgbd module
* changed exposed constructors to static Ptr<class>::create() functions
* removed python bindings for isValidDepth*
* removed operator bindings
8 years ago
Suleyman TURKMEN
29e3caf3e4
Update line_descriptor samples
8 years ago
Vladislav Sovrasov
5c2dfcd448
plot: make the module more customizable
8 years ago
berak
006dcae896
tracking: fix rounding error in trackerKCF
8 years ago
nyanp
eaa022480f
Add a definition to fix error on MSVC
8 years ago
LaurentBerger
3a05c24bbd
Update doc for text module
8 years ago
berak
3d0e42f655
ximgproc: change M_PI to CV_PI in structured_edge_detection
8 years ago
Vladislav Samsonov
3442a8deee
Handle incorrect flow vectors in gpc_evaluate; fixes opencv/opencv#9183
8 years ago
Vladislav Samsonov
617db6c4fe
Fixed bug inside GPCDetails::dropOutliers(); fixes opencv/opencv#9220
8 years ago
sghoshcvc
111b3bed7d
Modified to silent Clang warnings
8 years ago
Alexander Alekhin
f266f33160
bgsegm(docs): information about author of BackgroundSubtractorCNT
8 years ago
sghoshcvc
0e74d63d2f
Modified to handle windows warning
8 years ago
sghoshcvc
103fbaf4f2
White Space error in sample python script
8 years ago
sghoshcvc
4c9af58133
Fixed Text box demo error
8 years ago
sghoshcvc
b913cac1df
Fixed Doxygen Warning and error
8 years ago
sghoshcvc
ca2a2abed0
Removed white space errors and platform specific warnings
8 years ago
sghoshcvc
a617059f24
removed Java Wrapper
8 years ago
sghoshcvc
8cf800e650
fix a dependency bug
8 years ago
Alexander Alekhin
02ea1b6680
test: fix SIFT descriptor test
...
descriptor values are integers, so threshold 0.03f doesn't have any sense
8 years ago
sghoshcvc
73ddeab66f
simple cleaning and added comments
8 years ago
sghoshcvc
1bc908bdbd
Added python sample script
8 years ago
sghoshcvc
be395e5981
Modified the class heirarchy
8 years ago
LaurentBerger
26c2d0226d
Update doc and method String getDefaultName()
8 years ago