goodspb / pdlib

PHP extension for Dlib.
MIT License
71 stars 19 forks source link

Some updates from matiasdelellis/pdlib.. #30

Closed matiasdelellis closed 4 years ago

matiasdelellis commented 4 years ago

The most important thing is that it implements a native vector_lenght() function which calculates the euclidean distance 80% faster. (See https://github.com/matiasdelellis/pdlib/pull/2)

Add compilation information in php-info(), and finaly implement the test on travis .. (https://travis-ci.com/github/matiasdelellis/pdlib/builds/161854044)

matiasdelellis commented 4 years ago

Hi @goodspb I would rather stop this, until you merge PR #27 and PR #29 as there are some overlapping things, and can to help make that better.

Regards.

goodspb commented 4 years ago

Hi, I already merge #27 & #29