Alexander Alekhin
6686559c70
ocl: define CL_SILENCE_DEPRECATION on MacOSX
6 years ago
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
6 years ago
Alexander Alekhin
04fad57fc1
samples: fix python samples compatibility with demo.py
6 years ago
Alexander Alekhin
3ba49ccecc
imgproc: removed LSD code due original code license conflict
6 years ago
cftang
98d8436440
fix tf_text_graph_common tensor_content type bug
6 years ago
Dmitry Kurtaev
fe7c93cc05
Fix priors boxes generation in case of non square inputs for TensorFlow SSDs
6 years ago
catree
3c92d40f6e
Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code.
6 years ago
Dmitry Kurtaev
6ad3bf3130
Enable ResNet-based Mask-RCNN models from TensorFlow Object Detection API
6 years ago
Dmitry Kurtaev
252fd63194
Align TensorFlow and OpenCV paths to create a text graph
6 years ago
Alexander Nesterov
cca2c4b314
Update obj. detect sample
6 years ago
Dmitry Kurtaev
67e6a6077d
Create text graphs for Faster-RCNN from TensorFlow with dilated convolutions
6 years ago
berak
6596eab66c
dnn/samples: add googlenet to model zoo
6 years ago
Dmitry Kurtaev
4ae5df5509
SSD with FPN proposals from TensorFlow
6 years ago
Dmitry Kurtaev
62199df815
Fix edge_detection.py sample for Python 3
6 years ago
Alexander Nesterov
a208c3bf04
Fix openpose samples
6 years ago
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
6 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Alexander Alekhin
73a17baeec
samples(run_python): fix registry values querying
6 years ago
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
6 years ago
Alexander Alekhin
c371df4aa2
samples: use findFile() in "python"
6 years ago
Alexander Alekhin
9ea8c775f8
samples: use findFile() in T-API samples
6 years ago
Alexander Alekhin
e8e2197032
samples: use findFile() in dnn
6 years ago
Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
6 years ago
Alexander Alekhin
9ca82caeb7
samples(python): fix drive handling in source path
6 years ago
Alexander Alekhin
5cf84c3765
samples: update Python launcher (winpack)
6 years ago
Alexander Alekhin
3d68b5baa1
samples: update build script (winpack)
...
- drop EnableDelayedExpansion
6 years ago
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.
6 years ago
Dmitry Kurtaev
1a27ff4518
Update Mask-RCNN networks generator
6 years ago
Vadim Pisarevsky
82e8657a6d
backport: refined QRCodeDetector API for OpenCV 4.0
6 years ago
tompollok
2da56d5af6
refactoring catching all exceptions as const ref
6 years ago
berak
f30eafc9ac
samples: fix digits_video.py
6 years ago
Dmitry Kurtaev
dc9e6d3af8
Update a script to generate text graphs for Faster-RCNN networks from TensorFlow
6 years ago
Alexander Alekhin
fc21b15d6e
samples(gpu): cleanup samples for legacy API
6 years ago
catree
4bea70a64a
Update background subtraction tutorial with Java and Python codes.
6 years ago
catree
644846c702
Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method.
6 years ago
berak
ad356e3239
dnn/samples: handle not set env vars gracefully
6 years ago
Karpushin Vladislav
237b867721
doc: add new tutorial periodic noise removing filter
6 years ago
tompollok
0b77600718
change area() emptiness checks to empty()
6 years ago
Alexander Alekhin
de8024ce4a
samples: prefer CMake from MSVS
...
MSVS is shipped with CMake compoment.
6 years ago
Alexander Nesterov
53ec8f286b
Added QR code decoding.
6 years ago
Alexander Alekhin
288251e672
samples: add search for MSVS 2017 BuildTools
6 years ago
Alexander Alekhin
421fdc0e94
Merge pull request #12636 from alalek:winpack_samples_cpp_build_script
...
* samples: add winpack "drap & drop" build script
* samples: add search for MSVS 2017 Enterprise
6 years ago
Dmitry Kurtaev
ad5898224d
Add a file with preprocessing parameters for deep learning networks
6 years ago
Dmitry Kurtaev
f8398d80bc
add Net::getUnconnectedOutLayersNames method
6 years ago
Maksim Shabunin
a0211a1c2f
Moved OpenGL sample to opengl folder
6 years ago
Alexander Alekhin
ecef7f7930
samples: update winpack python samples launcher
...
- 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
6 years ago
Dmitry Kurtaev
b0ad7f759a
Import tensorflow to create text graphs if import cv is failed
6 years ago
Karpushin Vladislav
c5687caf1a
doc: add new tutorial anisotropic image segmentation
6 years ago
Dmitry Kurtaev
58ac3e09da
Change default value of crop argument of blobFromImage from true to false
6 years ago
jsxyhelu
7828854c9d
Merge pull request #12206 from jsxyhelu/3.4
...
find innercircle of contour by using pointPolygonTest: (#12206 )
6 years ago