Alexander Smorkalov
6e0db3f527
Feature #1322 "If dll cannot be loaded a warning should be generated" implemented.
12 years ago
Vladislav Vinogradov
06776b612c
fixed warnings
12 years ago
Vladislav Vinogradov
05d842bcd8
a bit more opengl refactoring:
...
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
* fixed indentation in gl_core_3_1
* minor improvments for opengl sample
12 years ago
Ilya Lavrenov
07744ccf3d
removed imshow call
12 years ago
Andrey Kamaev
ae5649d3f7
Drop unsupported imageio from grfmt
12 years ago
Andrey Kamaev
00fbf58902
Revert incompletely applied patch from #2192
...
This reverts commit 2e7656dbdf
.
12 years ago
Andrey Kamaev
476efd7d37
Drop unsupported yzx and mil camera backends
12 years ago
Vladislav Vinogradov
08fbf667f9
refactored opengl functionality
...
* removed OpenGLFuncTab, now extensions are loaded internally
* renamed GlTexture -> GlTexture2D
* added support of GlBuffer and GlTexture2D to InputArray/OutputArray
* added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
* added copyFrom/copyTo method for GlBuffer and GlTexture2D
* removed GlFont
* removed pointCloudShow
* removed OpenGLCleanCallback
12 years ago
Andrey Kamaev
49c35fafc0
Adjust OpenCV version to 2.4.3.1
12 years ago
Ilya Lavrenov
c09a325d3e
fixed error connected with incorrect range
12 years ago
Ilya Lavrenov
98031a4147
removed const modificators
12 years ago
Vladislav Vinogradov
2eebd8d939
fixed build under windows
12 years ago
Alexander Smorkalov
f6ff2b87fa
Some perf tests on warping and resize disabled on Android
...
MatInfo_Size_Size.resizeDownLinear
MatInfo_Size_Size.resizeUpLinear
TestWarpPerspectiveNear_t.WarpPerspectiveNear
TestWarpPerspective.WarpPerspective
12 years ago
Vladislav Vinogradov
362655b02a
fixed Bug #2581
...
GoodFeaturesToTrackDetector_GPU fails when no corners found
12 years ago
Vadim Pisarevsky
b57e801c04
now invert 3x3 on "bad" matrices works well on Windows
12 years ago
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
12 years ago
Anna Kogan
4e21f42714
increased time-limits
12 years ago
Anna Kogan
8877066846
increased time-limits
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
Vladislav Vinogradov
0b2c1dc871
fixed build without CUDA
12 years ago
Ilya Lavrenov
b8b13ccd5c
parallel version of Bayer2Gray
12 years ago
Alexander Smorkalov
2e5a7284d2
Code review comments applied.
12 years ago
Jason Newton
00bdca7684
A few changes to comply with upstream requirements for merge.
...
-Change input/output order from (out Labeled, in Image) -> (in Image, Out Labeled) and convert
to Input/OutputArrays in the process.
-Adopt OutputArray for statistics export so that the algorithm is "wrapper friendly" and not requiring a new struct in
language bindings at the expense of using doubles for everything and slowing statistics computation down..
12 years ago
Ilya Lavrenov
ce5e9a71b5
fixed some warnings on Windows and added debug messages
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
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 Pavlenko
c36dcbcada
Increase accuracy interval for image filters on Android and other platforms when sensible
12 years ago
Ilya Lavrenov
3fa630639f
fixed bayer2bgra in case when size.width <= 2
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
a22edb037f
fixed typo
12 years ago
marina.kolpakova
bd3179bda8
fix CUDA support for streams for NMS; refactor tests
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
Vladislav Vinogradov
e6b1ccdcdf
removed old reduce implementation
12 years ago
Vladislav Vinogradov
e8f9762ef3
matrix reduction
12 years ago