Is there a way to parse image data in a php variable to an opencv function?
I want to do this without writing image to the hard disk using php and then reading it back to feed OpenCV function.
This is related to this question
Is there a way to parse image data in a php variable to an opencv function?
I want to do this without writing image to the hard disk using php and then reading it back to feed OpenCV function.
This is related to this question
$image = file_get_contents('path/to/image.jpg');
$image
has your image send it where you want