Alexander Alekhin
|
0f298a4203
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-05-28 11:22:55 +00:00 |
|
catree
|
4c1c3147d9
|
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
|
2018-05-24 01:11:28 +02:00 |
|
Alexander Alekhin
|
5e68f35500
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-05-22 19:02:01 +03:00 |
|
Alexander Alekhin
|
af5f40a80e
|
Merge pull request #11543 from catree:add_tutorial_imgproc_java_python
|
2018-05-22 12:26:34 +00:00 |
|
Alexander Alekhin
|
db88cd1b25
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-05-21 16:20:14 +03:00 |
|
Alexander Alekhin
|
085b27fc3d
|
Merge pull request #11390 from dkurt:east_text_detection
|
2018-05-21 13:02:29 +00:00 |
|
catree
|
9f6108ae7a
|
Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial.
|
2018-05-18 20:11:53 +02:00 |
|
catree
|
9fc0cabdf5
|
Add Java and Python code for trackbar tutorial.
|
2018-05-18 11:29:41 +02:00 |
|
catree
|
7e3490959a
|
Add Java and Python code for morphology tutorials.
|
2018-05-16 14:19:48 +02:00 |
|
Dmitry Kurtaev
|
8488f2e265
|
EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2)
|
2018-05-11 14:55:42 +03:00 |
|
Alexander Alekhin
|
51e543050c
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-05-10 18:19:56 +03:00 |
|
cabelo
|
1b3e0783f4
|
select the device (video capture)
|
2018-05-09 17:20:02 +03:00 |
|
abhi-jha
|
a31aff452a
|
fix spelling error
|
2018-05-05 10:08:16 +03:00 |
|
Alexander Alekhin
|
000a13b6a3
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-05-03 14:30:38 +00:00 |
|
Dmitry Kurtaev
|
d5b9563263
|
Custom deep learning layers in Python
|
2018-04-26 09:25:18 +03:00 |
|
Alexander Alekhin
|
cd2b188c9a
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-04-24 18:13:06 +03:00 |
|
Dmitry Kurtaev
|
4ec456f0a0
|
Custom layers for deep learning networks (#11129)
* Custom deep learning layers support
* Stack custom deep learning layers
|
2018-04-24 14:59:59 +03:00 |
|
Alexander Alekhin
|
4b2d1aaeea
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
2018-04-16 12:41:47 +03:00 |
|
Alexander Alekhin
|
a2d6ee2d31
|
Merge pull request #11305 from tomoaki0705:typoNVIDIA
|
2018-04-13 12:56:42 +00:00 |
|
Tomoaki Teshima
|
a40354d16f
|
use correct name for NVIDIA
* remove NVidia and Nvidia
* replace Cuda with CUDA
* keep the letters for API
|
2018-04-13 20:33:19 +09:00 |
|
Alexander Alekhin
|
c6aa97c9aa
|
next(android): java3 -> java4
|
2018-04-10 18:09:54 +03:00 |
|
Alexander Alekhin
|
5b17a60dde
|
next: drop HAVE_TEGRA_OPTIMIZATION/TADP
|
2018-04-10 18:09:54 +03:00 |
|
Alexander Alekhin
|
d4688e6474
|
cmake: require C++11 and CMake 3.5.1+
|
2018-04-10 18:09:54 +03:00 |
|
Alexander Alekhin
|
4990506948
|
cuda: WITH_CUDA=OFF by default (need to enable it explicitly)
|
2018-04-05 19:23:58 +00:00 |
|
Alexander Alekhin
|
82d2a0873d
|
cleanup: biicode
project is not active anymore
|
2018-04-03 16:44:15 +03:00 |
|
Dmitry Kurtaev
|
538fd42363
|
Add test for Scalar arguments at CommandLineParser
|
2018-03-13 11:01:07 +03:00 |
|
Dmitry Kurtaev
|
f2440ceae6
|
Update tutorials. A new cv::dnn::readNet function
|
2018-03-04 20:30:22 +03:00 |
|
Dmitry Kurtaev
|
e8d94ea87c
|
Unite deep learning object detection samples
|
2018-03-03 14:47:13 +03:00 |
|
Alexander Alekhin
|
6ffc48769a
|
OpenCV version++
OpenCV 3.4.1
|
2018-02-23 11:38:33 +03:00 |
|
luz.paz
|
e805a55a5b
|
Misc. modules/ typos (cont.)
Found via `codespell`
|
2018-02-12 10:15:36 -05:00 |
|
luz.paz
|
d47b1f3b70
|
Misc. ./apps ./doc ./platoforms typos
Found via `codespell -q 3 --skip="./3rdparty" -I ../opencv-whitelist.txt`
|
2018-02-08 13:04:34 -05:00 |
|
Eric Wang
|
c11895f529
|
Fix typo in video_input_psnr_ssim
|
2018-01-06 16:15:43 -08:00 |
|
Alexander Alekhin
|
940a90130d
|
Merge pull request #10477 from berak:fix_bg_sub_tutorial
|
2018-01-02 03:21:16 +00:00 |
|
berak
|
dc88a2bcf2
|
video: clean up bg subtraction tutorial
|
2017-12-31 12:23:02 +01:00 |
|
Vadim Pisarevsky
|
d2f13a8259
|
Merge pull request #10360 from sturkmen72:update_links
|
2017-12-20 14:19:17 +00:00 |
|
Suleyman TURKMEN
|
1ff33e6e4d
|
Update links
|
2017-12-20 02:55:29 +03:00 |
|
catree
|
87160cb297
|
Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial.
|
2017-12-19 22:45:35 +01:00 |
|
Suleyman TURKMEN
|
1654dfe3a9
|
Update samples (#10333)
* Update samples
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
* Update calib3d.hpp
|
2017-12-18 13:44:11 +03:00 |
|
Alexander Alekhin
|
cac4a7e5b5
|
OpenCV version++
OpenCV 3.4.0-rc
|
2017-12-16 01:30:43 +03:00 |
|
Alexander Alekhin
|
28b19d6e3e
|
Merge pull request #10313 from alalek:rename_fix
Fix file names
|
2017-12-15 21:40:22 +03:00 |
|
Alexander Alekhin
|
d5f152494b
|
fix file names
|
2017-12-15 14:59:35 +03:00 |
|
catree
|
b417fb0939
|
Add tutorial and codes for the homography tutorial.
|
2017-12-14 15:40:10 +01:00 |
|
Vadim Pisarevsky
|
7e680bd9ff
|
Merge pull request #10215 from dkurt:dnn_js
|
2017-12-11 12:47:52 +00:00 |
|
Alexander Alekhin
|
5560db73bf
|
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
|
2017-12-11 13:46:55 +03:00 |
|
Haritha
|
be4fa03fac
|
crop parameter usage in blobFromImage() calls
|
2017-12-09 17:13:35 +05:30 |
|
Dmitry Kurtaev
|
f503515082
|
JavaScript bindings for dnn module
|
2017-12-08 18:33:48 +03:00 |
|
alessandro faria
|
df5ec54fb8
|
Repair: incorrect display of class name
|
2017-12-04 22:00:54 +03:00 |
|
KUANG Fangjun
|
67acfc6e25
|
improve doc.
|
2017-10-31 10:30:01 +01:00 |
|
Pushkal Katara
|
5feb1c94a7
|
Documentation Update
Resolves - https://github.com/opencv/opencv/issues/9928
|
2017-10-30 17:55:40 +05:30 |
|
Vadim Pisarevsky
|
fd1eb63fee
|
Merge pull request #9703 from Ajacmac:patch1
|
2017-10-30 10:03:03 +00:00 |
|