Skip to content

GregHetherington/FireDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing Assignment 2

By: Greg Hetherington & Petar Kenic, Created on March 10, 2019

About

This script will take in a RGB image and apply 2 different fire detection algorithms. The script will create 2 images(one for each algorithm) and output them in the same directory as the input image.

Running the python Script

python A2.py <Image File Path>

Example:

python A2.py Images/fireplace.jpg

Notes:

  • Images can be most file types (ie. PNG, JPG, TIFF, etc)
  • Libraries that must be updated:
    • numpy
    • PIL
    • imageIO
    • cv2 (pip can be used to update these)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages