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 |
vludv
|
d88d39b8bf
|
Fixed cast error in samples.
|
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 |