- 22 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
- accepts script parameter (allows drag & drop from 'explorer') - use script dir instead of current dir (can launch samples from 'samples/dnn') - added 'pause' to show error messages (about missing numpy) instead of instant closing
-
- 19 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 18 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 14 Sep, 2018 1 commit
-
-
Karpushin Vladislav authored
-
- 12 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 11 Sep, 2018 2 commits
-
-
jsxyhelu authored
find innercircle of contour by using pointPolygonTest: (#12206)
-
Alexander Nesterov authored
-
- 09 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 06 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove a forward method in dnn::Layer * Add a test * Fix tests * Mark multiple dnn::Layer::finalize methods as deprecated * Replace back dnn's inputBlobs to vector of pointers * Remove Layer::forward_fallback from CV_OCL_RUN scopes
-
- 05 Sep, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 04 Sep, 2018 1 commit
-
-
Alexander Alekhin authored
- don't use TBB in samples
-
- 03 Sep, 2018 1 commit
-
-
Dmitry Kurtaev authored
* Remove TensorFlow and protobuf dependencies from object detection scripts * Create text graphs for TensorFlow object detection networks from sample
-
- 31 Aug, 2018 2 commits
-
-
Vlad Karpushin authored
* doc: add new tutorial motion deblur filter * Update motion_deblur_filter.markdown a few minor changes
-
Dmitry Kurtaev authored
* Include preprocessing nodes to object detection TensorFlow networks * Enable more fusion * faster_rcnn_resnet50_coco_2018_01_28 test
-
- 30 Aug, 2018 2 commits
-
-
Alexander Alekhin authored
except header file with conversion routines (will be removed in OpenCV 4.0)
-
Nobuo Tsukamoto authored
-
- 26 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
resolves #12307
-
- 24 Aug, 2018 2 commits
-
-
Dmitry Kurtaev authored
* Support Mask-RCNN from TensorFlow * Fix a sample
-
Suleyman TURKMEN authored
* Update core.hpp * Update imgproc.hpp * Update ImgprocTest.java * Update CameraCalibrator.java * Update OnCameraFrameRender.java * Update FindContoursDemo.java * Update IntroductionToSVMDemo.java * Update NonLinearSVMsDemo.java * Update IntroductionToPCADemo.java * Update Smoothing.java * Update MainActivity.java * Update CalcBackProjectDemo1.java * Update CornerSubPixDemo.java * Update CornerDetectorDemo.java * Update GoodFeaturesToTrackDemo.java
-
- 17 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 15 Aug, 2018 1 commit
-
-
Alexander Alekhin authored
Multi-argument CV_Assert() is accessible via CV_Assert_N() (with malformed messages).
-
- 14 Aug, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 09 Aug, 2018 1 commit
-
-
Lucas Teixeira authored
-
- 02 Aug, 2018 2 commits
-
-
Pierre Jeambrun authored
-
Maksim Shabunin authored
-
- 01 Aug, 2018 2 commits
-
-
Dmitry Kurtaev authored
-
Dmitry Kurtaev authored
-
- 31 Jul, 2018 1 commit
-
-
luz.paz authored
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
-
- 30 Jul, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 27 Jul, 2018 1 commit
-
-
Karpushin Vladislav authored
In this tutorial you will learn: - what is a degradation image model - what is a PSF of an out-of-focus image - how to restore a blurred image - what is the Wiener filter
-
- 25 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
Enable Torch layers tests with Intel's Inference Engine backend.
-
- 22 Jul, 2018 1 commit
-
-
Paul92 authored
Mser sample improvments (#12032) * Fixed bug in detect_mser sample Wrong number of colors used to generate the synthetic images * Formatting improvements * Using safer casts * Improved readability of legend generation * Various readability fixes in detect_mser sample
-
- 19 Jul, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 13 Jul, 2018 1 commit
-
-
catree authored
-
- 12 Jul, 2018 1 commit
-
-
berak authored
-
- 11 Jul, 2018 1 commit
-
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
- 03 Jul, 2018 1 commit
-
-
Alexander Alekhin authored
Not all backends support -1 index.
-
- 02 Jul, 2018 1 commit
-
-
catree authored
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. Uniform Lowe's ratio test in the code.
-
- 28 Jun, 2018 1 commit
-
-
Dmitry Kurtaev authored
-
- 27 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-