Alexander Alekhin
b556c2a7c3
build: migrate to traits::Type / traits::Depth
8 years ago
Jaykob
0e91983b1b
Merge pull request #1330 from Jaykob:parallelize_structured_edge_detection
...
* Replace OpenMP parallelization with OpenCV's general parallel_for_ to cover other backends than OpenMP.
* Fixed shadowing of range variable in C++11 mode.
8 years ago
Alexander Alekhin
905b362f0a
ximgproc: eliminate per-pixel manual loop
...
fixes warning on MacOSX Xcode 8.3.3
8 years ago
berak
3d0e42f655
ximgproc: change M_PI to CV_PI in structured_edge_detection
8 years ago
Yuriy Obukh
41559d7481
Some changes to make VS2010 compiler happy.
8 years ago
Natsuki Kawai
f57d6fbbb6
Fixed a buffer overflow which occurs when setImage is called with different images and default image_id.
8 years ago
Vladislav Sovrasov
731ee7bbd7
ximgproc: fix warning in OCL related code on Windows platform
8 years ago
Vadim Pisarevsky
b885d28ca0
fixed test failures; removed extra whitespaces
8 years ago
Vadim Pisarevsky
7297f02220
added optimized anisotropic diffusion filter (rewrite of https://github.com/opencv/opencv/pull/8362 )
8 years ago
lhelontra
da280ac55d
added computeOrientation and edgenms in structured_edge_detection
...
fixed typo
replaces Mat& to Input/OutputArray in public methods.
small fix.
small fixes
8 years ago
saskatchewancatch
3ec8e0ac4c
1) Modified cv::ximgproc::niBlackThreshold to support binarization using popular Niblack inspired techniques. Sauvola, Wolf, and NICK support added.
...
2) Changed niblack_thresholding.cpp sample to allow experimentation with these new methods
3) Added/updated docs where appropriate
8 years ago
olivierpascal
ab48ffdfc1
Warning fixed
8 years ago
olivierpascal
204e98e105
Bugfix #1143
8 years ago
Alexander Alekhin
fdab64c95d
fix tests
8 years ago
Balint Cristian
4d6723d9e7
Update MSLIC citation and author's contact.
8 years ago
jexner
5d14e0e6cd
Remove unused variables
8 years ago
jexner
46c3965a7f
Fix uninitialized iteration counter in MSLIC
8 years ago
Vladislav Sovrasov
aba73af7fb
ximgproc: fix weightedMedianFilter crash on zero mask
8 years ago
Vladislav Sovrasov
8b831fefd5
ximgproc: wrap weightedMedianFilter into python
8 years ago
lhelontra
83fef80343
Added CV_OUT in process() of selective search segmentation module and python sample.
8 years ago
Balint Cristian
90105169b2
Fix LSC crash, guard against invalid label index.
8 years ago
Julian Exner
ab5f5d6ca2
Fix uninitialized LSC weights
8 years ago
jexner
5dc7be6a06
Fix segmentation fault in SuperpixelLSCImpl::PostEnforceLabelConnectivity
...
See https://github.com/opencv/opencv_contrib/issues/1048
8 years ago
Maksim Shabunin
f8807f18cd
Reduced modules dependencies:
...
- made some of dependencies explicit
- removed dependencies to highgui and some other modules where possible
- modified some samples to build without modules
8 years ago
Suleyman TURKMEN
9ca51fe772
Update thinning.cpp
8 years ago
goldstar616
478baf937f
Merge pull request #981 from goldstar616:master
...
issue #980 resolves - Some module has a round error similar to #975 . (#981 )
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
* round function changes to cvRound
Minor changes to fix lower visual studio version build errors.
8 years ago
Alexander Alekhin
2feb23cf36
cmake: include contrib modules into "opencv_world"
8 years ago
Balint Cristian
ce2fd8e37a
Add MSLIC (Manifold SLIC).
8 years ago
StevenPuttemans
cdbe5c7d3c
fix link for thinningTypes
8 years ago
Balint Cristian
5d73f99753
BugFix SLIC, SLICO & LSC.
8 years ago
LaurentBerger
7360642d4d
Improve paillou filter
8 years ago
LaurentBerger
86342522b0
Merge pull request #701 from LaurentBerger:DericheFilter
8 years ago
Alexander Alekhin
eae4d78748
misc: minor fix in license header
8 years ago
Jinhan Lee
24b5aad400
Update ximgproc/README.md
8 years ago
Jinhan Lee
4836a496c0
Add a group ximgproc_fast_line_detector
9 years ago
Jinhan Lee
a7dada153e
Fast line detector described in @Lee14 .
...
This simple detector runs up to two times faster than LSD while achieving
competitive results. Please evaluate the algorithm with samples/fld_lines.cpp
9 years ago
Vladislav Sovrasov
98f305e462
Fix codestyle in structured_edge_detection sample
9 years ago
Vladislav Sovrasov
50489dc0c8
Fix rounding in StructuredEdgeDetection
9 years ago
StevenPuttemans
fb0cb3d3c4
added multiple thinning algorithms
...
added thinning sample
added thinning tests
9 years ago
Alexander Alekhin
5f8d3d756b
eliminate compiler warnings
9 years ago
Vladislav Sovrasov
7cc7414a51
Fix numerical issue in guided filter
9 years ago
Maksim Shabunin
0e7405ce4c
Fixed several GCC warnings
9 years ago
berak
72686a111c
add a slic superpixels sample, similar to the seeds one.
9 years ago
jhlee525
5d9fd70cc0
Merge pull request #730 from jhlee525:master
...
* Add bilateral texture filter
* Change tab to space
9 years ago
StevenPuttemans
5f816bb480
add thinning
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
Alexander Alekhin
823dea726f
migration: github.com/opencv/opencv_contrib
9 years ago
StevenPuttemans
784fb55c9b
add model location info
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