Suleyman TURKMEN
aa850cd83b
EdgeDrawing Improvements 1
4 years ago
Suleyman TURKMEN
14b43012da
update fast_line_detector.hpp
4 years ago
TT
930eca198d
3.4/ximgproc: Added edge input feature to fast_line_detector
...
backport of commit: d8197c6ad6
4 years ago
Suleyman TURKMEN
f7efcbab61
Merge pull request #2313 from sturkmen72:test_Edge_Drawing_Algos
...
* EdgeDrawing algorithms (ED EDPF EDLines EDCircles)
* eliminate build warning
4 years ago
berak
134df77b71
ximgproc: add python wrappers for disparity functions
5 years ago
Jan Sellner
80dfcdbfb6
Fix default parameter to be coherent with documentation
5 years ago
K Yasaswi Sri Chandra Gandhi
444123e346
Fixed typo.
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 years ago
RAJKIRAN NATARAJAN
fc979a85ba
Merge pull request #2152 from saskatchewancatch:issue-2060
...
* issue-2060: implement ability to return scores for edgeboxes implementation
* issue-2060: address feedback to add some foolproofing
6 years ago
Ahmed Ashour
cd7276f41f
Merge pull request #2131 from asashour:param
...
* doc: fix return parameter for void method
* docs: add missing parameter description
6 years ago
utkarshg6
bc0e250216
Changed mismatch grayscale to image with 3 channels
6 years ago
Alexander Alekhin
1756e82bdd
bindings: backport generator from OpenCV 4.x
6 years ago
Jukka Komulainen
a97a061281
Merge pull request #1906 from ytyytyyt:3.4
...
* fbs_filter add lambda & revise imtypes
* fix warnings
* fix fbs function prototypes
7 years ago
LaurentBerger
cd6f7d1291
Rewrite deriche filter- add test - add python wrapper
7 years ago
Jukka Komulainen
6e3eea5447
Merge pull request #1883 from ytyytyyt:3.4
...
* add fast bilateral solver from master
* fix unused variables warnings in disparity_filtering.cpp
* trailing whitespaces removed
7 years ago
bini
1612d99c81
refactored include and bib files
7 years ago
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
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
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