47 Commits

Autor SHA1 Mensagem Data
Vladimir Goncharov d2c775b860 delete test while can suspend warning:
[ WARN:0@0.014] global loadsave.cpp:244 findDecoder imread_('non-existent.png'): can't open/read file: check file path/integrity
2023-03-31 02:44:18 +03:00
Vladimir Goncharov c5f530c185 php 8.2 2022-12-01 02:16:29 +02:00
Vladimir Goncharov bfab135d3d Merge remote-tracking branch 'origin/master' 2022-12-01 01:29:57 +02:00
Vladimir Goncharov 11ab8fbc8a fix test for php 8.1 2022-12-01 01:29:48 +02:00
Junker 3d31971135 add more Mat tests 2021-08-11 16:16:28 +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 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 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
Vladimir Goncharov 1b8b32ab51 add tests for travis 2019-01-06 23:24:14 +02:00
steve 0a2f95724a Pass flags into imdecode and added test 2018-06-29 20:21:32 +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 e1c26365ea basic tests for LBPHFaceRecognizer, FacemarkLBF, DNN 2018-05-06 19:21:42 +03:00
Vladimir Goncharov c37e297c03 basic tests for LBPHFaceRecognizer, FacemarkLBF, DNN 2018-05-06 19:18:13 +03:00
MaleicAcid 170cab51e3 add Mat->plus() //replace with Mat*3
add Mat->divide() //replace with Mat/3
update mat.phpt

Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
2017-08-14 23:43:13 +08:00
MaleicAcid 37a2f4d153 add Mat::ones (used in 《Making your own linear filters!》to create kernel)
update mat.phpt

Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
2017-08-14 00:20:36 +08:00
MaleicAcid db7e3b949e add get_structuring_element.phpt
Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
2017-08-13 22:59:18 +08:00
MaleicAcid b3541d03ab add get_structuring_element.phpt
Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
2017-08-13 22:58:35 +08:00
MaleicAcid b6289db729 add get_structuring_element.phpt
Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
2017-08-13 22:56:20 +08:00
马来酸 cee081a2fb add cv/Mat->dims 2017-07-30 21:33:39 +08:00
hihozhou c849f56fdb fix CV\absdiff function bug and add copyright 2017-07-27 19:59:42 +08:00
hihozhou 80570c7482 change example image 2017-07-25 15:37:27 +08:00
hihozhou dba5fa7986 commit opencv_facerec and modify README.md 2017-07-25 15:22:04 +08:00
hihozhou b6afb16aac CV\resize function and CascadeClassifier->detectMultiScale fix memory leaks detected 2017-07-22 15:47:54 +08:00
hihozhou 3c1784bfb0 circle test 2017-07-10 16:10:22 +08:00
hihozhou 18b9287de9 CV\add function and opencv_scalar_update_property_by_c_scalar 2017-07-10 16:09:51 +08:00
hihozhou 9fb006fdc2 CV\magnitude function 2017-07-10 11:03:28 +08:00
hihozhou a08090ec9c CV\split function 2017-07-02 22:29:57 +08:00
hihozhou 8a5cac79c7 Consts add CV namespace 2017-06-30 20:54:22 +08:00
hihozhou 6f5ed78e89 roi test and mat debug 2017-06-30 17:19:55 +08:00
hihozhou 82b7f1740a CV\Formatter 2017-06-28 19:15:09 +08:00
hihozhou 946cab28bc CV\Mat::zeros 2017-06-28 15:01:22 +08:00
hihozhou 3b1974d27b ellipse.phpt 2017-06-27 21:48:40 +08:00
hihozhou 68ef2aaaac debug 2017-06-27 18:09:15 +08:00
hihozhou 64a8897f23 type.phpt 2017-06-27 15:23:54 +08:00
hihozhou 7a399f4935 Add CV namespace 2017-06-27 15:23:20 +08:00
hihozhou 7cfe9f242f CV\Scalar and CV\Size Class 2017-06-23 16:52:38 +08:00
hihozhou 51869de441 readme pic 2017-06-21 17:16:26 +08:00
hihozhou 6a9d3ce4fe debug 2017-06-21 16:17:31 +08:00
hihozhou 19ef7b59d0 restructure 2017-06-21 16:16:54 +08:00
hihozhou ea92bddb69 make test 2017-06-21 11:10:40 +08:00
hihozhou 50fefedcc4 opencv interface constant 2017-06-03 17:01:24 +08:00
hihozhou 138d79530f Opencv constant 2017-06-02 20:58:30 +08:00
hihozhou 5c3c004f77 Create Project 2017-05-07 17:22:38 +08:00