Dmitry Kurtaev
410d44d67d
Binary data for batch normalization test from Torch
7 years ago
catree
22dece8146
Fix DNN samples for compatibility with Python 3.
...
Add PyInt_Check in pyopencv_dnn.hpp.
7 years ago
Suleyman TURKMEN
af9c8377eb
Update minarea.cpp
7 years ago
berak
ada753a54c
fix c++17 namsespace issues
7 years ago
Suleyman TURKMEN
b2673a19cf
Updates min_enclosing_triangle.cpp
7 years ago
AlexeyAB
ecc34dc521
Added DNN Darknet Yolo v2 for object detection
7 years ago
LaurentBerger
0a19b07055
Use @snippet
7 years ago
Dmitry Kurtaev
e4aa39f9e5
Text TensorFlow graphs parsing. MobileNet-SSD for 90 classes.
7 years ago
Alexander Alekhin
9661d60f74
dnn(samples): fix python syntax (false -> False)
7 years ago
lzx1413
8a05c195f7
in python, false should be False
7 years ago
LaurentBerger
421c5dee12
3D histogram
7 years ago
Dmitry Kurtaev
e268606e26
Grayscale colorization model ( https://github.com/richzhang/colorization ) test.
7 years ago
tribta
9a2317e063
Tutorial Hough Lines
7 years ago
tribta
d99ced6ec8
Tutorial Hough Circles
7 years ago
tribta
9ff33dacfc
Tutorial Make Border
7 years ago
tribta
a6f5e1f0ca
Tutorial Filter2D
7 years ago
tribta
08515281b9
Tutorial Image Pyramids
7 years ago
tribta
f7d85bfed8
Tutorial Sobel Derivatives
7 years ago
tribta
3250f11f0c
Tutorial Laplace Operator
7 years ago
tribta
d068e27420
Tutorial Morph Lines Detection
7 years ago
tribta
18bc4db75c
Tutorial Hit-or-Miss
7 years ago
tribta
bc18fb481f
Tutorial Smoothing Images
7 years ago
Jasper Shemilt
800da724a3
Fix Transposed eigenvals and vecs. Didn't notice at first
7 years ago
Jasper Shemilt
0136711cf4
Adds fitEllipseAMS to imgproc: The Approximate Mean Square (AMS) proposed by Taubin 1991.
...
Adds fitEllipseDirect to imgproc: The Direct least square (Direct) method by Fitzgibbon1999.
New Tests are included for the methods.
fitEllipseAMS Tests
fitEllipseDirect Tests
Comparative examples are added to fitEllipse.cpp in Samples.
7 years ago
Deric Crago
a0d7cf89f2
Fixed 'boundary' spelling
7 years ago
vipinanand4
39e742765a
Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize
...
Added gradiantSize param into goodFeaturesToTrack API (#9618 )
* Added gradiantSize param into goodFeaturesToTrack API
Removed hardcode value 3 in goodFeaturesToTrack API, and
added new param 'gradinatSize' in this API so that user can
pass any gradiant size as 3, 5 or 7.
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Nilaykumar Patel<nilay.nilpat@gmail.com>
Signed-off-by: Prashanth Voora <prashanthx85@gmail.com>
* fixed compilation error for java test
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
* Modifying code for previous binary compatibility and fixing other warnings
fixed ABI break issue
resolved merged conflict
compilation error fix
Signed-off-by: Vipin Anand <anand.vipin@gmail.com>
Signed-off-by: Patel, Nilaykumar K <nilay.nilpat@gmail.com>
7 years ago
Suleyman TURKMEN
50aa4f8887
Merge pull request #9686 from sturkmen72:patch-1
...
Update planar_tracking.cpp (#9686 )
7 years ago
jrobble
c67ad49378
Set swapRB to false in Caffe tests and examples.
7 years ago
Dmitry Kurtaev
bd8e6b7e14
Make external cv::dnn::Importer usage is deprecated
7 years ago
Suleyman TURKMEN
d547c6b1a2
documentation improvement
7 years ago
Suleyman TURKMEN
f6daaccccf
Update train_HOG.cpp
7 years ago
tribta
45afd29b72
Tutorial Mask Operations on Matrices
7 years ago
tribta
954e2f9b9c
Tutorial Discrete Fourier Transform
7 years ago
tribta
13317bdfda
Tutorial Basic Geometric Drawing
7 years ago
tribta
c4c1e94088
Tutorial Adding Images
7 years ago
Dmitry Kurtaev
72001dc13c
Android sample for DNN module
7 years ago
Aleksandr Rybnikov
d991054202
Added files for face detector sample
7 years ago
Suleyman TURKMEN
efa0e75eac
Update stitching.cpp
7 years ago
berak
a0e26817e2
fix missing std:: in d3dsample
7 years ago
KUANG Fangjun
11fa0094ff
Improve the documentation.
...
Add demo code for cv::reduce, cv::merge and cv::split.
7 years ago
Dmitry Kurtaev
5c43a394c5
Added performance test for Caffe framework
7 years ago
Adi Shavit
8a094a5f54
Merge pull request #9445 from adishavit:master
...
* Adds cv::resizeWindow() overload taking a single cv::Size argument.
* Replaces copied documentaion with Doxygen @overload command.
7 years ago
tribta
7555ab194f
Samples Python:
...
* Unused variables
* Bad identation
7 years ago
Alexander Alekhin
d195f2775a
cmake: change Pylint integration
7 years ago
tribta
b7fa6d84bc
Using Pylint Tool to Test the python tutorial codes
...
* Adding CMake script to check if pylint is installed
* Adding Pylint config file (to choose the tests that are enabled)
* Adding CMake script to samples/python/tutorial_code
Testing: bad-indentation, mixed-indentation, unnecessary-semicolon, unused-variable
7 years ago
Aleksandr Rybnikov
8b1146deb2
Added function to get timings for layers
7 years ago
Jiri Horner
f6deaf5f2a
tracking tutorial: add fps to stats
7 years ago
Dmitry Kurtaev
1e3052d3cd
Update MobileNet object detection sample
7 years ago
Emanuele Ruffaldi
301ab43897
apple exclusion
7 years ago
Alexander Alekhin
9e239c7a1e
highgui: refactor GTK backend
...
- eliminate legacy C code, used fields
- fix mutex synchronization issues
- set trackbar min/max without unnecessary truncation; allow negative values
7 years ago