Andrey Kamaev
6abb69bd25
Merge pull request #345 from Daniil-Osokin:bugfix_2550
12 years ago
Andrey Kamaev
17130477c9
Merge pull request #344 from taka-no-me:improve_jpeg_encoder_errors
12 years ago
Vadim Pisarevsky
4044fbcb33
hopefully fixed handling of 'long' Python type in OpenCV bindings (bug #2193 ). added the corresponding test
12 years ago
Vadim Pisarevsky
2320ec76b4
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658 . Added tests for #2611 , #2505 , #2658
12 years ago
Vadim Pisarevsky
a519bbc617
Extended python bindings to support scalar values and tuples in place of InputArray (i.e. Mat) - ticket #2658 . Added tests for #2611 , #2505 , #2658
12 years ago
Andrey Kamaev
09d93af975
Merge pull request #343 from taka-no-me:fix_nlmeans_2646
12 years ago
Alexander Smorkalov
ca98710640
Resolve warning in OpenCV Library project in Eclipse (Bug #2714 )
...
Warning in auto generated code was suppressed by project settings.
12 years ago
Daniil Osokin
e33f3e8345
Fixed cheatsheet for loop (bug #2701 )
12 years ago
Vadim Pisarevsky
cd46a674d1
applied patch #2611 that also likely fixes #2505
12 years ago
Daniil Osokin
4c9c27b244
Fixed formula of YCrCb to RGB conversion (bug #2725 )
12 years ago
Andrey Kamaev
cf407c2ec0
Don't check for EINTR and replace xioctl with ioctl
...
This should be safe todo unless we are writing a signal handler.
12 years ago
Daniil Osokin
f9bff103dd
Removed obsolete steps from Windows installation tutorial (bug #2550 )
12 years ago
Vadim Pisarevsky
146ca61a27
added tests for #1373 , #2629 , #2719 ; fixed another bug in determinant(Matx<T,n,n>)
12 years ago
Patrick Welche
1a84bcc565
NetBSD video(4) support, patch 3 of 3
...
xioctl() assumes that ioctl takes int request. Cope with
int ioctl(int d, unsigned long request, ...)
to avoid "invalid argument".
12 years ago
Patrick Welche
681ffd9a21
NetBSD video(4) support, patch 2 of 3
...
* Decouple Video4Linux2 support from Video4Linux as existence of
v4l2 on a system does not imply support for v4l.
* Don't use V4L's struct video_window in V4L2 code.
* Removed __USE_GNU as comment says:
/* support for MJPEG is only available with libjpeg and gcc,
because it's use libjepg and fmemopen()
so replace with test for fmemopen() if found necessary.
12 years ago
Patrick Welche
d90b8d615c
NetBSD video(4) support, patch 1 of 3
...
The video(4) driver provides a Video4Linux2 compatible API for
various video peripherals. This patch propagates HAVE_VIDEOIO if
the sys/videoio.h include file is found, which is the signature of
video(4).
12 years ago
Andrey Kamaev
255cd61a8c
Improve error reporting of JPEG image encoder
...
OpenCV issue #2604
After this patch applied an attempt to encode empty images produces exception
saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
12 years ago
Andrey Kamaev
7374445398
Fix integer overflow in NL-Means denoising on white input
...
Issues #2646
12 years ago
Andrey Kamaev
7e92826efc
Add test for issue #2646
12 years ago
Andrey Kamaev
d83914d478
Change Imgproc_ prefix to Photo_ in all accuracy tests of photo module
12 years ago
Andrey Kamaev
8521ac5d21
Merge branch 'fix_jpg2000' into 2.4
12 years ago
Andy Maloney
e87355463f
{highgui} Fix copy-paste error in conditional
12 years ago
Vadim Pisarevsky
1df10553bb
fixed bugs #1373 , #2629 , #2719
12 years ago
Andrey Kamaev
d8f749da52
Merge pull request #337 from taka-no-me:ocl_appsdk
12 years ago
Andrey Kamaev
9509dfd1de
Fix OpenCL build warnings
12 years ago
Andrey Kamaev
b445f4b01d
Find OpenCL in AMD APP SDK
12 years ago
Andrey Kamaev
dc11acf041
Merge pull request #336 from ivan-korolev:fix_relative_error_formula
12 years ago
Ivan Korolev
6385b0f7ed
Fixed a formula to calculate the relative error
12 years ago
Andrey Kamaev
ed949bc211
Merge pull request #324 from bitwangyaoyao:2.4_cvtcolor
12 years ago
Andrey Kamaev
20de2f35f9
Merge pull request #325 from bitwangyaoyao:2.4_fixcanny
12 years ago
Andrey Kamaev
f9ed0037b3
Merge pull request #327 from bitwangyaoyao:2.4_vs2012
12 years ago
Andrey Kamaev
14c31bfda0
Merge pull request #334 from asmaloney:2.4
12 years ago
Andy Maloney
5d65d000ab
Docs: Fix invalid conversion format in example (CV_BGR2GREY -> CV_BGR2GRAY)
12 years ago
Andrey Kamaev
94e2b5c140
Merge pull request #305 from stephenfalken:2.4
12 years ago
Andrey Kamaev
7ad81ed46f
Merge pull request #332 from taka-no-me:fix_ocl_warnings
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Andrey Kamaev
33ca4ba5c7
Merge pull request #331 from taka-no-me:fix_java_debug
12 years ago
Siegfried Hochdorfer
195d501b43
fixed broken indentation
12 years ago
Andrey Kamaev
cc399e2ade
Merge pull request #330 from sromberg:2.4
12 years ago
Andrey Kamaev
a441980d68
Fix debug build of Java warppers
12 years ago
Andrey Kamaev
3c4cfccc88
Merge pull request #321 from apavlenko:warp_sanity_check
12 years ago
Stefan Romberg
9f417268b3
Fixed visualization by choosing the color appropriate to the detection
...
Fixed visualization by choosing the color appropriate to the detection
score.
Previously the example showed all detections with the same color
disregarding the confidence. This led to the impression that the object
detection did not work at all because there are many detections with low
confidences.
PR to master was
https://github.com/Itseez/opencv/pull/320
12 years ago
yao
2aae501234
make ocl module compile on VS2012
12 years ago
yao
d574e6dc09
fix canny crash in bug #2279
12 years ago
yao
4f778436b5
ocl::cvtColor support YUV and YCbCr formats
12 years ago
Vladislav Vinogradov
395f0201e3
fixed build for CARMA:
...
- added CMake toolchain file
- added WITH_NVCUVID flag
12 years ago
Vladislav Vinogradov
9cb4292d5c
implemented Luv/Lab <-> RGB conversion
12 years ago
Vladislav Vinogradov
e446903aac
added more types support for gpu separable filters
12 years ago
Vladislav Vinogradov
281d036fcf
optimizations:
...
- new reduce implementation (with kepler optimizations)
- saturate_cast via asm command
- video SIMD instructions in element operations
- float arithmetics instead of double
- new deviceSupports function
12 years ago
Vladislav Vinogradov
ae6266e101
fixes for gpu module:
...
- fixed printCudaDeviceInfo for new CC
- fixed some compilation errors and warnings
- removed unset command from CMake script
- removed unused std imports
12 years ago