LaurentBerger
42640a33af
Paillou filter
...
Paillou Filter
comment : english tab and assert Mat(instead of new)
InputArray and ptr<Type>()
Outputarrays
OutputArray as argument
Update doc
9 years ago
Amro
750eea149e
rewrite niBlackThreshold function
...
- no for-loops
- support all thresholding types
- support any input image depth
- add Doxygen comments
9 years ago
Zhou Chao
88379486c3
Add weighted median filter
10 years ago
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
10 years ago
Balint Cristian
90fc1378cb
Add SLIC superpixels implementation.
10 years ago
Maximilien Cuony
b754372ce5
Rewrote GraphSegmentation in ximgproc
10 years ago
Oded Green
e4137ce8c1
Adding a fast and parallel function for computing the estimated covariance matrix
10 years ago
sbokov
831523ce02
Sparse-to-dense OF algorithm is added
...
* Sparse match interpolator interface and EdgeAwareInterpolator were
added to the ximgproc module
* New optical flow algorithm, based on PyrLK sparse OF and sparse match
interpolation, is added to the optflow module
10 years ago
Samyak Datta
e226d7853a
Converted double to float and removed new module.
...
All Niblack related code now resides inside ximgproc and not as a
separate new module.
10 years ago
sbokov
7c421ba2b3
Adding confidence support and optimizing disparity filtering
...
DisparityWLSFilter demonstrated the best results, so I removed all the other
filters. Quality was significantly improved by adding confidence support
to the filter (left-right consistency + penalty for areas near depth discontinuities).
Filter was optimized using parallel_for_ and HAL intrinsics. Demo application was
rewritten for better compliance with OpenCV standards. Added accuracy and
performance tests. Documentation was added, as well as references to the
original papers.
10 years ago
xolodilnik
a02af4a12b
modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp moved from modules/ximgproc/include/opencv2/ximgproc.hpp
...
HoughPoint2Line returned Vec4i instead of OutputArray
10 years ago
Samyak Datta
ce27f04165
Added module for Ni-Black thresholding
...
Added doxygen comments and parameter descriptions.
Added sample code demonstrating Niblack thresholding.
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
Beat Küng
05293a4c31
seeds: add SEEDS superpixels implementation to ximgproc module
11 years ago
Alexander Shishkov
6ebd07b299
mistypes in folders name
11 years ago
Alexander Shishkov
c1780f67b8
renamed internal folders
11 years ago
vludv
d08c398c52
Added license
11 years ago
vludv
349692044c
The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings.
11 years ago
Vadim Pisarevsky
4906050ea1
added "text" module; added linemod to rgbd module, fixed compile errors in rgbd.
11 years ago
Vincent Rabaud
49a357b948
add an RGBD module
11 years ago