mehlukas
47c45e5bd3
Merge pull request #14393 from mehlukas:3.4-meanshift
...
Extend meanshift tutorial (#14393 )
* copy original tutorial and python code
* add cpp code, fix python code
* add camshift cpp code, fix bug in meanshift code
* add description to ToC page
* fix shadowing previous local declaration
* fix grammar: with -> within
* docs: remove content of old py_meanshift tutorial, add link
* docs: replace meanshift tutorial subpage in Python tutorials
* switch to ref to fix wrong breadcrumb navigation
* switch to cmdline for path as in #14314
* Apply suggestions from code review
* order programming languages alphabetically
2019-05-15 13:34:20 +03:00
Alexander Alekhin
9fabc3406f
Merge pull request #14558 from alalek:cmake_samples_threading_3.4
2019-05-14 19:02:23 +00:00
Dmitry Kurtaev
63bb97cc19
Asynchronous C++ sample
2019-05-14 19:09:07 +03:00
Alexander Alekhin
3201ea89d6
cmake: enable threading in samples
...
- moved code into separate file due issue with handling of CMake policies
2019-05-14 17:29:46 +03:00
Dmitry Kurtaev
c3b0a68a2b
Async mode for dnn's object detection sample
2019-05-14 09:58:47 +03:00
LaurentBerger
fa8e301c69
extends regex matching for conv group of layers
2019-05-07 16:17:25 +02:00
Sheel-Patel
ec39f0dc9e
Merge pull request #14122 from Sheel-Patel:patch-1
...
Grammatical errors for help() in detect_mser.cpp (#14122 )
* Grammatical errors for help() statement
Corrected spelling of "synthetic" and added grammatical clarification for keys to press to change view or use mouse.
* Adjustment of superfluous spaces
2019-04-24 01:45:27 +03:00
Alexander Alekhin
e98222dfb3
Merge pull request #14260 from allanrodriguez:sample-digits-cpp
2019-04-23 22:38:07 +00:00
Dmitry Kurtaev
a304069687
Remove preprocessing parameters from README
2019-04-16 13:29:33 +03:00
Allan Rodriguez
86561fef90
Added C++ version of digits.py.
2019-04-13 22:29:30 -07:00
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
2019-04-04 18:57:22 +03:00
Alexander Alekhin
6686559c70
ocl: define CL_SILENCE_DEPRECATION on MacOSX
2019-03-26 13:11:53 +03:00
Pedro Ferreira da Costa
9cef78b685
Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial
...
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file.
* fix doxygen warnings
2019-03-21 22:53:12 +03:00
Alexander Alekhin
04fad57fc1
samples: fix python samples compatibility with demo.py
2019-03-20 18:32:34 +03:00
Alexander Alekhin
3ba49ccecc
imgproc: removed LSD code due original code license conflict
2019-03-01 16:25:39 +03:00
Alexander Alekhin
5fd47352cf
Merge pull request #13904 from cftang0827:dnn_tf_text_graph_common_bug
2019-02-27 16:32:40 +00:00
cftang
98d8436440
fix tf_text_graph_common tensor_content type bug
2019-02-26 01:20:54 +08:00
Dmitry Kurtaev
fe7c93cc05
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
2019-02-25 12:43:42 +03:00
catree
3c92d40f6e
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
2019-02-18 14:15:44 +01:00
Dmitry Kurtaev
6ad3bf3130
Enable ResNet-based Mask-RCNN models from TensorFlow Object Detection API
2019-02-06 13:05:11 +03:00
Alexander Alekhin
f46cd9dbf5
Merge pull request #13670 from allnes:dnn_fix_obj_detect_sample
2019-02-05 12:37:53 +00:00
Dmitry Kurtaev
252fd63194
Align TensorFlow and OpenCV paths to create a text graph
2019-01-31 13:40:54 +03:00
Alexander Nesterov
cca2c4b314
Update obj. detect sample
2019-01-30 16:44:42 -01:00
Dmitry Kurtaev
67e6a6077d
Create text graphs for Faster-RCNN from TensorFlow with dilated convolutions
2019-01-18 18:46:52 +03:00
Alexander Alekhin
bbc6b95c02
Merge pull request #13644 from berak:dnn_samples_googlenet
2019-01-17 12:34:53 +00:00
berak
6596eab66c
dnn/samples: add googlenet to model zoo
2019-01-17 12:14:35 +01:00
Alexander Alekhin
6e39856623
Merge pull request #13614 from dkurt:dnn_tf_ssd_fpn
2019-01-13 09:33:05 +00:00
Dmitry Kurtaev
4ae5df5509
SSD with FPN proposals from TensorFlow
2019-01-11 12:20:03 +03:00
Dmitry Kurtaev
62199df815
Fix edge_detection.py sample for Python 3
2019-01-09 15:28:10 +03:00
Alexander Nesterov
a208c3bf04
Fix openpose samples
2018-12-25 14:12:44 -01:00
vishwesh5
715f8fcce0
Merge pull request #13432 from vishwesh5:patch-1
...
* Create text_detection.py
#12270 #13429
**Deep Learning text detection sample (Python)**
- Tested on **Ubuntu 18.04** - OpenCV 3.4.3, OpenCV 3.4.4, OpenCV 4.0 (master branch)
- Python version supported - Python 2 and Python 3
* Fix trailing whitespaces
* Update text_detection.py
* Remove whitespace
* Remove comments
* Remove unused packages
* Update description
2018-12-18 13:40:04 +03:00
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
2018-12-04 18:59:27 +03:00
Alexander Alekhin
94d7c0f7f5
Merge pull request #13144 from dkurt:update_tf_mask_rcnn
2018-11-19 15:55:35 +00:00
Alexander Alekhin
73a17baeec
samples(run_python): fix registry values querying
2018-11-17 09:42:51 +00:00
Alexander Alekhin
43002c0c1d
Merge pull request #13188 from alalek:samples_rename
...
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
2018-11-17 00:35:05 +03:00
Alexander Alekhin
ee417048e5
Merge pull request #13178 from alalek:fix_samples_python_video_params
2018-11-16 22:46:22 +03:00
Alexander Alekhin
a4b21d9e2e
Merge pull request #13177 from alalek:update_win32_scripts
2018-11-16 22:45:57 +03:00
Alexander Alekhin
c371df4aa2
samples: use findFile() in "python"
2018-11-16 18:08:22 +00:00
Alexander Alekhin
9ea8c775f8
samples: use findFile() in T-API samples
2018-11-16 18:08:22 +00:00
Alexander Alekhin
e8e2197032
samples: use findFile() in dnn
2018-11-16 18:08:22 +00:00
Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
2018-11-16 18:08:22 +00:00
Alexander Alekhin
9ca82caeb7
samples(python): fix drive handling in source path
2018-11-16 00:24:34 +00:00
Alexander Alekhin
5cf84c3765
samples: update Python launcher (winpack)
2018-11-15 23:36:26 +00:00
Alexander Alekhin
3d68b5baa1
samples: update build script (winpack)
...
- drop EnableDelayedExpansion
2018-11-15 23:36:26 +00:00
Patrick Cox
6820abd67f
samples(python): Updated use of model.load instances
...
The load() function returns a new object, and as such does not use the one it is called on.
This commit updates the uses of model.load in this program so it will work as intended and not throw an error.
2018-11-15 22:14:40 +00:00
Dmitry Kurtaev
1a27ff4518
Update Mask-RCNN networks generator
2018-11-13 13:22:39 +03:00
Vadim Pisarevsky
82e8657a6d
backport: refined QRCodeDetector API for OpenCV 4.0
2018-11-09 22:27:38 +00:00
Alexander Alekhin
8675a8c743
Merge pull request #12878 from tompollok:3.4
2018-11-09 19:54:17 +00:00
tompollok
2da56d5af6
refactoring catching all exceptions as const ref
2018-11-08 19:59:47 +03:00
Alexander Alekhin
0c261acf3a
Merge pull request #13065 from dkurt:dnn_update_tf_faster_rcnn
2018-11-08 16:31:39 +00:00