Stepanenko Andrey
d99ee92d76
Merge pull request #1295 from ftvkyo2011:patch-1
...
* Enabled FastHoughTransform export to python.
* Enabled HoughPoint2Line export
* Update fast_hough_transform.hpp
deleted TODO
* Fixed indentation after enabling exporting.
7 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
Suleyman TURKMEN
9fc1aa013f
WRAP python java
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
969bb1ef44
Fixed review comments
8 years ago
Piotr Majkrzak
17c2ce9c78
Implementation of Pei&Lin Image Normalization
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
Balint Cristian
4d6723d9e7
Update MSLIC citation and author's contact.
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
ce2fd8e37a
Add MSLIC (Manifold SLIC).
8 years ago
StevenPuttemans
cdbe5c7d3c
fix link for thinningTypes
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
4836a496c0
Add a group ximgproc_fast_line_detector
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
StevenPuttemans
fb0cb3d3c4
added multiple thinning algorithms
...
added thinning sample
added thinning tests
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
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
Maximilien Cuony
c9e3e22095
Implementation of SelectiveSearchSegmentation
9 years ago
Zhou Chao
88379486c3
Add weighted median filter
9 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
Maximilien Cuony
8f9ac94ba4
Graphsegmentation: fix typo in comment and blank line at EOF
10 years ago
Maximilien Cuony
b754372ce5
Rewrote GraphSegmentation in ximgproc
10 years ago
Oded Green
801f118f57
fixed one last error
10 years ago
Oded Green
5541ac9f8c
fixed one last error
10 years ago
Oded Green
d667864543
a few more trailing white spaces
10 years ago
Oded Green
5461494100
replaced tabs with spaces
10 years ago
Oded Green
e4137ce8c1
Adding a fast and parallel function for computing the estimated covariance matrix
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
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
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