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
c527340cb6
Merge branch 2.4
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
4d785fff99
Merge pull request #409 from asmorkalov:giganetix_cams_patch_master
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
Andrey Kamaev
5a767863bd
Merge pull request #413 from berak:master
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
marina.kolpakova
7c98735c0d
add compute capability check
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
berak
baf2b87a0d
Update modules/contrib/include/opencv2/contrib/contrib.hpp
...
class LevMarqSparse is not tagged CV_EXPORTS,
so the contrib module, built the on win using vs won't contain that symbol,
trying to create an instance of LevMarqSparse will lead to a 'undefined symbol' err, because it did not make it into the library.
12 years ago
cuda-geek
f52ce6529b
Merge pull request #322 from cuda-geek:training
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
marina.kolpakova
cc538ddfa6
changes related with code review
12 years ago
Andrey Kamaev
6f1961031c
Update regression checks in Java test
...
This follows SURF changes in 1f261c2
12 years ago
Alexander Smorkalov
75191e8f2f
Smartek Giganetix Cameras support (Patch #2192 ) integrated to master.
12 years ago
LeonidBeynenson
87b0126e0d
Fixed dummy warning.
12 years ago
Alexander Smorkalov
25086ed257
Smartek Giganetix Cameras support (Patch #2192 ) integrated.
12 years ago
Andrey Kamaev
9e32c6993a
Merge pull request #405 from vpisarev:znah_patch
12 years ago
Andrey Kamaev
61079547f0
Merge branch '2.4'
12 years ago
LeonidBeynenson
013d54c230
Changed types of some variables from int64 back to int.
...
Also corrected some indexes to be size_t.
12 years ago
marina.kolpakova
f7ac73998a
code review fixes
12 years ago
marina.kolpakova
14ac8a528e
final refactoring and test for training
12 years ago