185 Commits

Autor SHA1 Mensagem Data
Vladimir Goncharov 4f59a5504e FaceRecognizerSF support 2023-03-31 18:13:47 +03:00
Vladimir Goncharov 868301ec27 fix for windows support 2023-02-11 02:48:37 +02:00
Junker d89891cae4 fix FaceDetectorYN conditional compilation 2023-02-01 14:17:49 +07:00
Junker 85cf71dd55 add FaceDetectorYN class 2023-02-01 12:42:24 +07:00
Junker aea7a4249d add Mat::t, Mat::diag methods 2021-08-16 00:21:12 +07:00
Junker 77940d935f fix \CV\resize function 2021-08-16 00:17:59 +07:00
Junker 3d31971135 add more Mat tests 2021-08-11 16:16:28 +07:00
Junker dcef2834ed add Mat::total method 2021-08-11 16:16:05 +07:00
Junker 8c75a0e8a0 add Mat::useDataFrom method 2021-08-11 16:15:55 +07:00
Junker 8d03bd7c0b add Mat::setData method 2021-08-11 16:15:34 +07:00
Junker 85a8f49b56 add Mat::dataAt method 2021-08-11 16:15:07 +07:00
Junker cf44ab8d5b improve Mat::data method 2021-08-11 16:14:34 +07:00
Vladimir Goncharov d8854c8408 Merge pull request #28 from Junker/MatCreateWithDims
Mat create with dims
2021-08-09 15:54:43 +03:00
Junker c3af4a2fc5 Mat::createWithDims rename variables 2021-08-09 12:36:44 +07:00
Junker f40c290065 add Mat::createWithDims contructor 2021-08-09 12:28:40 +07:00
Junker d72b11145c add DNN::blobFromImages function 2021-08-09 00:15:08 +07:00
Vladimir Goncharov 7ea3f8fd70 forwardMulti 2021-02-25 00:03:50 +02:00
Vladimir Goncharov 5450975402 meanStdDev 2021-02-18 21:44:17 +02:00
Vladimir Goncharov 8847de9129 changed default params for dnn_blob_from_image 2021-02-13 17:51:18 +02:00
Vladimir Goncharov 0ed3252555 layer support for forward method 2021-02-10 23:01:05 +02:00
Vladimir Goncharov a715c76d5d added cv norm function 2021-01-30 21:13:48 +02:00
Vladimir Goncharov 3836ea9846 data() for mat 2021-01-27 20:11:18 +02:00
Vladimir Goncharov 384f3b8729 toString and toArray for mat 2021-01-25 02:14:44 +02:00
Vladimir Goncharov 214d994518 optional second param for setInput 2021-01-22 21:27:28 +02:00
Vladimir Goncharov 68aa203012 readNetFromDarknet, readNetFromONNX, readNetFromModelOptimizer 2021-01-20 03:42:05 +02:00
Vladimir Goncharov 000c6e9ce1 fix problem merge 2021-01-06 22:49:05 +02:00
Vladimir Goncharov 4d53f46fe5 fix problem merge 2021-01-06 22:44:47 +02:00
Vladimir Goncharov 4bf26a3a51 Merge branch 'php8-dev'
# Conflicts:
#	source/opencv2/core/opencv_mat.cc
#	source/opencv2/core/opencv_type.cc
2021-01-06 22:16:30 +02:00
Vladimir Goncharov 25eec2eac6 segfaults fixed 2021-01-06 21:54:45 +02:00
Vladimir Goncharov af170ef3f4 php7.4 compatibility. now code can be compiled but tests pass only with export USE_ZEND_ALLOC=1 2021-01-06 18:41:31 +02:00
Vladimir Goncharov f7093d55b9 php8 compatibility. now code can be compiled but tests pass randomly 80/20 with USE_ZEND_ALLOC=1 and 20/80 with export USE_ZEND_ALLOC=0. a lot of segfaults. 2021-01-06 00:55:06 +02:00
Vladimir Goncharov 7b334384fc opencv 4.0.1 support + pull from hihozhou 2019-03-25 00:47:28 +02:00
Junker 76df439daf add DNN\Net::getLayersCount, DNN\Net::getLayerNames methods 2018-07-29 21:53:02 +07:00
Junker 0920e9cdd5 add Mat::reshape method 2018-07-29 21:51:41 +07:00
Junker cde21f206e use proper memory allocation for objects 2018-07-26 20:55:07 +07:00
steve 0a2f95724a Pass flags into imdecode and added test 2018-06-29 20:21:32 +01:00
Steve Edwards 3b7d414bd0 Added imdecode support 2018-06-29 11:03:07 +01:00
Vladimir Goncharov c2efec175d added readNetFromTensorflow, changed blobFromImage method to function like in c++/python 2018-06-11 21:25:06 +03:00
Vladimir Goncharov bbc4f0f027 fixed 1 todo: combine predict and predictConfidence 2018-05-31 21:38:29 +03:00
Vladimir Goncharov 91d4438340 multi dimensions support for Mat: Mat->atIdx(), Mat->shape
get/set double value support for: Mat->at() and Mat->atIdx()
2018-05-15 23:09:42 +03:00
Vladimir Goncharov 40f5d7e335 basic dnn support 2018-05-06 18:35:33 +03:00
Vladimir Goncharov 48f1c7a660 small fixes 2018-05-06 18:28:45 +03:00
Vladimir Goncharov faea98f00c added facemarkLBF 2018-05-03 20:12:39 +03:00
Vladimir Goncharov 779677d399 Update opencv_facerec.cc
'update' function
2018-01-03 22:57:26 +02:00
周海浩 25c5f7f956 Update opencv_facerec.cc 2018-01-02 10:24:11 +08:00
Vladimir Goncharov e6ffb0d264 Update opencv_facerec.cc 2018-01-01 22:21:58 +02:00
hihozhou a928af166f CV\RotatedRect set property 2017-11-08 10:43:12 +08:00
hihozhou facc04afe2 opencv_rotated_rect_update_property_by_c_rotated_rect add CV\RotatedRect->size logic 2017-11-07 18:28:26 +08:00
hihozhou 4c64aba0f9 Add CV\RotatedRect class 2017-11-06 18:21:15 +08:00
hihozhou f95d5ccf4d fix CV\adaptiveThreshold bug 2017-11-02 22:30:20 +08:00