Alexander Smorkalov
1120289fdb
Compiler and linker flags for arm cross compilation fixed.
12 years ago
Alexander Smorkalov
3ed99b7700
Code review notes applied.
...
Toolchain for arm hardfp added.
12 years ago
Alexander Smorkalov
ffb9da14fb
TBB build defines for Linux added.
12 years ago
Alexander Smorkalov
60f056061a
Cross compilation toolchain for arm linux added.
12 years ago
Alexander Smorkalov
7882aba7af
TBB download and build option enabled for non Android platfroms.
12 years ago
Alexander Smorkalov
2e2e1355ac
Video IO perf tests guarded.
12 years ago
Vladislav Vinogradov
bb3b1441c5
added 8u type support to filterSpeckles function
12 years ago
Andrey Kamaev
bf575ba7fb
Merge pull request #434 from taka-no-me:fix_parallel_writer_test
12 years ago
Andrey Kamaev
7cdede0c55
Merge pull request #438 from bitwangyaoyao:2.4_fixwarings
12 years ago
yao
e31e924cf7
remove the warnings in accuracy test
12 years ago
Andrey Kamaev
fe0516c877
Merge pull request #432 from bitwangyaoyao:2.4_blend
12 years ago
Andrey Kamaev
53e77ed468
Merge pull request #431 from snosov1:matchTemplate-tegra
12 years ago
yao
568b935246
remove a warning on Linux
...
fix a error in doc
12 years ago
LeonidBeynenson
b85a098d9c
Added float, uint64, and uchar params to Algorithm
...
Made changes to work in cv::Algorithm with parameters of these types.
Also fixed SimpleBlobDetector -- now it can be created by
cv::Algorithm::create and it can work with cv::Algorithm::set/get.
12 years ago
Alexander Smorkalov
6b5eac328f
Android samples updated according onCameraFrame callback signature change.
...
FpsMeter class removed from Image Manipulations and Face Detection examples as unused code.
12 years ago
Alexander Smorkalov
3ef588b877
onCameraFrame callback signature changed. CvCameraFame interface added.
...
New interface allows to get one RGBA or Gray frame from camera or both in the same time;
New interface fixes data rase in samples also.
12 years ago
Andrey Kamaev
f608df9640
Merge pull request #427 from vrabaud:brisk_fixes_2.4
12 years ago
Sergei Nosov
c0e3d48ebc
stricter eps for normed methods
12 years ago
Andrey Kamaev
7244fc1f6a
Merge pull request #404 from asmorkalov:android_opencvmk_fix
12 years ago
Andrey Kamaev
727b6a7259
Merge pull request #408 from asmorkalov:giganetix_cams_patch
12 years ago
Andrey Kamaev
3c39e146a3
Make parallel video writer test pass if compiled without threading support
12 years ago
Vincent Rabaud
d235c3a678
define the default remapping in the right scope
12 years ago
Vincent Rabaud
0b1599d88a
write documentation for BRISK
12 years ago
yao
9711ef6dee
blend use vector to optimize
12 years ago
Sergei Nosov
15d0484485
matchTemplate perf tests added
12 years ago
Sergei Nosov
c768731e89
enable Tegra optimizations
12 years ago
Andrey Kamaev
9c939a8dcf
Merge pull request #420 from asmaloney:check-mem-alloc
12 years ago
Alexander Smorkalov
e58f4e44c8
Modules redifinition in case of multiple includes of OpenCV.mk in single Android.mk fixed.
12 years ago
Andrey Kamaev
650609aaeb
Merge pull request #429 from bitwangyaoyao:2.4_setdevEx
12 years ago
Andrey Kamaev
6dc3b662f6
Merge pull request #425 from asmaloney:vector_empty
12 years ago
Andrey Kamaev
58c4d5f4b4
Merge pull request #424 from asmaloney:additional-checks
12 years ago
Andrey Kamaev
fc4a2244fa
Merge pull request #421 from asmaloney:check-mem-alloc2
12 years ago
Andrey Kamaev
37460acb21
Merge pull request #410 from taka-no-me:fix_cap_dshow_setfps
12 years ago
Andrey Kamaev
e2536f1c35
Merge pull request #395 from LeonidBeynenson:fix_ml_large_data_bug__2.4
12 years ago
yao
a639a1ae5c
add setDeviceEx interface
...
simplify the logic of save binary
12 years ago
yao
3c5cb4931e
simplify the kernel logic when using rect kernel or without ROI
12 years ago
Andy Maloney
ac8744af6a
No need to check vector size before clear()
12 years ago
Andy Maloney
c8cad0857e
Remove unused constructor
...
Add checks for valid values
Fix wording on some errors
12 years ago
Andy Maloney
b79e8053c1
Check memory allocation
...
Declare vars as locally as possible
12 years ago
Andy Maloney
b497380a68
Check memory allocation
...
Initialize local variables
12 years ago
Andrey Kamaev
2a669555de
Merge pull request #414 from asmaloney:remove-unused-vars2
12 years ago
Andrey Kamaev
7e06b4755b
Merge pull request #415 from asmaloney:cvCopyHist-fix
12 years ago
Andy Maloney
e7ea90f87f
Mat tutorial - grammar and spelling fixes
12 years ago
Andy Maloney
3154cdf8ac
Fix subtle bug when src & dst agree on sparsity but have different dimensions
...
Remove unused var "total"
Declare vars as locally as possible
12 years ago
Andy Maloney
bc68dfb4e8
Remove unused vars
12 years ago
Andrey Kamaev
0cd8684ade
Fix setting of FPS after frame width and height with DShow cameras
...
Issue #2114
12 years ago
cuda-geek
db9de43fa5
Merge pull request #407 from taka-no-me:fix_java_after_surf_change
12 years ago
Andrey Kamaev
6f1961031c
Update regression checks in Java test
...
This follows SURF changes in 1f261c2
12 years ago
LeonidBeynenson
87b0126e0d
Fixed dummy warning.
12 years ago
Alexander Smorkalov
25086ed257
Smartek Giganetix Cameras support (Patch #2192 ) integrated.
12 years ago