Vadim Pisarevsky
|
944588e732
|
converted houghlines to C++
|
2013-02-12 23:16:06 +04:00 |
|
Vadim Pisarevsky
|
05ea571b08
|
almost finished distance transform conversion (discrete voronoi diagram mode is not ready yet)
|
2013-02-12 18:56:22 +04:00 |
|
Vadim Pisarevsky
|
9124a76ae7
|
converted moments function to C++
|
2013-02-12 18:07:22 +04:00 |
|
Vadim Pisarevsky
|
06f4a56469
|
converted flood fill, getrectsubpix & cornersubpix to C++
|
2013-02-11 23:49:10 +04:00 |
|
Andrey Kamaev
|
57d3152cd0
|
Merge branch '2.4'
|
2013-01-31 14:35:27 +04:00 |
|
Ivan Korolev
|
9908ff33de
|
Added regression test for HoughLines algorithm
|
2013-01-30 11:27:19 +04:00 |
|
Vadim Pisarevsky
|
2a42960ff2
|
Merge branch 'master' of https://github.com/nevion/opencv into cc
|
2012-12-15 21:45:55 +04:00 |
|
Jason Newton
|
63debf5032
|
connectedcomponents test case
|
2012-12-10 02:21:45 -08:00 |
|
Ilya Lavrenov
|
615e7b2747
|
added SIMD optimization of Edge-Aware Demosaicing in case of CV_8U
|
2012-12-10 13:29:08 +04:00 |
|
Ilya Lavrenov
|
07744ccf3d
|
removed imshow call
|
2012-12-03 12:30:19 +04:00 |
|
Ilya Lavrenov
|
4116cbe2c0
|
Merge remote-tracking branch 'upstream/master' into Demosaicing
|
2012-11-27 12:46:49 +04:00 |
|
Ilya Lavrenov
|
5225672dc0
|
added edge-aware demosaicing and bayer to bgra conversion
|
2012-11-26 16:17:43 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
Vadim Pisarevsky
|
78a0b9787c
|
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
|
2012-10-15 13:55:32 +04:00 |
|
Ilya Lavrenov
|
2cda65a782
|
fixed cvtColor (RGB <-> Lab) tests and created another one
|
2012-10-15 12:22:36 +04:00 |
|
Evgeny Talanin
|
cfe28e3b73
|
Added test inspired by #2332
|
2012-10-12 18:43:00 +04:00 |
|
Vadim Pisarevsky
|
925d0cc769
|
added test for box filter 16u, fixed bug #2416
|
2012-10-08 14:11:39 +04:00 |
|
Ilya Lavrenov
|
280ecb68bf
|
changed file path
|
2012-10-08 13:27:28 +04:00 |
|
Ilya Lavrenov
|
2759f026e9
|
fixed Bug #2074
|
2012-10-08 12:59:15 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Ilya Lavrenov
|
b7b32e74a5
|
some restructuring of resize algorithm code
|
2012-09-21 18:17:54 +04:00 |
|
Ilya Lavrenov
|
222303f24b
|
attempt
|
2012-09-21 17:25:42 +04:00 |
|
Anatoly Baksheev
|
3b075a50e9
|
fixed warnings under windows
|
2012-09-21 13:41:56 +04:00 |
|
Ilya Lavrenov
|
5ab3fe489f
|
changed resize_area test
|
2012-09-17 17:38:23 +04:00 |
|
Ilya Lavrenov
|
a65cb5d2de
|
added extra debug parameters in resize test
|
2012-09-17 17:08:06 +04:00 |
|
Ilya Lavrenov
|
03daf44848
|
added recalculating scale coefficients
|
2012-09-17 16:31:30 +04:00 |
|
Andrey Kamaev
|
e73089bdb5
|
Fix windows build warnings
|
2012-09-17 13:30:28 +04:00 |
|
Ilya Lavrenov
|
fbd9bfba47
|
fixed some warnings and errors on windows
|
2012-09-10 21:37:44 +04:00 |
|
Andrey Kamaev
|
b1b5e392e6
|
Fix Android build warnings in new imgproc tests
|
2012-09-10 20:33:35 +04:00 |
|
Ilya Lavrenov
|
dd1091bbe1
|
a reference function for remap was stabilized
|
2012-09-10 19:55:03 +04:00 |
|
Vadim Pisarevsky
|
932100c5a3
|
fixed build errors and warnings on Windows
|
2012-09-05 17:06:07 +04:00 |
|
Ilya Lavrenov
|
5eac0419b2
|
changed eps in validate_result function
|
2012-09-04 22:22:07 +04:00 |
|
Ilya Lavrenov
|
be51e5d1b1
|
More strict tests for image waring algorithms
|
2012-09-04 21:52:40 +04:00 |
|
Vadim Pisarevsky
|
9c0f556d88
|
fixed a few compile warnings and errors with VS2010.
|
2012-08-03 17:12:45 +04:00 |
|
Ilya Lavrenov
|
27c2aa3a4e
|
parallel version of bilateral filter was implemented using parallel_for_
|
2012-08-02 16:25:30 +04:00 |
|
Andrey Kamaev
|
e900952b87
|
quiet most of the OSX build warnings
|
2012-07-05 12:56:31 +00:00 |
|
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
2012-06-25 11:24:06 +00:00 |
|
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
2012-06-09 15:00:04 +00:00 |
|
Andrey Kamaev
|
47a4e87784
|
Ignored warnings from gtest with precompiled headers enabled
|
2012-06-08 14:54:17 +00:00 |
|
Marina Kolpakova
|
83390ea4e1
|
performance test for INTER_AREA resize has been added.
|
2012-06-06 14:45:33 +00:00 |
|
Marina Kolpakova
|
8231d0d11d
|
fixed for resize with INTER AREA. Since now we divide by convolved area
|
2012-06-06 12:12:21 +00:00 |
|
Marina Kolpakova
|
eabd757def
|
fixed build
|
2012-06-06 10:59:10 +00:00 |
|
Marina Kolpakova
|
d192117e86
|
GPU resize with INTER_AREA
|
2012-06-06 10:39:42 +00:00 |
|
Andrey Kamaev
|
e309c51430
|
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)
|
2012-05-18 08:33:19 +00:00 |
|
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
2012-04-13 21:50:59 +00:00 |
|
Andrey Kamaev
|
fd31234122
|
Fixed gcc build
|
2012-03-31 23:51:59 +00:00 |
|
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
2012-03-31 22:30:18 +00:00 |
|