Xyjss2321's starred repositories
FruitRecognition
Fruit Recognition Analysis using MATLAB
Fruit-Recognition
This project is an implementation of a fruit recognition system in MATLAB. An input image is given to the program and it is classified as an Apple, Banana, Guava or Strawberry based on the Minimum Distance Criterion of the image with a developed dataset. The HSV colour space was used - the Hue and Saturation channels were used to get the average values of several statistical properties, while the Value channel was used to construct the texture map using GLCM, which then gives several textural properties.
Fruit_Recognition
这个是水果识别的MATLAB程序,包含HSV非均匀量化,K均值聚类,LBP算子,MBLBP算子,还有粒子群,灰度共生矩阵,以及纹理特征提取.