Leonardo Brás
a8670a9360
Typos
9 years ago
Leonardo Brás
0ea0278222
Accepting float disparity maps.
9 years ago
Leonardo Brás
138bd0c971
Changing filter so it treats every type() of disparity Matrix.
9 years ago
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
Balint Cristian
6241296f5b
Allow vector<Mat> raster bands to SEEDS.
9 years ago
berak
a9d1ab478f
ximgproc: fix some mismatched new / free calls
9 years ago
Balint Cristian
cf5224f586
Fix issue #623 & doc image reference (ximgproc/slic).
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
Amro
ada87a9975
fix ddepth to match output matrices
...
otherwise we get a failed assertion from OutputArray::create
9 years ago
Maximilien Cuony
530dfb7995
Fix memory leaks in GraphSegmentation
9 years ago
Maximilien Cuony
c9e3e22095
Implementation of SelectiveSearchSegmentation
9 years ago
Balint Cristian
e5612c3c87
BugFix Issue No.481 related to SLIC, LSC contour mask values.
9 years ago
Zhou Chao
88379486c3
Add weighted median filter
9 years ago
Maksim Shabunin
f529a1df2b
Fixed HAL headers location
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
Zhou Chao
2afc73852e
fix bugs
10 years ago
Zhou Chao
e81892a44d
improve l0smooth coding style
10 years ago
Oded Green
0966b2dea9
Removed openmp from code
10 years ago
grundman
2a4bfeeb11
Update edgeaware_filters_common.cpp
...
cvx::checkHardwareSupport uses static field to store flags.
Using a global static to store the result is dangerous, as the underlying field checkHardwareSupport uses might not be initialized at that time.
10 years ago
Oded Green
7579ef5dcd
trailing white space corrected
10 years ago
Maximilien Cuony
8f9ac94ba4
Graphsegmentation: fix typo in comment and blank line at EOF
10 years ago
Oded Green
01268aa3dc
Using std::vector instead of allocating memory myself
10 years ago
Maximilien Cuony
b754372ce5
Rewrote GraphSegmentation in ximgproc
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
Zhou Chao
bbe389306b
Fix windows warning
10 years ago
Zhou Chao
c1bfb00d1b
Add parallel processing for some steps of l0 smooth
10 years ago
Zhou Chao
0c691ff066
replace tabs with spaces
10 years ago
Zhou Chao
e5f3571be2
Fix whitespace problem
10 years ago
Zhou Chao
74f48e80e1
Add L0 smoothing
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
Zhou Chao
c57b27e1e4
Add rolling guidance filter
10 years ago
DirtyMaster
9382f0ed39
Parallelize edges detection
10 years ago
sbokov
6a0545e6fe
Improving DisparityWLSFilter interface and adding a tutorial
...
Now the filter natively supports StereoBM and StereoSGBM with no
parameter tuning required. Also, now user won't need to set the ROI and
the right matcher parameters manually, it is all done in the respective
convenience factory method based on the left matcher instance. Tutorial
was added to clarify the provided example of use.
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
berak
4dcf02d631
fix for issue #195
...
avoid overflow in histogram access
10 years ago
berak
01293e0e23
remove floor call
...
vs2010 does not know, ceil, floor, round and friends.
also, those are plain integer divisions, that do not need floor at all.
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
...
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
xolodilnik
7a9e4dd453
added a calculation of the Fast Hough Transform of an image
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
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