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
Maksim Shabunin
94e777ba45
Trying to fix some tests
10 years ago
Maksim Shabunin
79df3dbc85
Tests for ximgproc
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
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
7a58653866
fast_hough_transform.hpp: temporary replace CV_EXPORTS_W with CV_EXPORTS
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
BISMOY MURASING
5925bc539e
Code to grab the red lined polygon from Google Maps
10 years ago
xolodilnik
1bd2aafbd1
removed debug code
10 years ago
xolodilnik
02dabdf243
fixed warning
10 years ago
xolodilnik
7a9e4dd453
added a calculation of the Fast Hough Transform of an image
10 years ago
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
10 years ago
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
10 years ago
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
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
f52ba671dc
Disable some modules for iOS framework world build
10 years ago
Maksim Shabunin
a20c5c8dd9
Doxygen documentation for all modules
10 years ago
Maksim Shabunin
bad3cd2427
Fixed some existing doxygen comments
11 years ago
StevenPuttemans
c20ea8e7e8
adding more clear documentation
11 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
vludv
11940dac0d
added python wrapper macros in edge_filter.hpp
11 years ago
Beat Küng
728b8253f8
seeds sample: fix compiler warnings
...
the exact warnings are:
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:6: warning: no previous prototype for function 'trackbarChanged' [-Wmissing-prototypes]
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:26: warning: unused parameter 'pos' [-Wunused-parameter]
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:37: warning: unused parameter 'data' [-Wunused-parameter]
11 years ago
Beat Küng
265a7ad11d
seeds: add C++ and python samples
11 years ago
Beat Küng
770a8b598f
seeds: add documentation
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
b2901d273d
Update ximgproc.rst
11 years ago
Alexander Shishkov
cc2353f3e6
updated docs, fixed few bugs
11 years ago
Alexander Shishkov
8eb40877df
updated tests and test data
11 years ago
Bellaktris
63e1c0449d
warning fix
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
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
e622117f78
Try to fix GCC warnings again
11 years ago
vludv
0687cdd19d
fixed gcc and clang warnings
11 years ago
vludv
f3bfb60f18
Removed macros for generation Python wrapper to overcome build error, caused nested ximgproc namespace.
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
f45b560264
fixed include error.
11 years ago