Plamen Dimitrov
7ccfdbef66
Comment out direct print statements during tesseract run invocations
...
This statement interferes with regular logging on the client side
where the OpenCV library's outputs cannot be managed by the user
and forcefully print out in the client code. For instance, this
is observed when OpenCV is used as a python library where it is
expected to provide optional loggers instead of direct writes to
stdout.
7 years ago
catree
c02b241e52
Port GMS matching by JiaWang Bian into xfeatures2d module.
7 years ago
catree
f3320d4faa
Add getter and setter for VGG and Boost descriptors.
7 years ago
berak
c03165c19a
bgsegm: add java bindings
7 years ago
Hamdi Sahloul
fa719d5d85
closes #1513 - HarrisLaplace bug
7 years ago
Suleyman TURKMEN
05ebf73909
Update track_vot.cpp
7 years ago
Fangjun Kuang
036fc953e9
Fix the test case for hdf.
...
MatSize::operator()() supports only 2-d matrices.
7 years ago
klchang
344f84218e
Merge pull request #1484 from klchang:master
7 years ago
Hamdi Sahloul
ff8a7b806b
LUCID - Support RGBA
7 years ago
Hamdi Sahloul
2e129b7728
`VGG::compute()` header is unnecessary and problematic for Python binder
7 years ago
berak
6f4012df12
xphoto: fix learning_based_color_balance.cpp
7 years ago
KUANG Fangjun
7f7b0bc181
Add attribute read/write supports to the HDF module.
...
The following data types for attributes are implemented:
- int
- double
- cv::String
- cv::InputArray
7 years ago
Adam
27bbdb637f
Just a tiny fix of two typos
...
- Fixed a typo in the help text
- Fixed a typo in a comment line
7 years ago
KUANG Fangjun
13508c7618
Remove warnings.
7 years ago
KUANG Fangjun
32aad039e9
Improve the HDF module.
...
- Some test cases are added
- Two tutorials are written to show how to use it.
7 years ago
Vitaly Tuzov
08481a718a
Reverted calls to linear resize back to generic version for floating point matrices
7 years ago
Pavel Rojtberg
6e6671fd0f
ovis: create a default log with low log level
...
to prevent console spam. only outputs errors/ warnings now.
7 years ago
Pavel Rojtberg
0daa388f12
ovis: createPointCloudMesh - allow texturing the points (point sprites)
7 years ago
Vitaly Tuzov
8c394a4f2e
Updated internal calls to linear resize to use bit-exact version
8 years ago
Alexander Alekhin
57ff363389
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
8 years ago
berak
d4dabfbf3c
ximgproc: fix paillou_demo
8 years ago
berak
102c80a2c9
remove some non-ascii symbols
8 years ago
Maksim Shabunin
18a5391672
Fixed exports and removed contrib_world
8 years ago
Alexander Alekhin
30b97f2b86
stereo: fix invalid 'for' range
...
'(k * (ww) + ii)' overrun allocated buffer (k = height - 1, ii = ww)
8 years ago
Alexander Alekhin
b64c6e1519
stereo: fix crash
...
- uninitialized variable 'previous_size'
- incorrect Mat element access pattern via address arithmetic
8 years ago
berak
94c09fe8c8
tracking:fix rounding and grayscale for KCF
8 years ago
Maksim Shabunin
311feb21ce
bgsegm: several fixes:
...
- descriptor Mat access unsigned -> int
- do not use types uint8_t, etc. from C++11
- fixed uninitialized memory access
- minor cosmetic modifications
8 years ago
Vladislav Samsonov
42b0e13aef
GSoC: New background subtraction algorithm
8 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
8 years ago
Dmitry Kurtaev
c5c3aa5625
Update PriorBox layer
8 years ago
Alexander Alekhin
e878ea952a
build: fix defines
8 years ago
Alexander Alekhin
6f322a893d
bioinspired(ocl): refactor OpenCL conditions
8 years ago
Egor Pugin
09c3be3f0f
Fix incorrect windows definition.
...
Old one causes build errors.
8 years ago
Hamdi Sahloul
36291faf6c
Affine feature2D: Prevent crashing due to invalid covariant matrix
8 years ago
LaurentBerger
9c77fa733b
Remove unused code
8 years ago
fiammante
ab51fb06ca
Merge pull request #1449 from fiammante:bright_edges
...
Bright edges source code and demo (#1449 )
* Bright edges source code and demo
* Fix mac errors
* Upload again because of null characters
* Convert to UTF-8
* Change cv::WindowFlags::WINDOW_AUTOSIZE
* Remove parameter
* Remove trailing white spaces (documentation builld error
* Remaining white spaces
* Correct warning
* Correct surround
* Add comment
* Moving prototype out of header
* Add ximgproc namespace, fix example.
* Fix namespace for example
* Remove windows desctruction
* Correct Mat declaration
* Removed unused gray
* Change local functions to static
* Remove tabs and replace by 4 spaces
* Add comments
* Fix comments
* Retry for random test stereo failure
8 years ago
Alexander Alekhin
e8c03fc1bf
ximgproc: rename global functions with generic names
8 years ago
Adam Gradzki
a6a347e53e
ppf_icp.py: Python 3 support
8 years ago
Alexander Alekhin
2700b7d405
ximgproc: fix namespace
8 years ago
Vitaly Tuzov
97037fba92
Updated LATCH accuracy test
8 years ago
klchang
88847ac766
Fix the runtime bug again.
8 years ago
Suleyman TURKMEN
90555dbd06
makes text module dependency optional
8 years ago
Maksim Shabunin
2c97815a24
ovis: fixed OGRE search in Ubuntu
8 years ago
Suleyman TURKMEN
9fc1aa013f
WRAP python java
8 years ago
Hamdi Sahloul
ff7b2bba2a
CVV - Workaround for VS compatibility with unicode strings
8 years ago
Hamdi Sahloul
a2769e153e
CVV - Replace getopt with CommandLineParser
8 years ago
Hamdi Sahloul
be84634c92
Freak - convert to gray instead of throwing an error
...
Similar to other descriptors, if the input image is colored, covert it silently to gray-level rather than terminating the execution
8 years ago
Vitaly Tuzov
f6e72fc24e
Fix for FAST feature detection on specific locations
8 years ago
Oleg Kalachev
0ee3192e78
aruco: fix dictionaries format description
8 years ago
Pavel Rojtberg
d0964ab084
ovis: add Ogre3D based visualizer module
8 years ago