LaurentBerger
79b60e93f2
solves #1596
7 years ago
Alexander Alekhin
64d5886186
ximgproc: apply CV_OVERRIDE/CV_FINAL
7 years ago
Vitaly Tuzov
5e7035b39b
Fixed estimation Hessian matrix eigenvalue in getRidgeFilteredImage()
7 years ago
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
7 years ago
LaurentBerger
9c77fa733b
Remove unused code
8 years ago
fiammante
ab51fb06ca
Merge pull request #1449 from fiammante:bright_edges
...
Bright edges source code and demo (#1449 )
* Bright edges source code and demo
* Fix mac errors
* Upload again because of null characters
* Convert to UTF-8
* Change cv::WindowFlags::WINDOW_AUTOSIZE
* Remove parameter
* Remove trailing white spaces (documentation builld error
* Remaining white spaces
* Correct warning
* Correct surround
* Add comment
* Moving prototype out of header
* Add ximgproc namespace, fix example.
* Fix namespace for example
* Remove windows desctruction
* Correct Mat declaration
* Removed unused gray
* Change local functions to static
* Remove tabs and replace by 4 spaces
* Add comments
* Fix comments
* Retry for random test stereo failure
8 years ago
Alexander Alekhin
e8c03fc1bf
ximgproc: rename global functions with generic names
8 years ago
Alexander Alekhin
2700b7d405
ximgproc: fix namespace
8 years ago
kushalvyaskv
17ffd282d9
Ridge Filter
8 years ago
Leonardo lontra
1f8ccc1687
added edgeboxes algorithm ( #1215 )
...
samples added
fix edgeboxes_demo
fix edgeboxes_demo
added edgeboxes bib
fix edgeboxes_demo
small fixes
fix edgeboxes_demo
fix warnings
fix warnings
small fixes
detectEdges needs rgb image instead bgr image.
Removed unnecessary protection
small fixes
8 years ago
LaurentBerger
8b733e0938
review
8 years ago
LaurentBerger
c17fd6e93d
fetch and commit
8 years ago
Vitaly Tuzov
220edb81bc
Updated 32F disparity matrix handling
8 years ago
Vitaly Tuzov
969bb1ef44
Fixed review comments
8 years ago
Piotr Majkrzak
17c2ce9c78
Implementation of Pei&Lin Image Normalization
8 years ago
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
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
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
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
Balint Cristian
ce2fd8e37a
Add MSLIC (Manifold SLIC).
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
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
50489dc0c8
Fix rounding in StructuredEdgeDetection
9 years ago
StevenPuttemans
fb0cb3d3c4
added multiple thinning algorithms
...
added thinning sample
added thinning tests
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
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