Vladislav Vinogradov
a938534a7e
restored binary compatibility
12 years ago
Vladislav Vinogradov
e06c3ec7c5
updated OpenGL functionality:
...
* removed OpenGLFuncTab, now extensions are loaded internally
* 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
* added Access parameter to GlBuffer::mapHost
* added autoRelease parameter to all create methods
12 years ago
Alexander Smorkalov
75191e8f2f
Smartek Giganetix Cameras support (Patch #2192 ) integrated to master.
12 years ago
Andrey Kamaev
00fbf58902
Revert incompletely applied patch from #2192
...
This reverts commit 2e7656dbdf
.
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
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Evgeny Talanin
2e7656dbdf
#2192 patch apply
12 years ago
Andrey Kamaev
cabddaeb4f
Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."
...
This reverts commit 36135fc59d
.
12 years ago
Alexander Smorkalov
36135fc59d
Issue #2035 Calling cv::namedWindow crashes on Android fixed.
...
Window-related functions is guarded from calls from application code.
Old implementations with "no-gui" exception are stell compiled and linked to OpenCV library for binary compatibility.
12 years ago
Vadim Pisarevsky
a09c88ab16
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753 )
12 years ago
Vadim Pisarevsky
c9f1490302
added variant of cv::imdecode with the specified output matrix
12 years ago
Vadim Pisarevsky
bb93651048
added support for bi-level PNG's (patch #2301 ; thanks to Costantino Grana)
12 years ago
Vadim Pisarevsky
e95bc7d502
fixed ios camera timing (patch by Eduard Feicho)
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
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Vadim Pisarevsky
d5a0088bbe
merged 2.4 into trunk
13 years ago
Vadim Pisarevsky
40d8d11f45
fixed RGBD capture with Asus Xtion (by Gary Bradski)
13 years ago
Vadim Pisarevsky
2fd1e2ea57
merged all the latest changes from 2.4 to trunk
13 years ago
Alexander Smorkalov
3c08f7a14d
Patch #1789 access to Android camera settings applied.
13 years ago
Vadim Pisarevsky
b253665f8c
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
13 years ago
Vadim Pisarevsky
f309bafe9e
another fix for cap_dshow.cpp; fixed warning in facerec_demo
13 years ago
Alexander Reshetnikov
3a564d1ae8
Updated displayOverlay's implementation & documentation (ticket #903 )
13 years ago
Maria Dimashova
550fd8e57c
added image and depth synchronization
13 years ago
Maria Dimashova
baa81de122
renamed property of openni camera
13 years ago
Maria Dimashova
00aca7e77a
renamed property of openni camera
13 years ago
Alexander Shishkov
6051e27a09
added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657
13 years ago
Alexander Reshetnikov
b12f18536f
Added new VideoCapture properties for ieee1394 cameras
13 years ago
Vladislav Vinogradov
3afc97e67e
fixed new OpenGL functionality under Qt
13 years ago
Vladislav Vinogradov
bd4239be7b
moved OpenGL wrappers to separate header
...
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 years ago
Vladislav Vinogradov
9817252b23
added addTextOpenGl function
13 years ago
Vladislav Vinogradov
6b869f2ec3
minor fix
13 years ago
Vladislav Vinogradov
d7450c2449
added GlArrays class and pointCloudShow function
13 years ago
Vladislav Vinogradov
c2783af781
added OpenGL support to highgui under WIN32
13 years ago
Vadim Pisarevsky
448a252776
added compression strategy as a parameter (another request from ticket #1452 )
13 years ago
Vadim Pisarevsky
df5c60c50a
added missing cv::moveWindow & cv::resizeWindow
13 years ago
Vadim Pisarevsky
c593355e42
fixed declaration of imencode to make it usable in Python etc.
13 years ago
Vadim Pisarevsky
ae83fe7645
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
13 years ago
Artem Myagkov
8c6782300a
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
13 years ago
Vadim Pisarevsky
bd0d8429ee
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.
13 years ago
Andrey Morozov
bba4f9e5d6
removed property. added automatically define number of cpus for decoding video
13 years ago
Andrey Morozov
d87a56a639
added support new ffmpeg (0.8.X)
14 years ago
Andrey Kamaev
ac7e16fdf6
Fixed camera output format handling
14 years ago
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
14 years ago
Maria Dimashova
b64bb95860
added ability to reset view point of depth generator to normal one ( #1195 )
14 years ago
Ilya Lysenkov
fce7ba4eaf
Added destroyAllWindows and docs (ticket #957 ).
14 years ago
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
14 years ago
Ethan Rublee
7d4f06b7f3
Attempting to add support for openni depth registration.
14 years ago
Vadim Pisarevsky
a87d12eb9e
added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch)
14 years ago