Andrey Kamaev
33ca4ba5c7
Merge pull request #331 from taka-no-me:fix_java_debug
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
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
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
Andrey Kamaev
a45eb275e3
Merge pull request #306 from AnnaKogan8:perf_tests_timing.py-improvement
12 years ago
Andrey Kamaev
abb9e08671
Merge pull request #314 from vpisarev:2.4
12 years ago
Vadim Pisarevsky
f14b7af5ac
changed diagnostic from "warning" to "note" in the python wrapper generator, to suppress some noise in opencv utilities
12 years ago
Andrey Kamaev
9c7a8dd584
Merge pull request #312 from taka-no-me:cheatsheet
12 years ago
Andrey Kamaev
1ed507c065
Merge pull request #310 from taka-no-me:4digit_version
12 years ago
Andrey Kamaev
55c74ebea8
Merge pull request #309 from asmorkalov:android_manager_4number_version
12 years ago
Andrey Kamaev
e9301c3c4b
Add opencv_cheatsheet.pdf to documentation build and silence Latex output
12 years ago
Andrey Kamaev
e3474878b6
Consistently use 4-digit library version
12 years ago
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.
12 years ago
Andrey Kamaev
101e9bd456
Merge pull request #304 from apavlenko:test_java_fix_double
12 years ago
Andrey Pavlenko
a8c0f1d962
fixing test failure on some systems
12 years ago
Andrey Kamaev
7341eaa654
Merge pull request #296 from asmorkalov:html_docs_warning_fix
12 years ago
Andrey Kamaev
28afa8d2d4
Merge pull request #297 from taka-no-me:fix_deps
12 years ago
Andrey Kamaev
0fed75a880
Merge pull request #302 from taka-no-me:fix_doc_sphinx107
12 years ago
Andrey Kamaev
069844cd4e
Merge pull request #300 from taka-no-me:java_64bit
12 years ago
Andrey Kamaev
b362d47d95
Fix documentation build with Sphinx 1.07
12 years ago
Andrey Kamaev
bf3c2b0bbb
Fix incorrect Mat address reconstruction on 64-bit platforms
...
This fixes random failures in Java wrappers.
12 years ago
Anna Kogan
0587bef667
Switched time from seconds to minutes
12 years ago
Anna Kogan
3cdfa654ae
Added 'Num of tests' col, changed headers, added 'overall time' row
12 years ago
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
12 years ago
Andrey Pavlenko
9f0d5f60b5
fixinf warning on non-Windows systems
12 years ago
Alexander Smorkalov
8cb0343f4c
Documentation build warning fixes.
...
Invalid links and refences fixed.
SpaeseMat class documentation updated.
12 years ago
Andrey Pavlenko
8e42ca1764
SURF keypoints rotation invariance test.
...
It calcs kpts for a cross and checks that 4 kpts at the edges have equal responce.
12 years ago