2099 Commits (ac37b77452c4aa346542c60d58d6d158efb2332a)

Author SHA1 Message Date
Alexander Alekhin 03bab0fc0d tutorial-4-opencl: enable build with OpenCV 9 years ago
Alexander Alekhin e1ad86c1fa android samples: update way to attach native part of OpenCV 9 years ago
Alexander Alekhin c119e04947 fix opengl sample build on Linux (#5067) 9 years ago
Alexey Ershov c7f420ba75 applied changes proposed in 5122 9 years ago
Adam Geitgey e976c448b7 Prevent grabcut, houghcircles and houghlines python2 demos from running automatically while browsing demos in the demo list viewer 9 years ago
Vladimir Dudnik 57bff43aec fixed not initialized nv12_cpu_copy surface, remove odd code 9 years ago
Vladimir Dudnik 5c4c8bcea3 update opencl-opengl interop sample (remove odd no processing branch) 9 years ago
John Stowers e05b6bb6e7 remove picloud from digits_adjust 9 years ago
John Stowers c4c3f1b25e fix digits.py to not ignore model parameters 9 years ago
Andrey Pavlenko 56bde913d4 adding mode switching via menu 9 years ago
Andrey Pavlenko 9ab291ea1c adding displaying FPS 9 years ago
Alexander Alekhin fe0a17e78f fix build with Win7 SDK 9 years ago
Andrey Pavlenko 0185cb27eb excluding libOpenCL.so from the APK 9 years ago
Alexey Ershov ea10290153 change displaying of fps to time (ms) 9 years ago
Suleyman TURKMEN 9dd41a8187 Update how_to_scan_images.cpp 9 years ago
Vladimir Dudnik 6bd01a96d9 finished with NV12 support for D3D11-interop. Now, if texture is in NV12 format then it will be converted to/from BGR UMat. 9 years ago
Vladimir Dudnik d4774ead43 d3d11-nv12 interop 9 years ago
Alexey Ershov 0a4830b3d5 added command line processing 9 years ago
Alexey Ershov b102bc6678 fixed memory leaks 9 years ago
Andrey Pavlenko c8f863dfc5 minor fixes 9 years ago
Andrey Pavlenko 0e4bb2b49f adding OpenCV with TAPI (UMats) 9 years ago
Andrey Pavlenko 274aba1a89 adding OpenCL processing (Image2D-to-Image2D only, others will be added later) 9 years ago
Andrey Pavlenko 2a6d4b6ee2 Camera and Camera2 preview is rendered via OpenGL textures and can be modified on CPU via C++ code. No OpenCL yet. 9 years ago
sbokov aea4157340 Adding new HAL-accelerated MODE_SGBM_3WAY 9 years ago
Renato Florentino Garcia ec0f901153 Remove an unneeded semicolon. 9 years ago
Alexey Ershov 89392b2a6d added convertToGLBuffer() & convertFromGLBuffer() functions; added OpenGL interop sample comment 9 years ago
Vladimir Dudnik ef05318c69 fix opencl-opencv-interop.cpp issues reported by Dmitry Budnikov 9 years ago
Vladimir Dudnik 6c452addfe changed output from fps to time (in msec). Notes for dx10 and dx11: the first measure is wrong (zero), the followiing are correct; measured time includes output text to surface. 9 years ago
Vladimir Dudnik dee05f982b compute fps changed (now only interop counts). fixed d3d10 and d3d11 print info method (there were issues with texture mapping) 9 years ago
Vladimir Dudnik 38723b0339 simplified sample's interface (remove odd "no processing" branch, add print to screen for processing mode) 9 years ago
Alexey Ershov 8ed45609d0 fixed cleanup, fixed unused context 10 years ago
Maxim Kostin ccdd1126f6 Updated sample to showcase highgui WinRT usage 10 years ago
Alexander Alekhin 898b257261 replacement for #4160 10 years ago
Alexey Ershov 3f68787051 OpenGL OpenCL sample 10 years ago
LaurentBerger 2f8ef61618 move data/detect_blob.png in samples/data 10 years ago
Vladimir Dudnik 217dd63e02 OpenCV-OpenCL interop (PR #4072): 10 years ago
Ruslan Baratov 83b882039e Update samples/cpp/example_cmake: no need to use `include_directories` 10 years ago
Maksim Shabunin bfa77ff5a4 Increase android samples versions 10 years ago
sbokov 5123c3e52e Added ground-truth disparity map for 'aloe' 10 years ago
Maksim Shabunin 7ee79b73f6 AndroidMgr: fixed package build 10 years ago
berak 737a1e2f12 http://code.opencv.org/issues/4359, for master 10 years ago
Maksim Shabunin caffbaafbe Updated Manager for Android 10 years ago
Evgeny Agafonchikov fd860d7cd0 Adding backslash in macro-based paths 10 years ago
Vadim Pisarevsky 036c438904 make facedetect.py work when the nested cascade is not specified 10 years ago
Joe Minichino 47d8187bc3 fixed outdated params setting 10 years ago
Maxim Kostin 3408114602 Added video face detection. Restructured code. 10 years ago
Joe Minichino a4a2659dff fixed digits.py sample to work with opencv 3 10 years ago
Maxim Kostin aa932eab41 Adding WinRT face tracking sample. Works with asset images. Created by @ericmitt. 10 years ago
Samyak Datta e9c765ee2c C++ sample code to detect facial features 10 years ago
Maksim Shabunin 330b3e87eb Fixed latch sample build without contrib 10 years ago