Vadim Pisarevsky
|
82e8657a6d
|
backport: refined QRCodeDetector API for OpenCV 4.0
|
6 years ago |
Vadim Pisarevsky
|
8cdf7bb84b
|
refined QRCodeDetector API for OpenCV 4.0 (#13086)
* refined QRCodeDetector API for OpenCV 4.0
* expanded and tested QRCodeDetector::detectAndDecode()
|
6 years ago |
Suleyman TURKMEN
|
abbb73e894
|
Update HOGDescriptor
|
6 years ago |
Alexander Nesterov
|
53ec8f286b
|
Added QR code decoding.
|
6 years ago |
Hamdi Sahloul
|
ef5579dc86
|
Merge pull request #12310 from cv3d:chunks/enum_interface
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio
* Macros for enum-arguments backwards compatibility
* Convert struct Param to enum struct
* Enabled ParamType.type for enum types
* Enabled `cv.read` and `cv.write` for enum types
* Rename unnamed enum to AAKAZE.DescriptorType
* Rename unnamed enum to AccessFlag
* Rename unnamed enum to AgastFeatureDetector.DetectorType
* Convert struct DrawMatchesFlags to enum struct
* Rename unnamed enum to FastFeatureDetector.DetectorType
* Rename unnamed enum to Formatter.FormatType
* Rename unnamed enum to HOGDescriptor.HistogramNormType
* Rename unnamed enum to DescriptorMatcher.MatcherType
* Rename unnamed enum to KAZE.DiffusivityType
* Rename unnamed enum to ORB.ScoreType
* Rename unnamed enum to UMatData.MemoryFlag
* Rename unnamed enum to _InputArray.KindFlag
* Rename unnamed enum to _OutputArray.DepthMask
* Convert normType enums to static const NormTypes
* Avoid conflicts with ElemType
* Rename unnamed enum to DescriptorStorageFormat
|
6 years ago |
Alexander Alekhin
|
b80c978f5d
|
core: change cv::Ptr DefaultDeleter
|
6 years ago |
Suleyman TURKMEN
|
c61bc3a0cb
|
Update documentation and samples
|
6 years ago |
Alexander Nesterov
|
e38ea3a888
|
Update detect QRCode algorithm
|
6 years ago |
Nesterov Alexander
|
0081dc478f
|
Init qrcode algo (#11829)
|
7 years ago |
Alexander Alekhin
|
9ba9358ecb
|
documentation: avoid links to 'master' branch from 3.4 maintenance branch
|
7 years ago |
Alexander Alekhin
|
2b2fa58f97
|
next: drop DISABLE_OPENCV_24_COMPATIBILITY
|
7 years ago |
Alexander Alekhin
|
3314966acb
|
objdetect: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
luz.paz
|
e805a55a5b
|
Misc. modules/ typos (cont.)
Found via `codespell`
|
7 years ago |
Suleyman TURKMEN
|
20c11d3b7b
|
Update HOGDescriptor documentation
|
7 years ago |
Suleyman TURKMEN
|
d547c6b1a2
|
documentation improvement
|
7 years ago |
Suleyman TURKMEN
|
89480801b8
|
some improvements on tutorials
|
7 years ago |
StevenPuttemans
|
bfb18d29a6
|
add explanation to detectMultiScale overload functionality
|
8 years ago |
StevenPuttemans
|
ca762a6ba7
|
allow minObjectSize==maxObjectSize for single scale detection capability
|
8 years ago |
sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
8 years ago |
daB0bby
|
5728795cf7
|
Merge pull request #7320 from daB0bby:patch-1
* bypass makro
* syntax
|
8 years ago |
Alexander Alekhin
|
ddc0b42bc3
|
migration: github.com/opencv/opencv
|
9 years ago |
Alexander Alekhin
|
323e24e3ef
|
change links from samples/python2 to samples/python
|
9 years ago |
Michaël Sdika
|
ab40c2acf7
|
added the signedGradient varaible to the HOGDescriptor class.
when true, use signed gradient for the angular histogram computation.
default to false for backward compatibility.
|
10 years ago |
Maksim Shabunin
|
c485aee464
|
Included c-headers for better 2.4 compatibility
|
10 years ago |
Maksim Shabunin
|
91e21847e2
|
Some changes to make migration to 3.0 easier
|
10 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
12 years ago |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
12 years ago |
Vladislav Vinogradov
|
f0b19d4659
|
updated license header in whole gpu module
|
12 years ago |
Vladislav Vinogradov
|
8009b5150e
|
added performance tests for gpu module
|
13 years ago |
Andrey Kamaev
|
5cce038958
|
Performance testing branch is merged back into trunk
|
13 years ago |