Skip to content

Scan a folder of images with OpenCV, output to text file, use PHP to create web page with bounding boxes around images detected.

Notifications You must be signed in to change notification settings

elithecomputerguy/opencv-bounding-box-python-php-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

opencv-bounding-box-python-php-javascript

Scan a folder of images with OpenCV, output to text file, use PHP to create web page with bounding boxes around images detected.

The python script scans a folder of images with OpenCV and then writes the image names with coordinates of objects deteted to a text file

The PHP script reads the text file that was created and then uses Javascript/ Canvas to place images on a web page and draw bounding boxes around the objects that have been detected.

This is good for understanding what OpenCV "sees" and understanding false positive hits.

YouTube Demo: https://youtu.be/9P9UUEfxy6A

Prerequisties: OpenCV has to be installed and functional Python3 PHP/ LAMP Stack Proper Permissions to folders

About

Scan a folder of images with OpenCV, output to text file, use PHP to create web page with bounding boxes around images detected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published