LaurentBerger
6848eb633a
Merge pull request #1361 from LaurentBerger:TesseractInstall
...
How to install tesseract on windows (#1361 )
8 years ago
Felix Wehnert
c41a963f17
fixed typo in tutorial
...
rvecs and tvecs should be of type std::vector<cv::Vec3d> as used in the detect_markers.cpp. Otherwise an exception is thrown.
8 years ago
Alexander Alekhin
2e2b629153
surf: fix OpenCL tests
...
should use UMat
8 years ago
Maksim Shabunin
3aa88889aa
Reworked HolisticWordspotter to work with dnn module
8 years ago
Alexander Alekhin
85a284c031
surf: fix OpenCL condition
8 years ago
Alexander Alekhin
d32827a829
fix build ( #1377 )
8 years ago
Suleyman TURKMEN
3496ed5917
Update plot module
8 years ago
Nuzhny007
7d1143e69d
TLD with gray scale images
8 years ago
Vitaly Tuzov
969bb1ef44
Fixed review comments
8 years ago
woody.chow
b5340f6428
Remove unnecessary _mm256_round_ps
8 years ago
Piotr Majkrzak
17c2ce9c78
Implementation of Pei&Lin Image Normalization
8 years ago
jrobble
2fd0d74423
Set swapRB to false in GOTURN tracker.
8 years ago
Vladislav Sovrasov
bac7c26c2d
features2d: add a separate regression test for OCL SURF
8 years ago
Vladislav Sovrasov
dae2c1ba8b
xfeatures2d: change threshold in regression test
8 years ago
acyen
6ee8c58c1a
Fix test.
8 years ago
acyen
a6592b0741
OCL SURF: Fix descriptor calculation.
8 years ago
acyen
cdbdb5738f
Fix tests to work transparently with OpenCL SURF.
8 years ago
Albert
66843d980f
Fix opencv/opencv#4685 . Fix opencv/opencv_contrib#433 .
...
Enable SURF OCL. Fix incorrect calling sequence for two kernels.
Fix compiler warnings in surf.cl.
Enable SURF OCL test. Test runs with no failures.
8 years ago
klchang
57c8860015
fix a runtime bug.
8 years ago
Vladislav Sovrasov
14d3a2efcd
stereo: remove duplicated data types in parametrized testcases
8 years ago
Vladislav Sovrasov
f80dc21ccb
stereo: disable broken tests
8 years ago
Vladislav Sovrasov
90e997f3bc
stereo: fix loading images in tests
8 years ago
Suman Ghosh
bf630bef4e
Modified initializers list
8 years ago
Dmitry Kurtaev
c8f2d2bba5
Replace createCaffeImporter to readNetFromCaffe ( #1310 )
8 years ago
Suleyman TURKMEN
97ea5bf97d
Update plot module ( #1367 )
...
* Update plot.hpp
* update
* plot_demo
* remove_tabs
* Update plot_demo.cpp
* Update plot.hpp
* Update plot.hpp
8 years ago
Suman Ghosh
878258bc13
modified initializers
8 years ago
Suman Ghosh
887e6e5ed6
removed hard codinginput parameters
8 years ago
Suman Ghosh
efc864c5fe
removed hard coding height and width
8 years ago
Vladislav Sovrasov
b4c67e8bb9
Fix gcc7 warnings
8 years ago
Francis Charette Migneault
eef53c29eb
Merge pull request #1358 from fmigneault:sfm-fix
...
Fix SFM compilation problem with Windows not finding libmv directory (#1358 )
* cmake fix sfm module
* cmake dir fix
* add cmake bin dir + module part of world
8 years ago
Fernando Martin
fa3cc075c8
Updated default tracker parameters
...
Updated the lambda coefficient to the one suggested in the original paper (http://www.robots.ox.ac.uk/~joao/publications/henriques_tpami2015.pdf , page 11, Table 2) which works (for me) better then the previous default one.
8 years ago
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