954 Commits (a68ffc81da131036f616367226eb77d70533244e)

Author SHA1 Message Date
StevenPuttemans 12207ac763 fix coordinate problem with large images - bug 1523 11 years ago
Yash Vadalia 7e56cfafbc fixed a syntax error in cap_giganetix.cpp 11 years ago
Luis Zarrabeitia bb5a22c504 highgui: fix segfault on CvCapture_GStreamer::retrieveFrame 11 years ago
Artur Wieczorek f27a886314 Fix for issue #3645 (http://code.opencv.org/issues/3645). 11 years ago
GregoryMorse aa3c36f545 Update cap_msmf.cpp 11 years ago
Tony 65f63421fa Change quotes around GTK headers for angle brackets 11 years ago
Tony 1638341270 Use GTK_VERSION_MAJOR to switch between GTK+ version two and three 11 years ago
David Rolland cb8ddb1179 Corrected bug #1437. Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.) 11 years ago
Tony 8592022bd8 Change quotes around GTK headers for angle brackets 11 years ago
Tony 7f671406db Use GTK_VERSION_MAJOR to switch between GTK+ version two and three 11 years ago
Nicolas Gryman da34f1d58c added jpeg with optimized coding support. 11 years ago
Nicolas Gryman b211e1d989 added jpeg progressive support. 11 years ago
Alessandro Trebbi c4a63f6a86 - 11 years ago
Alexander Smorkalov 0dba5bdc4a Multiple fixes in camera. 11 years ago
vbystricky 193e97a34a Move declaration of IVideoCapture class into precomp.hpp, make some methods of IVideoCapture pure virtual 11 years ago
vbystricky d4a1df85be Change text of copyright 11 years ago
vbystricky f9e942f9ef Change text of license and copyright 11 years ago
Dave Hughes b184d7f27b Fix for #3554 11 years ago
Ilya Lavrenov 099ea91823 typos 11 years ago
GregoryMorse 90920c2376 Update cap_msmf.cpp 11 years ago
Ilya Lavrenov eedf86402d typos 11 years ago
vbystricky ff8b8ef24c Remove implementation of CvCapture interface for Intel PerC camera. Add IVideoCapture interface and implementation of this one for Intel PerC camera 11 years ago
Matti Picus 31c8f2ec57 fix code, it turns out only TIFFReadRGBATile needs buffer pointer mangling 11 years ago
Alexander Shishkov 77df5948e7 removed trailing spaces 11 years ago
Alexander Shishkov cc529d971b removed tabs 11 years ago
Marijan Vukcevich 9a98cd6e65 Update cap_ios_abstract_camera.mm 11 years ago
Stuart Cunningham 5d43d3ca88 Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types. 11 years ago
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host. 11 years ago
Roman Donchenko 5e00fc6afe Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Matti Picus 64fd54ffb4 fix tiled read for reading tiles into partial blocks in image 11 years ago
Anatoly Baksheev 5ea3ecdc3b horisontal mwhell support 11 years ago
Anatoly Baksheev 0fc4ac4f1f warnings and compilation with installed Windows 8.1 SDK 11 years ago
Ilya Lavrenov 37789f015a deleted excess semicolons, commas 11 years ago
Adi Shavit 24333569aa Small fixes: typo, spacing and using ::ScreenToClient() instead of ::GetWindowRect() 11 years ago
Adi Shavit e45cf2173f [HighGUI] Updated mouse wheel delta to reside within the 'flags' variable. Updated C++ API. 11 years ago
Adi Shavit fecd5c994b Added support for mouse-wheel events on Windows. 11 years ago
Adi Shavit 9dc0bfc755 Small fix for extracting mouse coordinates on Windows, in a way that will always work with multiple monitors. 11 years ago
Nick D'Ademo 25870fa66b Added PVAPI enums to highgui.hpp 11 years ago
Nick D'Ademo 3cf5c0b991 Added get and set for extra PVAPI property: CV_CAP_PROP_FRAMESTARTTRIGGERMODE 11 years ago
Ilya Lavrenov 6b9ebcbf3d deleted extra semicolons 11 years ago
Roman Donchenko 795c108f2b Fixed MinGW build by declaring the minimal required Windows version. 11 years ago
Andrey Pavlenko 734bf8babd removing legacy stuff 11 years ago
Andrey Pavlenko f9aa148ba9 eliminating VS2013 build warnings 11 years ago
Vladimir Bystricky d6a7e8f84f Remove TBB ifdef form code 11 years ago
Vladimir Bystricky cc08e00876 Fix notes about cmake files. Fix build warning. 11 years ago
Vladimir Bystricky 4088013251 Add set/get depth generator properties by default. Add documentation 11 years ago
Vladimir Bystricky e8d2a9752b Add support Creative Senz3D camera by Intel Perceptual Computing SDK 11 years ago
Anatoly Baksheev f62ffa2aea compilation 11 years ago
Josep Bosch 2153453fd1 Fixed little issue with mouse callback refering to issue 3409. Was using round instead of floor. 11 years ago
Philippe FOUBERT 78e16a906b Back to the previous coding way (using the macro with the goto). 11 years ago