41 Commits (0966b2dea9148d93c2077a4fcb24b0322c5b17f2)

Author SHA1 Message Date
Oded Green 0966b2dea9 Removed openmp from code 10 years ago
Oded Green 7579ef5dcd trailing white space corrected 10 years ago
Oded Green 01268aa3dc Using std::vector instead of allocating memory myself 10 years ago
Oded Green d667864543 a few more trailing white spaces 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 10 years ago
sbokov 6a0545e6fe Improving DisparityWLSFilter interface and adding a tutorial 10 years ago
sbokov 7c421ba2b3 Adding confidence support and optimizing disparity filtering 10 years ago
berak 4dcf02d631 fix for issue #195 10 years ago
berak 01293e0e23 remove floor call 10 years ago
xolodilnik b6a50e7288 HoughPoint2Line: fixed unsuccessful build 10 years ago
xolodilnik a02af4a12b modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp moved from modules/ximgproc/include/opencv2/ximgproc.hpp 10 years ago
sbokov a70af9f7d6 Adding edge-aware disparity filtering 10 years ago
xolodilnik 7a9e4dd453 added a calculation of the Fast Hough Transform of an image 10 years ago
Maksim Shabunin 34131405df Removed some methods from cv::Algorithm and changed ml module interfaces 10 years ago
vludv b1b36cd20e Adaptive manifold filter: downsample/upsample operations where paralleled. 11 years ago
vludv e8d7975e2c Adaptive manifold filter changes: Memory consuming was reduced and performance was improved (10% average). 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
Bellaktris 63e1c0449d warning fix 11 years ago
Alexander Shishkov e06ef978f2 added namespace ximgproc 11 years ago
Alexander Shishkov 385638ae0d rename module name 11 years ago
vludv eafeea95c6 joint bilateral filter fix 11 years ago
Vadim Pisarevsky f43fd52f36 fixed ximgproc build on ARM 11 years ago
vludv d08c398c52 Added license 11 years ago
vludv 0687cdd19d fixed gcc and clang warnings 11 years ago
vludv 9e577c5f31 fixed std::limits error 11 years ago
vludv 349692044c The functionality was put into ximgproc namespace. Some refactoring. Fixed some warnings. 11 years ago
vludv 9786a552a2 Removed OpenCL realization to test build. 11 years ago
vludv 291c87a15f fix build error and doc 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 1f3336ee76 fix opencl build error. 11 years ago
vludv b0e450d2ed Added edge-aware filters. 11 years ago