Amro
750eea149e
rewrite niBlackThreshold function
...
- no for-loops
- support all thresholding types
- support any input image depth
- add Doxygen comments
2016-02-04 08:41:03 +02:00
Vadim Pisarevsky
b891ce2c2c
Merge pull request #181 from samyak-268:master
2015-12-14 12:51:28 +00:00
Balint Cristian
a3b73aa86d
Add LSC (Superpixel segmentation using Linear Spectral Clustering)
2015-12-11 23:56:51 +02:00
Balint Cristian
90fc1378cb
Add SLIC superpixels implementation.
2015-11-10 19:45:50 +02:00
Vadim Pisarevsky
8d2c13217a
Merge pull request #361 from epfl-lts2:graphsegmentation
2015-11-10 16:24:01 +00:00
Maximilien Cuony
b754372ce5
Rewrote GraphSegmentation in ximgproc
2015-11-03 17:26:01 +01:00
Oded Green
e4137ce8c1
Adding a fast and parallel function for computing the estimated covariance matrix
2015-10-30 21:36:05 -04:00
Maksim Shabunin
bf22f6f9b4
Merge pull request #379 from sbokov:sparseMatchInterpolationSquashed
2015-10-22 12:37:13 +00:00
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
2015-09-15 17:55:40 +03:00
Vadim Pisarevsky
e18103e2e3
Merge pull request #221 from xolodilnik:fast_hough_transform
2015-08-21 06:52:06 +00:00
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.
2015-07-26 23:05:19 +05:30
Samyak Datta
2bfcf0f102
Merge remote-tracking branch 'upstream/master'
2015-06-29 22:35:52 +05:30
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.
2015-06-25 16:31:34 +03:00
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
2015-06-03 18:17:10 +03:00
Samyak Datta
ce27f04165
Added module for Ni-Black thresholding
...
Added doxygen comments and parameter descriptions.
Added sample code demonstrating Niblack thresholding.
2015-03-11 22:30:46 +05:30
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
2014-12-01 15:54:42 +03:00
Beat Küng
05293a4c31
seeds: add SEEDS superpixels implementation to ximgproc module
2014-09-09 11:40:29 +02:00
Alexander Shishkov
6ebd07b299
mistypes in folders name
2014-08-15 12:03:57 +04:00
Alexander Shishkov
c1780f67b8
renamed internal folders
2014-08-15 11:44:13 +04:00
vludv
d08c398c52
Added license
2014-08-12 21:02:22 +04:00
vludv
349692044c
The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings.
2014-08-11 19:17:40 +04:00