Image acquisition

Using different digital devices like digital cameras, mobile phones and laptop, we can capture the image of the leaf. Generally, image can be greyscale or color. Six images are considered standard as per the dataset. Out of six, three are colored and three are greyscale images. Our first task is to check whether the image… Continue reading Image acquisition

Support vector machine (SVM)

In advanced machine learning, the classification is done by SVM. The SVMs aim to create a decision boundary using which we can identify boundary from two suitable output values. SVM is also used for classification purpose. It is a supervised algorithm with which we can the change the boundary position also. The points closer to… Continue reading Support vector machine (SVM)

Classification of image

We did image classification using classifiers. Based on the degree of disease in a leaf, a classifier is used for classification and classification depends on the features of the last step. In machine learning it is used to divide values into two groups: one of positive values and other of negative values, depending upon certain… Continue reading Classification of image

K-​​​Means clustering

K-​​​means cluster process is applied to the image to do cluster analysis. It is the best method to solve problems related to clustering of the best learning algorithms that solve the clustering problems. K-​​​means algorithm is used to detect the iterative K-​​​centers. The sum of distances of the data points is optimized from their centers.… Continue reading K-​​​Means clustering