tompollok
8893087432
change area() emptiness checks to empty()
7 years ago
Suleyman TURKMEN
3f2164ff49
Update peilin.cpp
7 years ago
Tomoaki Teshima
9544585050
rename filename typo
7 years ago
bini
1612d99c81
refactored include and bib files
7 years ago
LaurentBerger
2bd8d58513
Merge pull request #1678 from LaurentBerger:MoveAssert
...
* Some bugs in deriche and paillou filter
* Cv_Assert to CV_CheckType
7 years ago
Vitaly Tuzov
0ba26b31df
Set initial inlier metric value to -FLT_MAX to ensure correctness of first iteration.
7 years ago
Alexander Alekhin
2ddeeac5e7
eliminate build warnings / fix bug in text module
7 years ago
Alexander Alekhin
b8de57f8bd
cleanup unnecessary setNumThreads() calls
7 years ago
Alexander Alekhin
ebc142b1d8
Merge pull request #1623 from alalek:android_pack_fix_contrib
...
* android: fix build warnings
* build: fix warnings
7 years ago
Alexander Alekhin
1248ebeb03
build: fix warnings
7 years ago
Alexander Alekhin
df483cfdc9
build: unreachable code after CV_Error()
7 years ago
Alexander Alekhin
3059b16a02
ximgproc: fix weightedMedianFilter() hang
...
- eliminated "float th = 1e-5f" magic value (replaced to explicit checks)
- eliminate manual memory allocation
- avoid out of range access (i == alls)
7 years ago
LaurentBerger
79b60e93f2
solves #1596
7 years ago
Alexander Alekhin
64d5886186
ximgproc: apply CV_OVERRIDE/CV_FINAL
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
Vitaly Tuzov
5e7035b39b
Fixed estimation Hessian matrix eigenvalue in getRidgeFilteredImage()
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
7 years ago
Vitaly Tuzov
8c394a4f2e
Updated internal calls to linear resize to use bit-exact version
7 years ago
Alexander Alekhin
57ff363389
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
berak
d4dabfbf3c
ximgproc: fix paillou_demo
7 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
8 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
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
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
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