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
Andrey Kamaev
0487067964
Merge pull request #317 from vpisarev:c2cpp_refactor_imgproc
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
Vadim Pisarevsky
efd00238e2
fixed warnings; restored fixed_size parameter in AutoBuffer
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
Vladislav Vinogradov
b7e6b5af1b
fixed tests (call resetDevice, if there was a gpu failure)
12 years ago
Andrey Kamaev
0773ab4d07
Merge pull request #315 from taka-no-me:java_on
12 years ago
Andrey Pavlenko
e287dea91b
fixing build warnings
12 years ago
Andrey Kamaev
2c32536bf4
Enable Java bindings on all platforms by default
12 years ago
Andrey Kamaev
caa2c06e50
Quiet output of cv::error in Java tests
...
Introduced new Java API
void org.opencv.core.Core.setErrorVerbosity(boolean verbose)
used to suppress output to stderr from OpenCV's asserts
12 years ago
Andrey Kamaev
5eabcf8e4f
Java tests: print summary for tests run
12 years ago
Andrey Kamaev
4668a133f0
Java API: fix build warning on OS X
...
Common part of all source files is extracted to special header
12 years ago
Andrey Kamaev
3889b34ec3
Add option to run java tests with run.py
12 years ago
Andrey Pavlenko
81721d0dce
enabling sanity checks for warp and resize functions on Android
...
- add syntetic images generation function to ts
- use generated syntetic images
12 years ago
Andrey Kamaev
311d799344
Merge pull request #299 from branch 'bitwangyaoyao_ocl' into 2.4
12 years ago
yao
e05112a364
some host side optimizations to ocl::GaussianBlur
12 years ago
yao
9060365f5e
use format on filtering.cpp
12 years ago
yao
56c1a7fab6
make oclHaarDetectObjects running on more ocl platforms
12 years ago
yao
b5bd2cde9e
A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms
12 years ago
yao
02c9e0a3e0
add default clAmdFft and clAmdBlas path
12 years ago
yao
f6d82773f9
fix bug #2674
12 years ago
Andrey Kamaev
78dc44a7fd
Merge pull request #295 from apavlenko:test_surf_keypoints_invariance
12 years ago
Andrey Kamaev
4d64db8be7
Merge pull request #319 from AnnaKogan8:added-surf-keypoints-cleanup
12 years ago
Anna Kogan
608fab60fd
Added cleanup of keypoints vector
12 years ago
Andrey Kamaev
46c4390a2e
Hardly refactored CMake script for Java wrappers
12 years ago
Andrey Kamaev
c92743d124
Eliminate intermediate build target "opencv_java_api"
12 years ago
Vadim Pisarevsky
dc4d0398f3
converted few more comp. geometry functions to C++
12 years ago
Andrey Kamaev
594f969641
Merge pull request #316 from mdim:draw_matches_fix
12 years ago
mdim
93f8e7ba74
check of keypoint index range in drawMatches
12 years ago
cuda-geek
a8a842332b
Merge pull request #311 from cuda-geek:soft-cascade-refactoring-and-fixes
12 years ago
Andrey Kamaev
a45eb275e3
Merge pull request #306 from AnnaKogan8:perf_tests_timing.py-improvement
12 years ago