Andrey Kamaev
50bebd6f0b
Merge pull request #166 from askforeric:pvapi_updates
12 years ago
askforeric
3923484341
Refactored the PvAPI capture class to better facilitate dynamic property changes
...
- Added Gain control
- Changed default acquisition mode to grayscale
- Fixed a signed/unsigned compare issue
- Implemented frame resizing
- Implemented automatic buffer resizing on frame resize
- Corrected camera initialization so that it attempts to put the camera in Mono8
but does not fail if this doesn't succeed.
12 years ago
marina.kolpakova
2e0161c6c5
create objects mat if empty
12 years ago
marina.kolpakova
d985861462
remove unused std imports
12 years ago
marina.kolpakova
1d97a4549d
fixed compilation for GCC 4.6
12 years ago
Andrey Kamaev
ae149adb29
Merge pull request #190 from asmorkalov:ninja_fix
12 years ago
Vladislav Vinogradov
0b2c1dc871
fixed build without CUDA
12 years ago
Andrey Kamaev
cbe22fb5d1
Android: always sort list of NDK toolchains
...
Order returned by CMake is unreliable but we need clang to go after gcc for
automatic toolchain selection.
12 years ago
Alexander Smorkalov
86f7a357ae
Tutorial-5 functionality implemented.
12 years ago
Alexander Smorkalov
24c920a33a
Base for new sample added.
12 years ago
Andrey Kamaev
03f402892d
Merge pull request #188 from asmorkalov:app_framework
12 years ago
Andrey Kamaev
930b580e0d
Merge pull request #189 from wswld:2.4
12 years ago
Alexander Smorkalov
383e04d9e4
OpenCV Manager build via ninja (Bug #2575 ) fixed.
12 years ago
Vladislav Vinogradov
d2591704e8
Merge branch 'kepler-optimization' into cuda-dev
12 years ago
Ilya Lavrenov
b8b13ccd5c
parallel version of Bayer2Gray
12 years ago
Vsevolod Glumov
0711e65972
Added a note to the android_dev_intro.rst.
12 years ago
Alexander Smorkalov
2e5a7284d2
Code review comments applied.
12 years ago
Ilya Lavrenov
ce5e9a71b5
fixed some warnings on Windows and added debug messages
12 years ago
Alexander Smorkalov
e95fc27490
Samples updated
...
In tutorial-1 fps meter enabled via layout.xml. Camera id is set to "any" via lauout.xml;
In tutorial-2 message moved ion the bottom of the screen.
12 years ago
Alexander Smorkalov
0efc32fc21
Attribure loading from layout improved.
...
OpenCV namespace added;
Default values for camera_id added;
Aditional constructor with cameraId added.
Resolution added to FPS message.
12 years ago
Alexander Smorkalov
8266eab8b4
OpenCV app framework improved
...
FPS meter added;
Camera switching posibility added;
Attributes loading for layout filed implemented.
12 years ago
Ilya Lavrenov
4116cbe2c0
Merge remote-tracking branch 'upstream/master' into Demosaicing
12 years ago
Vladislav Vinogradov
2eca75ccdd
added common TransformFunctorTraits for element operations
12 years ago
marina.kolpakova
22b0ea1cf0
sort for Hough sanity checks
12 years ago
marina.kolpakova
554a7cb33a
add epsilon in sanity checks
12 years ago
Andrey Kamaev
61a40ddff8
Merge pull request #186 from vpisarev:doc_fixes_master
12 years ago
Andrey Kamaev
214629b220
Merge pull request #187 from vpisarev:doc_fixes_2.4
12 years ago
Andrey Kamaev
dc3aa27be4
Merge pull request #183 from apavlenko:perf/android_filters_accuracy
12 years ago
Andrey Kamaev
8286e1a5f7
Merge pull request #185 from apavlenko:bug2569/simplify_samples_jni_code
12 years ago
Andrey Pavlenko
c36dcbcada
Increase accuracy interval for image filters on Android and other platforms when sensible
12 years ago
Vadim Pisarevsky
70c409f0e8
fixed building PDFs in master
12 years ago
Ilya Lavrenov
3fa630639f
fixed bayer2bgra in case when size.width <= 2
12 years ago
marina.kolpakova
209f16455d
Merge cuda-geek/soft-cascade-gpu into cuda-dev
12 years ago
marina.kolpakova
1712d0930c
Merge origin/master into cuda-dev
12 years ago
marina.kolpakova
05cd88ae42
clean code; fix problems in documentation
12 years ago
Vadim Pisarevsky
db965353f4
fixed a few compile errors/warnings in 2.4 branch of the docs
12 years ago
marina.kolpakova
39da17a02a
Merge pull requst #177 from cuda-geek/another-one-integral-fix
12 years ago
marina.kolpakova
a22edb037f
fixed typo
12 years ago
marina.kolpakova
bd3179bda8
fix CUDA support for streams for NMS; refactor tests
12 years ago
Andrey Pavlenko
b19f672843
( #2569 ) simplifying code to avoid Eclipse CDT editor confusion, removing warnings and typos in comments
12 years ago
marina.kolpakova
60c0e41ba5
integrate NMS (Dollar's criteria)
12 years ago
Ilya Lavrenov
5225672dc0
added edge-aware demosaicing and bayer to bgra conversion
12 years ago
Vladislav Vinogradov
f022b12c57
saturate_cast via asm cvt command
12 years ago
marina.kolpakova
d2e88e1d4d
nms: part 1
12 years ago
Vladislav Vinogradov
63a022dcd7
added explicit unroll to reduce implementation
12 years ago
Vladislav Vinogradov
11c6eb6305
element operations
12 years ago
Vladislav Vinogradov
f00efcfc59
added optimized deviceSupports function
12 years ago
Vladislav Vinogradov
a71ef7d67b
convertTo
12 years ago
Vladislav Vinogradov
572d2d6a84
warpScanInclusive
12 years ago
Vladislav Vinogradov
76e8794e81
fixed warnings on old compute capabilities
12 years ago