HOG detector also must return the rectangles of the detections.

This commit is contained in:
Matias De lellis
2020-02-29 14:04:41 -03:00
parent 1e492f2e12
commit afc9164127
5 changed files with 41 additions and 14 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
extern zend_module_entry pdlib_module_entry;
#define phpext_pdlib_ptr &pdlib_module_entry
#define PHP_PDLIB_VERSION "0.1.0" /* Replace with version number for your extension */
#define PHP_PDLIB_VERSION "1.0.1" /* Replace with version number for your extension */
#ifdef PHP_WIN32
# define PHP_PDLIB_API __declspec(dllexport)