15 Commits

Author SHA1 Message Date
deadprogram
1cedd9c417 feature: can use build tags to be able to have a reduced size OpenCV build that only contains specific modules
Signed-off-by: deadprogram <ron@hybridgroup.com>
2025-07-06 17:11:11 +02:00
diegohce
bfb119b787 fixed func name typo (#1236)
objdetect: fixed func name typo
2024-10-03 17:30:04 +02:00
diegohce
47b74f755d Roadmap: face detector yn face recognizer sf (#1232)
objdetect: FaceDetectorYN + FaceRecognizerSF
2024-10-02 20:33:11 +02:00
deadprogram
7e9ce92704 objdetect: change QRCodeDetector signature to avoid pointer to slice
Signed-off-by: deadprogram <ron@hybridgroup.com>
2024-08-22 16:34:46 +02:00
Omri Treidel
f7de642f91 Test toGoStrings round trip 2020-10-21 07:31:12 +02:00
Omri Treidel
390b7d7756 Add DetectAndDecodeMulti
* C strings to Go strings
2020-10-21 07:31:12 +02:00
Даниил Корековцев
002a4b3257 Add support QR codes 2019-12-20 02:14:34 +01:00
Douglas Dawson
94247f8604 Add Mat profile wrapper in other areas of the library. 2018-11-18 15:22:14 -05:00
deadprogram
534a4dd582 objdetect: add GroupRectangles function
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-12-12 16:55:46 +01:00
deadprogram
4b9d1919a0 objdetect: add DetectMultiScaleWithParams() for HOGDescriptor
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-11-17 08:19:20 +01:00
deadprogram
b056a34804 objdetect: add DetectMultiScaleWithParams() to allow override of defaults for CascadeClassifier
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-11-15 10:49:12 +01:00
deadprogram
21bb16940a Add HOGDescriptor to objdetect
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-10-17 20:15:12 +02:00
deadprogram
e8eca443ef Increase coverage with some basic tests
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-10-05 09:59:17 +02:00
deadprogram
2886b9a5c1 Rename entire package to gocv
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-10-02 21:24:43 +02:00
deadprogram
8f0582e7c2 Placeholders for tests
Signed-off-by: deadprogram <ron@hybridgroup.com>
2017-09-21 13:22:19 +02:00