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
Alexander Smorkalov
bb3d14e1a0
Patch #2323 "cap_libv4l.cpp clears default width and height after setting them" applied.
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
Ilya Lavrenov
4abf0b3193
thread-safe VideoWriter and VideoCapture
12 years ago
Andrey Kamaev
b131dfeecd
Build tutorial codes together with other samples
...
These codes should be included into regular builds.
12 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
12 years ago
Andrey Kamaev
2e91405833
Fix OS X build warnings
12 years ago
Andrey Kamaev
0e7ca71dcc
Normalize whitespace in documentation and text files
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Evgeny Talanin
5dd1ec98f7
#720 patch apply
12 years ago
Evgeny Talanin
2e7656dbdf
#2192 patch apply
12 years ago
Evgeny Talanin
bd4620f04e
#2408 patch apply (see pull request at https://github.com/Itseez/opencv/pull/33 )
12 years ago
Vadim Pisarevsky
63c9412922
enable huge value range in highgui sliders on Windows (patch #941 )
12 years ago
Vadim Pisarevsky
0e314163e5
fixed INT64_C & UINT64_C definitions (patch #2033 )
12 years ago
Vadim Pisarevsky
a09c88ab16
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753 )
12 years ago
Vadim Pisarevsky
3243ad3483
applied patch #1473 (timestamp retrieval in OpenNI)
12 years ago
Roy Reapor
5d9d4659ad
Fixed issue 2404
...
- imdecode_() only creates a temporary file when needed.
- Use the string's empty() function to flag if the temporary file needs
to be deleted.
12 years ago
Vadim Pisarevsky
c9f1490302
added variant of cv::imdecode with the specified output matrix
12 years ago
Vadim Pisarevsky
420dd22258
fixed a few warnings reported by Oleg; restored SSE2 optimization in FAST
12 years ago
marina.kolpakova
dc568d4de1
fix for 4-channels TIFF missing 'break' statement
12 years ago
Vadim Pisarevsky
40d5b026c7
fixed verbose mode in highgui's DirectShow wrapper (bug #2350 )
12 years ago
Vadim Pisarevsky
4e07561141
fixed possible compile error in cap_ffmpeg_impl.hpp (bug #2365 )
12 years ago
Vadim Pisarevsky
d9e801fbfa
improved image rendering performance in Qt backend for highgui UI (bug #2356 )
12 years ago
Vadim Pisarevsky
bb93651048
added support for bi-level PNG's (patch #2301 ; thanks to Costantino Grana)
12 years ago
Andrey Kamaev
f268af8ef0
Removed remaining SWIG marks from headers
12 years ago
Alexander Smorkalov
c07ba32e16
Native camera issue on HTC One S fixed.
...
Camera connect->disconnect->connect leads to sigsegv.
Apply properties method reimplemented.
(cherry picked from commit 710e070990
)
12 years ago
Alexander Smorkalov
710e070990
Native camera issue on HTC One S fixed.
...
Camera connect->disconnect->connect leads to sigsegv.
Apply properties method reimplemented.
12 years ago
Andrey Kamaev
bcd0aefbca
Fix gcc build errors and warnings
12 years ago
Andrey Kamaev
577d9cdece
Fix openexr build on MinGW
12 years ago
Andrey Kamaev
941391c0be
Fix openexr build with MSVC
12 years ago
Vadim Pisarevsky
2367a195c5
probably fixed compile error on MacOSX 10.6
12 years ago
Vadim Pisarevsky
633a8bfacc
fixed many warnings (modified pull request 13)
12 years ago
Andrey Kamaev
7744b1d600
Android camera: fix logging macro part 2
12 years ago
Vadim Pisarevsky
e2c9e7c3fb
applied patches from #2311
12 years ago
Andrey Kamaev
d849f51023
Android camera: commented logs in frame callback
12 years ago
Andrey Kamaev
4ac2c22776
Fix buffer allocation in Android camera
12 years ago
Andrey Kamaev
71df8906be
Android camera: commented logs in frame callback
12 years ago
Andrey Kamaev
ad35f317f6
Fix buffer allocation in Android camera
12 years ago
Vadim Pisarevsky
e95bc7d502
fixed ios camera timing (patch by Eduard Feicho)
12 years ago
Vadim Pisarevsky
0d2b8f4ba1
fixed the channel ordering of rgba images (by Eduard)
12 years ago
Vadim Pisarevsky
8efb84b5a4
added ios camera support in highgui. turned on optimization in opencv2.framework (ticket #2232 )
12 years ago
Andrey Kamaev
d525362cd5
Fixed 2 new Android build warnings
12 years ago
Sam Bromley
8506ce06c1
Fix missing remainder of line.
12 years ago
Sam Bromley
966a652142
Fix crash when polling for non-existent Kinects.
...
If no Kinects are present, crash can result from
stepping beyond end of device list. Now we check
to ensure this does not happen.
12 years ago
Maria Dimashova
469ec7c522
fixed vfw ( #2156 )
13 years ago
Maria Dimashova
bc3fb347a3
fixed #2155
13 years ago
Marina Kolpakova
d88bbb3d9d
fixed undefined behaviour in image codecs initialization
13 years ago