Skip to content

explanation #29

Open
Open
@BbenWeb1

Description

@BbenWeb1

I tried the examples on Windows, but I befriended the problem of paths images and files, and corrected them by defining their full path, such as:
in the detect_face_by_cascade_classifier.php file
There is

line 8 :
$src = imread("images/faces.jpg");

put in place

$root = dirname(__FILE__).DIRECTORY_SEPARATOR;
$src = imread($root."images".DIRECTORY_SEPARATOR."faces.jpg");

this code run in all systeme
@morozovsk

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions