Skip to main content

Review Edge and Texture Fusion for Plant Leaf Classification


 

1. summary

Plants are an important resource in life, which can be developed in the fields of industry, medicine and food. classification plants with automated digital technique, can be done simply by extraction features of the leaves. In this paper, the classification of plants is based forms and texture. Based on the theory of plant taxonomy, plants can be classified based on the shape of the leaves and flowers. However, in general, the classification is based on leaf analysis. Classification based on the shape of the flower is difficult due to the structure of interest is 3D and can only be obtained when the flowers bloom.

Feature extraction used in this paper is the Sobel edge detection and Gabor filters. In edge detection, there are three stages: filtering, enhancement, and detection. Sobel edge detection find the approximate absolute gradient magnitude at each point to detect edges. In Gabor filters have the ability to do the multi-resolution decomposition, and are ideal for segmenting texture in the spatial and spatial-frequency domains. Then the method of feature extraction are tested on classification and regression tree (CART) classifier and the Radial Basis Function (RBF) classifier. Variation of the RBF NN is better in terms of interpolation, by taking input non-linear and linear output. Cost function is usually square error is assumed to be used to evaluate the suitability of parameters. Activation function using a Gaussian function by the equation:
Where X = the input feature vector, L = number of hidden units, uj = average, and Σj = convariance matrix of the Gaussian function.

This paper shows the degree of accuracy RBF classification higher than in CART. The level of accuracy of classification in RBF squared error of 85.93 with 56.2. While the CART rate of accuracy classification of premises 79.26 67.38 squared error. So that RBF has a level squared error is smaller than CART.

2) Excess

  • Gabor filters have the ability to perform multi-resolution decomposition
  • Gabor filters are ideal for texture segmentation because it requires the simultaneous measurement the spatial and spatial-frequency domains.
  • Better in terms of RBF interpolation, taking a non-linear input and provide linear output, thus helping pemetakan complex models.
  • Sobel edge detector find the approximate absolute gradient magnitude at each point to detect edges.

3) Weakness

  • RBF output is limited to the interval (0,1)

4) Suggestions

  • Improving the classification accuracy of the proposed feature reduction technique.


Comments

Popular posts from this blog

Indra, Radar Made in Indonesia

Wants to prove that Indonesia is not inferior to other nations, Electronics and Telecommunications Research Center Indonesian Institute of Sciences (LIPI PPET) and a division of PT Solutions 247 Radar and Communications System (RCS) makes maritime radar. Since 2006, PPET LIPI has developed two versions of the radar. Namely radar coastal surveillance and navigation radar ship. In its development, the maritime radar to be named while Indonesian Radar (Indra). To distinguish, ship navigation radar developed by PT Solutions 247-RCS named Indra-1 and a coastal surveillance radar developed by PPET-LIPI named Indra-2. Both of these radar technology frequency-modulated continuous wave (FMCW) so that the power consumption and size is much smaller than the radar radars in the market. Indra-1 managed to detect and measure the distance of a ship that was sailing with accuracy. We are proud of this result. This is proof that we can make the radar is built and functioning properly. Having escape...

Why Programmers Should Wear Framework (CodeIgniter or Yii)

The framework can be interpreted simply as a library containing a collection of functions / procedures and classes for specific purposes that are ready to be used so that it can facilitate and accelerate the work of a programmer, without having to create a function or class from the start. Advantages of using the framework are: provide a good structure in our program. Sometimes as programmers, we can create our program structure. the framework, we can make the program more structured, easy to manage, easy to develop. well for those that have been used to make the program itself, usually on their own to create a framework in the program can easily develop, that could be a problem is the use of this framework is the subjective easily according to our perspective. with a framework that is used by many people, it will provide the structure and way of working standards for our applications. The more people who use it, it means a lot of people who agree with the way the framework w...

Microsoft Windows 10 IOT Can for Raft Robot

Thinking of creating a project Internet of Things (IOT) or a robot? Microsoft promises ease to assemble with Windows 10 Starter Kit IOT. In the Starter Kit package for Windows IOT Core and Raspberry Pi 2, supplied equipment such as sensors, electronic components, and various types of cables that are compatible with Windows 10. Package offered by Microsoft in collaboration with Adafruit's online community allows users to create a prototype and build a machine that could send back information to a database. For example, the starter kit can be used to make weather stations that generate data based on interaction with the environment, or communicate with analog photocell sensor to measure light intensity. In fact, the starter kit can also be used to create a robot with wheels legs that can be controlled via a joystick and a Raspberry Pi Unfortunately, the starter kit is sold out in just a few minutes after it was released. But when stocked again later, for those who are interested ...