Skip to content

Project files for working through Computer Vision (Image Classification)

Notifications You must be signed in to change notification settings

hippymitty/ImageClassification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image classification steps

This project contains the necessary code and images to understand the image classification process. Most images are in the image folder (Day and night to be added), see below for the order of the files, each individual file contains code and instructions.

Project files in order are as follows:

  • Images as Numerical Data (Images as a grid of pixels)
  • Visualising RGB channel (RGB colourspace)
  • Pre-processing Examples (Cropping and resizing)
  • Green Screen car (Colour Masking, Green screen)
  • Colour Conversions (HSV colour conversion) - (Work in progress)
  • Visualising the data (Day and night image classifier)
  • Standardising the data (Day and night image classifier)
  • Average Brightness feature extraction (Day and night image classifier)
  • Finding edges and custom kernals (Creating a filter, edge detection)
  • Histogram and Feature Vectors (Histograms of colour)
  • Classification - (Work in progress)
  • Accuracy and miscalculation - (Work in progress)

To do:

  • Add day and night images
  • Finish Colour conversion
  • Redo classification to improve accuracy

About

Project files for working through Computer Vision (Image Classification)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published