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
Sergei Nosov
c0e3d48ebc
stricter eps for normed methods
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
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
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
Andrey Kamaev
0cd8684ade
Fix setting of FPS after frame width and height with DShow cameras
...
Issue #2114
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
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
marina.kolpakova
d314c602d5
add documentation for new classes
12 years ago
marina.kolpakova
1613aa45bc
fix python bindings
12 years ago
marina.kolpakova
fa15fcc53e
move feature pool to softcascade module
12 years ago
marina.kolpakova
0b039f3c6b
refactor feature pool
12 years ago
marina.kolpakova
b4aa33b6d3
move ICF -> ChannelFeature
12 years ago
marina.kolpakova
a01f596474
update documentation for softcascade module
12 years ago
marina.kolpakova
7f80054dfd
move miscellaneous python scripts to softcascade module
12 years ago
marina.kolpakova
4ba8b53152
split public interface and realization for SoftCascadeOctave
12 years ago
marina.kolpakova
f3227c3f1a
merged ICFPreprocessor and Channels -> ChannelFeatureBuilder
12 years ago
marina.kolpakova
49ec664238
add IntegralChannelComputer
12 years ago
marina.kolpakova
716a9ccb71
move training to softcascade module
...
rename Octave -> SoftCascadeOctave
12 years ago
marina.kolpakova
61441a1014
rename SCascade -> SoftCascadeDetector
12 years ago
marina.kolpakova
1b43b0e2df
move soft cascade functionality into dedicated module
12 years ago
marina.kolpakova
decb137185
use long seeds only for 64 bit systems
12 years ago
marina.kolpakova
b0905c67ba
minor
12 years ago
marina.kolpakova
16aacf1780
use long seeds
12 years ago
marina.kolpakova
e903ce10ce
fix wartings for 32bit build
12 years ago
marina.kolpakova
a28f5a89b3
move preprocessor to objdetect
12 years ago
marina.kolpakova
8672ae58e2
fix globbing under win
12 years ago
marina.kolpakova
e2de3b0b81
fix build inder mac
12 years ago
marina.kolpakova
dc12b4476a
suppress debug out for soft cascade Octave
12 years ago
marina.kolpakova
e35eebd4d4
fix android build
12 years ago
marina.kolpakova
e47f58f4ce
replace Mats to Input/OutputArrays for Octave's public interface
12 years ago