wenzhao
3f5c85e933
opencv.js: fix the loading issue of opencv.js(WASM) in face recognition
6 years ago
SchultzC
1e6e18ff05
Changed to integer division
6 years ago
Alexander Alekhin
a51d46cbf9
samples: skip findFile() in encoding mode
6 years ago
SchultzC
3833d86f0f
Merge pull request #14733 from SchultzC:3.4
...
* cast positional arguments to int
* Changed to integer division based
* removed white space
* removed white space
6 years ago
Ahmed Ashour
1aca1d582e
Fix some typos
6 years ago
SchultzC
edb3337ead
Remove divide by 1000
...
because t = (time.time() - t) will return seconds, dividing by 1000 to obtain seconds will be incorrect.
6 years ago
Lubov Batanina
f94253b82b
Merge pull request #14627 from l-bat:demo_kinetics
...
* Support 3D ResNet-34-kinetics
* Update sample
* Remove preprocess
* Change test
* Fix sample
6 years ago
Dmitry Kurtaev
26e426adb1
StridedSlice from TensorFlow
6 years ago
Alexander Alekhin
132253c9f3
dnn: use AsyncArray
6 years ago
Alexander Alekhin
18151e79bb
cmake(samples): use LINK_PRIVATE in target_link_libraries
6 years ago
mehlukas
6bff0e24f8
Merge pull request #14314 from mehlukas:3.4-opticalflow
...
Extend optical flow tutorial (#14314 )
* extend python optical flow tutorial with cpp example code and add it to general tutorial directory
* remove unused parameters, fix comparison between signed and unsigned int
* fix hsv range problem
* switch to samples::findFile for sample file location
* switch to command line parameter for path
* remove old tutorial as in 14393
* minor fixes
6 years ago
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
6 years ago
Dmitry Kurtaev
63bb97cc19
Asynchronous C++ sample
6 years ago
Alexander Alekhin
3201ea89d6
cmake: enable threading in samples
...
- moved code into separate file due issue with handling of CMake policies
6 years ago
Dmitry Kurtaev
c3b0a68a2b
Async mode for dnn's object detection sample
6 years ago
LaurentBerger
fa8e301c69
extends regex matching for conv group of layers
6 years ago
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
6 years ago
Dmitry Kurtaev
a304069687
Remove preprocessing parameters from README
6 years ago
Allan Rodriguez
86561fef90
Added C++ version of digits.py.
6 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago
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