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
sbokov
a70af9f7d6
Adding edge-aware disparity filtering
...
Added basic interface and demo for disparity filtering, added unoptimized fast weighted least
squares filter implementation. Current demo tests domain transform, guided and
weighted least squares filters on a dataset, measures speed and quality.
10 years ago
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
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
61f36de542
Doxygen tutorials support
10 years ago
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
11 years ago
Maksim Shabunin
bad3cd2427
Fixed some existing doxygen comments
11 years ago
vludv
11940dac0d
added python wrapper macros in edge_filter.hpp
11 years ago
Beat Küng
05293a4c31
seeds: add SEEDS superpixels implementation to ximgproc module
11 years ago
Alexander Mordvintsev
96efa4cd90
RFFeatureGetter* -> Ptr<RFFeatureGetter> (need this for python wrapper and proper pointer handling)
11 years ago
Alexander Mordvintsev
4ba60f022e
expose edge-aware filters to python
11 years ago
Alexander Shishkov
e06ef978f2
added namespace ximgproc
11 years ago
Alexander Shishkov
6ebd07b299
mistypes in folders name
11 years ago
Alexander Shishkov
c1780f67b8
renamed internal folders
11 years ago
Alexander Shishkov
385638ae0d
rename module name
11 years ago
vludv
d08c398c52
Added license
11 years ago
vludv
f3bfb60f18
Removed macros for generation Python wrapper to overcome build error, caused nested ximgproc namespace.
11 years ago
vludv
349692044c
The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings.
11 years ago
vludv
81c9b8a0fd
Experimental functionality (OpenCL versions and slow Weighted Median) was removed.
11 years ago
vludv
3097f395f4
Added joint bilateral filter realization.
11 years ago
vludv
b0e450d2ed
Added edge-aware filters.
11 years ago