HSV Vegetation Classifier
- 17 Devlogs
- 25 Total hours
The purpose of this paper is to see whether or not a custom algorithm that relies purely on color images can identify vegetation health, how accurately it can do so, how resource efficient such an algorithm is, and how it compares to a YOLOv8 model specifically fine-tuned to identify and categorize these images. The way that the algorithm works is by essentially creating a color histogram of each pixel in the image, and comparing it to a list of reference images that the user categorizes themselves. The distribution that is the closest are the one that gets categorized, and the more distinctly similar the input distribution is to one of the reference distributions, the more “confident” the model is. If the user provides multiple reference images, then the reference for each category is averaged. In addition, the texture of each image is also measured in terms of how significant shifts in value are in HSV, symbolizing large spots of shadows and highlights.