Commit Graph

  • a084e928cb Add skeleton for pecl package... staticdlib Matias De lellis 2023-03-02 15:11:37 -03:00
  • c30c365fbf Bump version.. Matias De lellis 2023-03-02 15:09:15 -03:00
  • 8a3403eb25 Compile against system png... Matias De lellis 2023-03-02 10:10:51 -03:00
  • 72abdb152a Dont fail on tests.. Matias De lellis 2023-02-22 23:02:35 -03:00
  • 202e41959d D'Oh!. openblas is recommended, so must use it. Matias De lellis 2023-02-22 22:53:45 -03:00
  • b45b4bc4be Add blas and lapack to ci Matias De lellis 2023-02-22 22:43:29 -03:00
  • 4c5e0c7ad1 I can't get the version of dlib without compiling it using cmake. Matias De lellis 2023-02-22 22:27:09 -03:00
  • 9ec3ff4d04 Checkout submodules on ci Matias De lellis 2023-02-22 21:02:56 -03:00
  • 866828b325 Add an initial version to github actions ci Matias De lellis 2023-02-22 20:55:37 -03:00
  • 231ab7d88e Add dlib as a submodule, and statically compile it into the extension. Matias De lellis 2023-02-22 20:31:52 -03:00
  • c7f5fcc606 Remove unused includes.. Matias De lellis 2023-02-22 19:55:23 -03:00
  • 92a97cbde9 Merge pull request #49 from brccabral/master master Malvin Lok 2022-08-20 13:18:34 +08:00
  • 94bbcb9c6d Update pdlib installation Bruno Cabral 2022-08-01 19:01:25 -07:00
  • cedaecc76b Merge pull request #37 from remicollet/issue-php8rc1 goodspb 2020-10-01 13:28:00 +08:00
  • a31d3bc709 relax test for 8.0.0RC1 Remi Collet 2020-09-30 09:46:18 +02:00
  • 1153e3e2eb Merge pull request #32 from matiasdelellis/to-upstream develop v1.1.0 goodspb 2020-08-01 17:21:59 +08:00
  • 32f94d32b9 Fix test. Probably Remi changed some default option on php 8.0 update to-upstream Matias De lellis 2020-07-07 19:30:34 -03:00
  • 526fb725ce Add native vector_lenght() function which calculates the euclidean distance 80% faster. See https://github.com/matiasdelellis/pdlib/pull/2. Matias De lellis 2020-07-07 19:11:56 -03:00
  • c7d57a7a1b Merge pull request #29 from remicollet/issue-build goodspb 2020-07-05 22:52:46 +08:00
  • 9a86f95849 Merge pull request #27 from remicollet/issue-ver goodspb 2020-06-30 15:56:08 +08:00
  • cf0ce5a01e Fix and improve reflection - use "p" for path (security check for nul byte) - fix number of args for some methods - add type hinting - throw standard exception (simplify) - fix test suite for PHP 7.0 to 8.0 Remi Collet 2020-06-22 16:22:37 +02:00
  • d36a2de544 drop confirm_pdlib_compiled function Remi Collet 2020-06-22 15:11:38 +02:00
  • 40a2bd60e4 cleanup TSRMLS_C macro - only used on PHP 5 (not supported by this ext.) - not needed on PHP 7 - removed from PHP 8 Remi Collet 2020-06-22 15:01:30 +02:00
  • 912ab43641 fix [-Werror=format-security] Remi Collet 2020-06-22 12:54:12 +02:00
  • 8f424195e0 fix unused variables Remi Collet 2020-06-22 12:47:43 +02:00
  • ba797b3c50 hounours system CXXFLAGS Remi Collet 2020-06-22 12:46:30 +02:00
  • b70ff4eb17 display extension and library version in phpinfo Remi Collet 2020-06-22 11:20:55 +02:00
  • 45c0b7441a Merge pull request #26 from remicollet/issue-skip goodspb 2020-06-20 20:28:51 +08:00
  • 7d60446891 Merge pull request #25 from remicollet/issue-css goodspb 2020-06-20 20:21:07 +08:00
  • 351bce6117 fix tests skip condition Remi Collet 2020-06-20 08:23:50 +02:00
  • 24d12358f2 fix linker command Remi Collet 2020-06-20 08:08:27 +02:00
  • b4f152f860 Merge pull request #20 from matiasdelellis/improve-hog goodspb 2020-05-01 11:19:17 +08:00
  • d3b91453bb Dont install useless php extension v1.0.2 Matias De lellis 2020-04-24 11:57:07 -03:00
  • 3e050a4772 Improve travis Matias De lellis 2020-04-24 11:40:40 -03:00
  • 16d19188c3 Improve travis Matias De lellis 2020-04-24 11:10:33 -03:00
  • 9d351afd07 Test on tavis. Matias De lellis 2020-04-24 10:41:21 -03:00
  • ca007e400a Append more information to phpinfo() Matias De lellis 2020-04-19 20:27:51 -03:00
  • 2b06ea45c4 Improve messages when configure build. Matias De lellis 2020-04-19 19:26:22 -03:00
  • c9e1015197 Merge pull request #2 from matiasdelellis/dlib_length matiasdelellis 2020-04-14 20:05:40 -03:00
  • 76da4d9b84 Multiply directly instead of using pow ($number, 2); Matias De lellis 2020-04-14 10:45:13 -03:00
  • 75adc6f801 Use references as an attempt to optimize. Matias De lellis 2020-04-14 10:26:26 -03:00
  • 4a2e4ff112 Implement dlib_vector_length to calculate the euclidean distance of the vectors Matias De lellis 2020-04-14 09:45:16 -03:00
  • 78819eb815 More description matiasdelellis 2020-04-13 18:54:24 -03:00
  • e69df35435 Explain why the fork matiasdelellis 2020-04-13 18:39:48 -03:00
  • a5e7cf3535 Move Instalation doc to wiki matiasdelellis 2020-04-13 18:33:54 -03:00
  • 80f8101e15 Merge pull request #1 from matiasdelellis/improve-hog matiasdelellis 2020-04-13 18:23:59 -03:00
  • dfd6a952fb upsample_num as references Matias De lellis 2020-03-07 12:55:39 -03:00
  • cd4e7bcbdf Dont upsamply by default in CNN, and optional argument on fhog for that. Matias De lellis 2020-03-07 10:46:12 -03:00
  • afc9164127 HOG detector also must return the rectangles of the detections. Matias De lellis 2020-02-29 14:04:41 -03:00
  • 1e492f2e12 Merge pull request #18 from stalker314314/fixing-tests-on-different-environments goodspb 2020-01-31 11:25:09 +08:00
  • a83750a4ff Fixing tests, closes #14 Branko Kokanovic 2019-11-28 23:14:34 +01:00
  • c08a7608a2 Merge pull request #13 from SlavikCA/patch-1 goodspb 2019-01-06 17:37:36 +08:00
  • fcb54ace66 README: requirement of libx11-dev; recommendation of BLAS Slavik 2019-01-05 23:55:22 -08:00
  • 606a6717ea Merge pull request #11 from stalker314314/patch-1 goodspb 2019-01-01 11:06:15 +08:00
  • 0fd67af03e Fix git -> https in README Branko Kokanovic 2018-12-30 19:29:39 +00:00
  • 54f3b75139 Merge pull request #9 from goodspb/master Branko Kokanovic 2018-08-30 21:19:36 +02:00
  • abb617b6b3 add MIT LICENSE v1.0 goodspb 2018-08-30 23:18:10 +08:00
  • ac65116a0c Merge pull request #6 from stalker314314/face_recognition goodspb 2018-08-30 23:07:34 +08:00
  • e6bf0dbf10 Merge branch 'goodspb-master' into face_recognition Branko Kokanovic 2018-08-29 00:50:44 +02:00
  • ac67a9992d Merge pull request #6 from goodspb/master Branko Kokanovic 2018-08-29 00:42:25 +02:00
  • 9e429a772a Merge branch 'goodspb-master' Branko Kokanovic 2018-08-29 00:40:55 +02:00
  • 1e830a3285 Face recognition Branko Kokanovic 2018-08-28 00:37:46 +02:00
  • 1a402fc63c Landmark detection (custom model and class-based) Branko Kokanovic 2018-08-25 00:51:46 +02:00
  • 661c37c9ef Merge pull request #5 from stalker314314/landmark_detection goodspb 2018-08-27 22:53:32 +08:00
  • 8be526bd5f Merge branch 'master' of git://github.com/goodspb/pdlib into landmark_detection Branko Kokanovic 2018-08-25 01:17:28 +02:00
  • 7de8d060b3 Landmark detection (custom model and class-based) Branko Kokanovic 2018-08-25 00:51:46 +02:00
  • 3f60326661 Support for raw chinese_whispers Branko Kokanovic 2018-07-19 19:12:18 +02:00
  • 091caba0d8 Merge pull request #4 from stalker314314/chinese_whispers goodspb 2018-07-21 01:06:15 +08:00
  • 14b1ae350b Support for raw chinese_whispers Branko Kokanovic 2018-07-19 19:12:18 +02:00
  • b17cd7c945 Merge pull request #3 from stalker314314/cnn_face_detection goodspb 2018-07-17 23:16:52 +08:00
  • f8cc0e48d3 Adding support for cnn face detector Branko Kokanovic 2018-07-14 00:12:10 +02:00
  • 6cac670269 fix: CMAKEList.txt to help CLion goodspb 2018-07-15 23:15:01 +08:00
  • 455db02154 feat: add CMAKEList.txt to help CLion goodspb 2018-07-15 12:12:36 +08:00
  • d12d75c69e Adding configure.in to .gitignore Branko Kokanovic 2018-07-14 00:13:02 +02:00
  • fd54bc80c3 Mention -DBUILD_SHARED_LIBS in cmake of dlib Branko Kokanovic 2018-07-02 16:41:21 +02:00
  • 77f73deca6 Merge pull request #1 from stalker314314/patch-1 goodspb 2018-07-03 00:07:09 +08:00
  • fee4a3d922 Mention -DBUILD_SHARED_LIBS in cmake of dlib Branko Kokanovic 2018-07-02 16:41:21 +02:00
  • c0fdf859fd feat: add readme goodspb 2018-06-09 20:05:50 +08:00
  • b8f1837335 feat: add face_landmark_detection goodspb 2018-05-24 00:56:50 +08:00
  • 3e53e4796b fix: change config.m4 goodspb 2018-05-23 00:01:27 +08:00
  • 5539b5bff8 first commit goodspb 2018-05-21 01:23:19 +08:00