Andrey Kamaev
|
949c4edf41
|
Merged the trunk r8408:8457 (inclusive)
|
13 years ago |
Andrey Kamaev
|
7b5a45eac4
|
Merged the trunk r8384:8407 (inclusive)
|
13 years ago |
Andrey Kamaev
|
05de6302fd
|
Fixed documentation: corrected parameter names
|
13 years ago |
Andrey Kamaev
|
6ca618277c
|
More fixes for documentation.
|
13 years ago |
Andrey Kamaev
|
4aaaef5967
|
remaining C-style planar subdivisions data structures are moved to legacy
|
13 years ago |
Marina Kolpakova
|
00117d2a6e
|
warp Affine tegra integration
|
13 years ago |
Andrey Kamaev
|
eb2f1f81ed
|
Fixed hundreds of documentation problems
|
13 years ago |
Andrey Kamaev
|
0e9e0a01db
|
Added new perf tests for boxFilter
|
13 years ago |
Andrey Kamaev
|
ab6f0c4e0b
|
Added tegra stub for cornerEigenValsVecs
|
13 years ago |
Andrey Kamaev
|
a33d67f48a
|
Updated sanity checks for some imgproc perf tests
|
13 years ago |
Vadim Pisarevsky
|
159cc29bb5
|
fixed undistortPoints description (ticket #1964)
|
13 years ago |
Andrey Kamaev
|
80f1b1478d
|
Fixed parameter name and copy condition
|
13 years ago |
Andrey Kamaev
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
e309c51430
|
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)
|
13 years ago |
Andrey Kamaev
|
639bf3ee8f
|
Fixed accumulateWeighted with mask for multichannel matrices #1959
|
13 years ago |
Andrey Kamaev
|
a877ecdcf0
|
Added option to pass pre-computed pyramid to piramidal LK optical flow #1321
|
13 years ago |
Andrey Kamaev
|
3a1f85d4e8
|
Remerged the 2.4.0 branch
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
13 years ago |
Vadim Pisarevsky
|
bffd77ed87
|
moved planar subdiv docs to legacy; added Input/OutputArray docs to core
|
13 years ago |
Vadim Pisarevsky
|
fb292b1b27
|
added PSNR function to imgproc; refactored highgui positioning test (which still fails)
|
13 years ago |
Vadim Pisarevsky
|
866d8c0cfa
|
added special function to patch NaN's in image. call this function from bilateralfilter (should fix bug #1811)
|
13 years ago |
Vadim Pisarevsky
|
47ee844df6
|
fixed formula in matchShapes, method=CV_CONTOUR_MATCH_I3 (ticket #1801)
|
13 years ago |
Marina Kolpakova
|
f1a0ab365d
|
fixed duplicated paragraph
|
13 years ago |
Andrey Kamaev
|
d46659f6cc
|
Set sanity thresholds for several performance tests
|
13 years ago |
Andrey Pavlenko
|
13427c0cdf
|
fixing convexityDefects()
|
13 years ago |
Andrey Kamaev
|
80516ecbe6
|
Fixed typo; removed duplicated call
|
13 years ago |
Ilya Lysenkov
|
ed8e4b5bcc
|
Fixed comparison methods in matchShapes (issue #1012)
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Ilya Lysenkov
|
2619221331
|
Spell checked the documentation with VIM (issue #223)
|
13 years ago |
Ilya Lysenkov
|
b07f89dcb1
|
Removed mentions of TBB optimization if users can't actually use it (thanks to Andrey K.)
|
13 years ago |
Ilya Lysenkov
|
2f44610ef3
|
Mentioned in doc if a function is parallelized with the TBB library (issue #421)
|
13 years ago |
Andrey Kamaev
|
b6dac61e96
|
Fixed several documentation warnings and errors.
|
13 years ago |
Vadim Pisarevsky
|
1371c96935
|
extended morphological operations to handle arbitrary number of channels and CV_64F type; extended filter2D to handle CV_16S type. added test to check the supported formats; added description of supported formats in various filtering operations.
|
13 years ago |
Ilya Lysenkov
|
553ea7510b
|
Documented valid image types in morphology operations (issue #1679)
|
13 years ago |
Ilya Lysenkov
|
04ac6db04a
|
Added support of CV_16S depth in morphology operations
|
13 years ago |
Vadim Pisarevsky
|
07750a1c7e
|
extended Sobel & Scharr description (ticket #1555). Added CV_32F/CV_64F format combination in sepFilter2D.
|
13 years ago |
Ilya Lysenkov
|
9f20d014c6
|
Added documentation of old Python parameters in cv.DrawContours() (issue #987)
|
13 years ago |
Ilya Lysenkov
|
28cf8cee53
|
Documented the Python version of findContours (issue #1697)
|
13 years ago |
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
13 years ago |
Andrey Kamaev
|
4ee2c486eb
|
#1732 Added YUV422 conversions
|
13 years ago |
Andrey Kamaev
|
24f82c755a
|
Improved accuracy of SSE-optimized BayerXX2GRAY conversion; added regression test
|
13 years ago |
Vadim Pisarevsky
|
2fded17f10
|
added notice about the changed behavior of copyMakeBorder in the case of ROI (ticket #1756)
|
13 years ago |
Vadim Pisarevsky
|
3f609c89e2
|
support in-place warpAffine, warpPerspective & remap (feature #1150)
|
13 years ago |
Vadim Pisarevsky
|
e88ff6837a
|
added test for ticket #1719 and added a note about contour self-intersections to the docs
|
13 years ago |
Andrey Kamaev
|
41eb91f5f1
|
Updated performance tests sanity data; fixed some tests
|
13 years ago |
Andrey Kamaev
|
fd31234122
|
Fixed gcc build
|
13 years ago |
Andrey Kamaev
|
470f6fafeb
|
Fixed conversions from YV12 and IYUV on non-continuous input. Added accuracy and performance tests.
|
13 years ago |
Andrey Kamaev
|
d95721107c
|
Fixed typo.
|
13 years ago |
Andrey Kamaev
|
124ceb96a7
|
#1732 Added yuv420p to RGB conversion. Thanks to Robert Abel.
|
13 years ago |
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
13 years ago |