Ilya Lavrenov
3eff05e3eb
added performance tests for cv::ocl::calcHist
11 years ago
Ian Taylor
45969bb3ae
fix variable name typo in calcBlurriness
11 years ago
Alexander Karsakov
806e9241a6
Clarifying comments
11 years ago
Ilya Lavrenov
f7a474180b
tuned some tests
11 years ago
Alexander Karsakov
4aa891e773
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
11 years ago
Dave Hughes
b184d7f27b
Fix for #3554
...
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on
RaspberryPi and possibly other Video4Linux variants. See
http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more
detail.
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
29deff8707
ability to merge logs with intersections only
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
Ilya Lavrenov
767b28f2e3
tests
11 years ago
Cody Rigney
fbc69e444b
Added NEON optimizations for LK optical flow (Intrinsics).
11 years ago
Ilya Lavrenov
c1c3139368
master-like performance tests
11 years ago
Alexander Karsakov
e6f6707558
OCL: Fix for Haar classifier (thanks to Konstantin Rodyushkin).
11 years ago
Alexander Smorkalov
c78142acb0
Bug #3391 org.opencv.android.NativeCameraView crashes after latest OpenCV Manager update fixed.
...
The crash was cased by massive Mat objects leak in NativeCameraView class.
11 years ago
Alexander Smorkalov
dbb7aa7856
Highgui_Tiff.decode_tile16384x16384 disabled for Android.
...
Last changes in test leads to SIGKILL on Android.
SIGKILL is called by out of memory killer.
11 years ago
Ilya Lavrenov
e1a598c5b3
disabled ABF tests
11 years ago
Nghia Ho
ced8e7a813
Typo
11 years ago
Matti Picus
dc50dc7254
fix merge
11 years ago
Matti Picus
31c8f2ec57
fix code, it turns out only TIFFReadRGBATile needs buffer pointer mangling
11 years ago
Matti Picus
46d128e073
add test (needs updated opencv_extra repo)
11 years ago
Ilya Lavrenov
aa5311ea9f
backport of master-based perf tests for matchTemplate to 2.4
11 years ago
Vladislav Vinogradov
7fd21d217a
fix bug #3562 :
...
add missing __syncthreads to edgesHysteresisLocalKernel
11 years ago
Alexander Smorkalov
4c1ed13846
Warning fixes for GCC 4.8.
11 years ago
Ilya Lavrenov
da9bdf9c15
fixes typo and unused variables
11 years ago
Alexander Shishkov
77df5948e7
removed trailing spaces
11 years ago
Roman Donchenko
e35d98e566
Worked around an apparent GCC bug in moments.
11 years ago
yash
394c74b349
edited the doc for mat::copyto and clarified the part regarding reallocation by .create
11 years ago
yash
38ef8894b7
Made a sentence in the doc for Mat::copyTo more clearer
11 years ago
Ilya Lavrenov
01527c44fd
removed unused field
11 years ago
Alexander Shishkov
cc529d971b
removed tabs
11 years ago
Evgeniy
8236181c62
Added more colorizing options to XLS generating script
11 years ago
Marijan Vukcevich
9a98cd6e65
Update cap_ios_abstract_camera.mm
...
AVCaptureVideoPreviewLayer setOrientation is depricated. This fixes the warning and provides backward compatibility.
11 years ago
Vladislav Vinogradov
150e522bee
fix bug #3552 :
...
replace std::swap with own code
11 years ago
Ilya Lavrenov
510680a5df
typo
11 years ago
Vladislav Vinogradov
8b8c368148
fixed two warnings in gpu sources (-Wshadow, -Wno-sign-promo)
11 years ago
Alexander Alekhin
d1606b4aa3
ocl: added SVM perf test
11 years ago
Vladislav Vinogradov
1ce5165cb7
temporary disable performance test for alphaComp function
11 years ago
Alexander Smorkalov
dbe7634286
Dead code removed as this cannot be null in Java.
11 years ago
Vladislav Vinogradov
eb247d826f
temporary disable perf test for StereoBeliefPropagation
11 years ago
Vladislav Vinogradov
9e69e2a07a
increase epsilon for AlphaComp sanity test for integer input
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Stuart Cunningham
5d43d3ca88
Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types.
11 years ago
Stuart Cunningham
8bbce0a2a2
Fix reading of 16-bit TIFF images on big endian host.
...
Use correct integer types for arguments to TIFFGetField to avoid corruption
of values and failed loads of TIFF file when using cv::imread().
Added test where both big and little endian TIFF files are read using imread().
Fixed build of 3rdparty libtiff on big endian hosts.
Reduced memory required during decode_tile16384x16384 test by not converting
large grayscale test image to color image during read.
11 years ago
Zhigang Gong
9aef26e2ad
Workaround a LLVM/Clang 3.3 bug.
...
The LLVM/Clang 3.3 has a bug when compile a cl kernel with
assignment of a scalar to a vector data type. This patch
could work around this bug.
Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
11 years ago
Anatoly Baksheev
becbfa6281
Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function
11 years ago
Vladislav Vinogradov
8b44a42a40
decrease input size for several gpu tests to fix "timed out" error:
...
* BruteForceNonLocalMeans
* OpticalFlowBM
11 years ago
Vladislav Vinogradov
5dbdadb769
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd
11 years ago
Vladislav Vinogradov
bfc27271e2
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
11 years ago
Vladislav Vinogradov
3e1f74f2ca
fix nonfree module compilation without CUDA
11 years ago
Vladislav Vinogradov
5d099df578
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
11 years ago