Andrey Kamaev
7ad81ed46f
Merge pull request #332 from taka-no-me:fix_ocl_warnings
2013-01-24 17:44:11 +04:00
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
2013-01-24 17:08:30 +04:00
Andrey Kamaev
33ca4ba5c7
Merge pull request #331 from taka-no-me:fix_java_debug
2013-01-24 15:49:14 +04:00
Andrey Kamaev
cc399e2ade
Merge pull request #330 from sromberg:2.4
2013-01-24 14:26:54 +04:00
Andrey Kamaev
a441980d68
Fix debug build of Java warppers
2013-01-24 13:25:12 +04:00
Andrey Kamaev
3c4cfccc88
Merge pull request #321 from apavlenko:warp_sanity_check
2013-01-24 13:05:54 +04:00
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
2013-01-24 10:01:18 +01:00
Andrey Kamaev
0773ab4d07
Merge pull request #315 from taka-no-me:java_on
2013-01-23 19:02:27 +04:00
Andrey Pavlenko
e287dea91b
fixing build warnings
2013-01-23 18:45:06 +04:00
Andrey Kamaev
2c32536bf4
Enable Java bindings on all platforms by default
2013-01-23 18:08:09 +04:00
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
2013-01-23 18:08:09 +04:00
Andrey Kamaev
5eabcf8e4f
Java tests: print summary for tests run
2013-01-23 18:08:09 +04:00
Andrey Kamaev
4668a133f0
Java API: fix build warning on OS X
...
Common part of all source files is extracted to special header
2013-01-23 18:08:09 +04:00
Andrey Kamaev
3889b34ec3
Add option to run java tests with run.py
2013-01-23 18:08:08 +04:00
Andrey Pavlenko
81721d0dce
enabling sanity checks for warp and resize functions on Android
...
- add syntetic images generation function to ts
- use generated syntetic images
2013-01-23 17:25:30 +04:00
Andrey Kamaev
311d799344
Merge pull request #299 from branch 'bitwangyaoyao_ocl' into 2.4
2013-01-23 14:50:29 +04:00
yao
e05112a364
some host side optimizations to ocl::GaussianBlur
2013-01-23 14:48:04 +04:00
yao
9060365f5e
use format on filtering.cpp
2013-01-23 14:48:04 +04:00
yao
56c1a7fab6
make oclHaarDetectObjects running on more ocl platforms
2013-01-23 14:48:04 +04:00
yao
b5bd2cde9e
A few optimizations to ocl::pyrLK::sparse, make it running on more OCL platforms
2013-01-23 14:48:04 +04:00
yao
02c9e0a3e0
add default clAmdFft and clAmdBlas path
2013-01-23 14:48:04 +04:00
yao
f6d82773f9
fix bug #2674
2013-01-23 14:48:04 +04:00
Andrey Kamaev
78dc44a7fd
Merge pull request #295 from apavlenko:test_surf_keypoints_invariance
2013-01-23 14:40:05 +04:00
Andrey Kamaev
4d64db8be7
Merge pull request #319 from AnnaKogan8:added-surf-keypoints-cleanup
2013-01-23 10:36:02 +04:00
Anna Kogan
608fab60fd
Added cleanup of keypoints vector
2013-01-22 18:05:18 +04:00
Andrey Kamaev
46c4390a2e
Hardly refactored CMake script for Java wrappers
2013-01-22 17:59:01 +04:00
Andrey Kamaev
c92743d124
Eliminate intermediate build target "opencv_java_api"
2013-01-22 17:59:00 +04:00
Andrey Kamaev
594f969641
Merge pull request #316 from mdim:draw_matches_fix
2013-01-22 16:09:48 +04:00
mdim
93f8e7ba74
check of keypoint index range in drawMatches
2013-01-22 00:37:27 +04:00
Andrey Kamaev
a45eb275e3
Merge pull request #306 from AnnaKogan8:perf_tests_timing.py-improvement
2013-01-21 18:10:08 +04:00
Andrey Kamaev
abb9e08671
Merge pull request #314 from vpisarev:2.4
2013-01-21 17:52:35 +04:00
Vadim Pisarevsky
f14b7af5ac
changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities
2013-01-21 15:00:32 +04:00
Andrey Kamaev
9c7a8dd584
Merge pull request #312 from taka-no-me:cheatsheet
2013-01-19 12:03:20 +04:00
Andrey Kamaev
1ed507c065
Merge pull request #310 from taka-no-me:4digit_version
2013-01-19 12:03:04 +04:00
Andrey Kamaev
55c74ebea8
Merge pull request #309 from asmorkalov:android_manager_4number_version
2013-01-19 12:02:49 +04:00
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
2013-01-18 18:27:43 +04:00
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
2013-01-18 14:57:55 +04:00
Alexander Smorkalov
4feae810fa
4 digit library version numeration implemented in OpenCV Manager
...
Code refactoring done.
OpenCV library version type changed to int.
Some UI labels updated.
OpenCV Manager verison incremented.
2013-01-18 11:42:48 +04:00
Andrey Kamaev
101e9bd456
Merge pull request #304 from apavlenko:test_java_fix_double
2013-01-17 18:20:47 +04:00
Andrey Pavlenko
a8c0f1d962
fixing test failure on some systems
2013-01-16 18:33:35 +04:00
Andrey Kamaev
7341eaa654
Merge pull request #296 from asmorkalov:html_docs_warning_fix
2013-01-16 16:44:13 +04:00
Andrey Kamaev
28afa8d2d4
Merge pull request #297 from taka-no-me:fix_deps
2013-01-16 16:30:38 +04:00
Andrey Kamaev
0fed75a880
Merge pull request #302 from taka-no-me:fix_doc_sphinx107
2013-01-16 16:07:49 +04:00
Andrey Kamaev
069844cd4e
Merge pull request #300 from taka-no-me:java_64bit
2013-01-16 14:49:46 +04:00
Andrey Kamaev
b362d47d95
Fix documentation build with Sphinx 1.07
2013-01-16 12:43:12 +04:00
Andrey Kamaev
bf3c2b0bbb
Fix incorrect Mat address reconstruction on 64-bit platforms
...
This fixes random failures in Java wrappers.
2013-01-15 19:23:49 +04:00
Anna Kogan
0587bef667
Switched time from seconds to minutes
2013-01-15 15:32:22 +04:00
Anna Kogan
3cdfa654ae
Added 'Num of tests' col, changed headers, added 'overall time' row
2013-01-15 15:26:43 +04:00
Andrey Kamaev
3cb84ed17c
Fix dependencies inference for auto-disabled targets
...
Sometimes information about dependencies causing disabling were loosed and it
was not possible to correctly display these dependencies in status report
2013-01-14 18:58:24 +04:00
Andrey Pavlenko
9f0d5f60b5
fixinf warning on non-Windows systems
2013-01-14 18:15:51 +04:00