Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Pavel Rojtberg
305679820b
ovis: add setBackgroundColor convenience overload
7 years ago
Pavel Rojtberg
cc8a8d2d42
ovis: improve documentation
7 years ago
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
7 years ago
Kv Manohar
41a5a5eaf5
Merge pull request #1253 from kvmanohar22:GSoC17_dnn_objdetect
...
GSoC'17 Learning compact models for object detection (#1253 )
* Final solver and model for SqueezeNet model
* update README
* update dependencies and CMakeLists
* add global pooling
* Add training scripts
* fix typo
* fix dependency of caffe
* fix whitespace
* Add squeezedet architecture
* Pascal pre process script
* Adding pre process scripts
* Generate the graph of the model
* more readable
* fix some bugs in the graph
* Post process class implementation
* Complete minimal post processing and standalone running
* Complete the base class
* remove c++11 features and fix bugs
* Complete example
* fix bugs
* Adding final scripts
* Classification scripts
* Update README.md
* Add example code and results
* Update README.md
* Re-order and fix some bugs
* fix build failure
* Document classes and functions
* Add instructions on how to use samples
* update instructionos
* fix docs failure
* fix conversion types
* fix type conversion warning
* Change examples to sample directoryu
* restructure directories
* add more references
* fix whitespace
* retain aspect ratio
* Add more examples
* fix docs warnings
* update with links to trained weights
* threshold update
* png -> jpg
* fix tutorial
* model files
* precomp.hpp , fix readme links, module dependencies
* copyrights
- no copyright in samples
- use new style OpenCV copyright header
- precomp.hpp
7 years ago
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
Vitaly Tuzov
2d65a14c27
Fixed segmentation fault during search for nearest neighbor if provided descriptors are too far
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.
8 years ago
KUANG Fangjun
32aad039e9
Improve the HDF module.
...
- Some test cases are added
- Two tutorials are written to show how to use it.
8 years ago
Vitaly Tuzov
08481a718a
Reverted calls to linear resize back to generic version for floating point matrices
8 years ago
Pavel Rojtberg
6e6671fd0f
ovis: create a default log with low log level
...
to prevent console spam. only outputs errors/ warnings now.
8 years ago
Pavel Rojtberg
0daa388f12
ovis: createPointCloudMesh - allow texturing the points (point sprites)
8 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