SlideShare une entreprise Scribd logo
1  sur  11
Télécharger pour lire hors ligne
Journal of Information Engineering and Applications                                                      www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012


An FPGA based Efficient Fruit Recognition System Using Minimum
                      Distance Classifier
                                    Harsh S Holalad, Preethi Warrier, Aniket D Sabarad
                   Dept of Electrical and Electronics Engg.,B V Bhoomaraddi College of Engg & Tech
                                                    Hubli-580031, India
                              *E-mail of the corresponding author: harsh.holalad@gmail.com


Abstract
The paper deals with a simple yet effective fruit identification system developed on an FPGA, SPARTAN
3(XC3S200-5PQ208) platform .The fruits under consideration were apple, banana, sapodilla and strawberry. Out of
these selected fruits there were four different classes of apples, two different classes of sapodillas and one class each
of the other two fruits. A total of 800 color images, 200 images of each fruit of size 64x64 were used for training.
The fruit identification success rate mainly depends on the feature vector and the Classifier used. The 3D feature
vector incorporates two first order statistical features and the shape feature. Using the 3D feature vector the
MATLAB analysis of The Minimum Distance Classifier (MID) fetched a success rate of 85%.The Verilog coded
Hardware platform was developed by burning the COE file of a Test image generated by JAVA ECLIPSE IDE onto
the IP core. The MATLAB results were verified using the Hardware Platform.
Keywords: RGB image, feature vector, MID, Verilog, FPGA, IP core, COE file.


1. Introduction
Fruit Recognition Systems that exist for fruit harvesting, tree yield monitoring,[2] disease detection and other
operations use computer vision strategies that consider features like color, shape and texture for recognition. This
paper suggests fruit recognition system design that uses a minimum distance classifier that imbibes first order
statistical features along with shape feature for efficient fruit identification. FPGA based design for the above system
has been simulated using Verilog.
Texture is a property that represents the surface and structure of an image.[5] Statistical methods analyze the spatial
distribution of gray values, by computing local features at each point in the image, and deriving a set of statistics
from the distributions of the local features. Depending on the number of pixels defining the local feature, statistical
methods can be further classified into first-order (one pixel), second-order (two pixels) and higher-order (three or
more pixels) statistics. The basic difference is that first-order statistics estimate the properties (e.g. mean and
variance) of individual pixel values, ignoring the spatial interaction between image pixels, whereas second- and
higher-order statistics estimate properties of two or more pixel values occurring at specific locations relative to each
other. [3] The mean used in texture analysis has been calculated using the color feature, thereby showing an inter
dependence of the features. The shape feature has been calculated by using the area and perimeter of the test image.
Combining the above features, an efficient algorithm using minimum distance classifier has been designed. The
initial analysis was done on MATLAB.
The motive behind the paper was to implement a real time fruit recognition system. This resulted in FPGA based
hardware implementation. The Verilog simulations were carried out in Xilinx ISE 10.1 & ISIM. A COE file of the

                                                           1
Journal of Information Engineering and Applications                                                     www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012

image was generated using JAVA Eclipse, which was later burnt onto the IP CORE and then ran through the
identification algorithms.
The presented work deals with four different fruits, namely, apple (4 classes), banana, sapodilla (2 classes) and
strawberry. The flow is structured as follows. The section 2 discusses the Feature Extraction. Section 3 talks about
the Minimum Distance Classifier. The Section 4 deals with the Hardware Constrains of an FPGA experienced and
Section 5 talks about the Verilog Results and FPGA output. Finally, Section 6 gives the Concluding remarks of this
paper.


2. Feature Extraction


Features are the measurements which are used to discriminate between objects or data. They are the base on which
Classification is done.The criterion for feature extraction is that the features should be position, scale and distance
invariant. The features used are


2.1. First Order Statistical Features:

These features are the statistics calculated from the original pixel values without any [5] need of pixel relations or
use of matrix transforms. Statistical measures such as mean, variance, skewness, kurtosis, average energy, entropy
and dispersion fall into this class.
During the MATLAB analysis a trial and error approach was taken considering the hardware implementation into
account. Different combinations of these features were tried and it was found out that mean and variance had a
substantial impact on the efficacy and they were simple to be implemented as well. The mean and variance are
expressed as shown below,
             ଵ
݉݁ܽ݊ ൌ             ∑௠ ∑௡ ‫ݔ‬ሺ݅, ݆ሻ........................................1
                    ௜  ௝
           ሺ௠∗௡ሻ

                    ଵ
‫ ݁ܿ݊ܽ݅ݎܽݒ‬ൌ 	             ∑௠ ∑௡ሺ‫ݔ‬ሺ݅, ݆ሻ െ ݉݁ܽ݊ሻଶ ...............2
                          ௜  ௝
                 ሺ௠∗௡ሻ

Where, x (i,j) is the pixel value of image x of size m x n.


2.2. Shape feature


Shape feature helps to determine the measure of roundness of an object. This feature makes the system more robust
because this feature is [4] independent of the distance between the camera and the object, unlike area and perimeter.
To obtain the measure of roundness the area and the perimeter of the object has to be measured. Area can be
measured by using segmentation techniques and edges of the object which is the perimeter can be obtained by going
for various edge detection algorithms.
The shape feature of an object can be calculated using the relation,

ܵ ൌ ቀܽ‫ܽ݁ݎ‬ൗ‫ ݎ݁ݐ݁݉݅ݎ݁݌‬ଶ ቁ ∗ 4ߨ......................................3

2.2.1.    Segmentation:


                                                                            2
Journal of Information Engineering and Applications                                                     www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012

Image segmentation is used to segment an image into various parts. It is normally a pre-processing step and can be
done to separate the main object under test from its background.
Of the different segmentation techniques like threshold based, edge based, and region based, the paper uses threshold
based technique for segmentation.
Inter Means Algorithm: It is a threshold based automatic segmentation technique developed [7]& [8] by
Ridler ,Calvard (1978) and Trussell (1979).This is an iterative algorithm which keeps on splitting the image
histogram into two halves by changing the threshold value.
In Figure 1,
      1 is the initial guessed threshold value.
      2 is the new threshold value after first iteration
      3 is the new threshold after second iteration.
      4 is the final threshold value used to create a binary image.
The figure helps in better understanding of the Inter-means algorithm, which is as follows:
Step 1-Consider an arbitrary threshold T.
Step 2-Means of pixels above (Ma) and below (Mb) the threshold values are calculated.
Step 3-The new threshold is calculated as
ܶ௡௘௪ ൌ ሺ‫ܯ‬௔ ൅ ‫ܯ‬௕ ሻൗ
                  2.......................................................4
Step 4- The iteration is performed until the difference between the previous threshold (T) and the new threshold (Tnew)
is less than 1.
Once the threshold is calculated the image is then converted into a binary image. The count of white pixels is the area
in pixels.
The Segmentation results are found in Figure 2.
2.2.2.     Edge Detection:
Edge detection is used to identify and locate sharp discontinuities in an image.[6] The edges are characterized by
abrupt changes in the pixel values. The various edge detection algorithms involve convolving the image with a 2-D
matrix ranging from size 2x2 to 5x5 or greater for increased efficiency. But in this paper approximate Robert edge
detection is used which is very simple to implement and is efficient.
.Approximate Robert edge Detection: It is a simple, quick to compute spatial Gradient measurement of an image.
Calculating the approximate Gradient from the Pseudo-Convolution mask:
                                  P1 P2
                                 P3 P4
Using this mask the approximate magnitude is given by:
|‫ |ܩ‬ൌ |ܲଵ െ ܲଶ | ൅ |ܲଶ െ ܲଷ |.............................................5
The edges obtained, i.e. the count of white pixels is the perimeter in pixels.
The Edge Detection Results are obtained in Figure 2.
From equation 3, the shape feature is thus determined.




                                                                              3
Journal of Information Engineering and Applications                                                         www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012

3. Minimum Distance Classifier

Image classifiers analyse the numerical properties of various image features and organize data into categories.
Classification algorithms typically employ two phases of processing: training and testing. [1] In the initial training
phase, characteristic properties of typical image features are separated and, based on these, a training class is created.
In the subsequent testing phase, these feature-space partitions are used to classify image features. In supervised
classification, statistical patterns are used for classification while in unsupervised classification, clustering algorithms
are used. The minimum distance classifier is used to classify unknown image data to classes which minimize the
distance between the image data and the class in multi-feature space.
The distance classifier [2] that has been implemented employs the Euclidean distance given by,

	݀݇ ൌ ට∑ሺX୲ െ Y୲ ሻଶ ୨ ......................................................6

Where,
Xt :jth     feature of the tth class         from test sample.
       th
Yt:j        feature of the tth class from the centroids obtained by the test samples.
j=feature vector.
As mentioned above, MID has two phases training part and the testing part. The algorithms for both are
Training Algorithm:
Step1: Consider an image of a fruit belonging to a class (say apple).
Step 2: Find the green (from RGB) component of the images.
Step 3: Compute mean of the G component using equation 1.
Step 4: Compute the variance of the image using equation 2.
Step 5: Perform automatic segmentation and isolate the object.
Step 6: Count of all the white pixels is the area of the object.
Step 7: Perform edge detection on the segmented (binary) image.
Step 8: Count of all the white pixels gives the perimeter of the object.
Step 9: Find the shape (measure of roundness) from equation 3.
Step 10: Repeat the Steps from 1-10 for different images of a class.
Step 11: The centroids are found for each feature (mean, variance, shape). centroid is calculated by calculating the
mean of each feature(means of 200 images of a class)
Step 12: Repeat the same for the remaining classes.
The obtained centroids will be used for the hardware implementation.


Testing Algorithm:
Step 1: The centroids of all the four fruits obtained from the MATLAB analysis are stored in the FPGA memory.
Step 2: The COE file of the test image is burnt on the IP core.
Step 3: Step 2-Step 9 from the training algorithm is performed.
Step 4: The Euclidean Distance between the test values obtained from Step 3 and that of the already stored Centroid
values obtained from training are calculated using equation 5.
Step 5: Find out the minimum distance amongst all the distances (each class) and assign the test image to the class
with minimum distance.
The Results of Minimum Distance classifier is in Table 1

                                                                                4
Journal of Information Engineering and Applications                                                       www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012



4.    Hardware Constraints


This part of the paper deals with the limitations of the FPGA board which were encountered:
4.1. No Provision for camera Interface:
The SPARTAN 3 family does not have the provision to interface a camera. This board has been used for developing
the algorithm and testing it. Since the Camera interfacing was not possible on the board the test image coefficients
were generated by software named JAVA ECLIPSE IDE and was burned on the memory (using IP Core Generator).
4.2. Concurrent operation
All the “always @(posedgeclk )” blocks in the module are executed at every positive edge of the clock. For the
algorithm we have implemented involves more of sequential operations than the concurrent operations. Binary Flags
were used as delays when there was a need for sequential operation.
4.3. Loop execution
For, Case, while and Repeat loops should be used meticulously in the code. The loop executions depend heavily on
the instructions to be executed. It is best explained with an example,
Eg 1)                                                              Eg 2)
always@(posedge..clk)begin                                         always@(posedge..clk)begin
 for(i=0;i<100;i=i+1)begin                                           if(i<100)begin
     sum=t[i]+b[i];                                                      sum=t[i]+b[i];
end                                                                 end
end                                                                 end
Both the above examples will do the addition of two array elements and store it in the register sum. Only the code in
Eg.2 will be Synthesized and Mapped into Gate Logic. The reason behind this is, the first example i.e. Eg.1 uses 100
adders to obtain the sum in one cycle, which will not be synthesized because the board is short of 100 adders. In the
second example, the sum is calculated using just a single adder but the sum will be obtained after 100 positive edge
clocks, hence it’s synthesized.
4.4. Division
Multiple subtractions have been used to obtain the quotient (only the integer part, the fraction part is neglected).
Eg.7/2=3.5;a=7;b=2;c=0;
In veilog it would be 3
First cycle:a=a-b;//a=5
      c=c+1;//c=1
Second cycle:a=a-b;//a=3
      c=c+1;//c=2
Third cycle:a=a-b;//a=1
      c=c+1//c=3
Quotient=3;//it stops when a<b.
4.5. Procuring the Training data
As explained above that there’s no provision for camera interfacing, this would mean training 800 images on the
FPGA would be an uphill task and not to mention an unintelligent task to do. So the training data obtained in the

                                                            5
Journal of Information Engineering and Applications                                                   www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012

MATLAB analysis can be considered. Unlike VHDL, VERILOG does not support matrices, so the Verilog and the
MATLAB results of a set of images were tested and were found to be the same.
This proves that the Verilog result and MATLAB results are same and hence the Centroids obtained in MATLAB
can be directly considered for the Hardware development.


5.   Verilog Results and FPGA Output

In Figure 4, the FPGA board, the first four LED's glowing indicates that the apple image is detected which is
highlighted in the Red box. If in case a banana image was to be detected the next four LED's traversing from right to
left highlighted in the Yellow box would glow and on sapodilla’s detection the four LED's in the Brown box would
glow. The LED's in the Pink box would glow if the input image was a strawberry (Figure 6).
The results of two fruit detections have been shown in this section.
5.1. Apple
The input test image is an Apple
The distance computed for various fruits are:
Dist_apple =801,061
Dist_banana= 2,881,034
Dist_chikoo= 856,466
Dist_strawberry = 1,682,609
In the Figure 3, the red oval part above shows the distance computed of the apple and the red oval part below shows
that the classified image is an APPLE.
5.2. Strawberry
The input test image is a Strawberry
The distance computed for various fruits are:
Dist_apple = 1,347,922
Dist_banana= 14,086,609
Dist_chikoo=8,887,517
Dist_strawberry = 586,707
In the Figure 5, the red oval part above shows the distance computed of the apple and the red oval part below shows
that the classified image is a STRAWBERRY.


6.   Conclusion

The feature selection is always a tricky part of any recognition system. The features selected were position and
distance invariant. Out of all the texture features only mean and variance were selected because of the substantial
impact it played on the success rate. The images clicked are not from a fixed length, so area and perimeter cannot be
chosen as the feature. Therefore area and perimeter were used to obtain the shape of the object (measure of
roundness). The use of automatic segmentation (inter-means algorithm) has given a very good efficiency in
calculating the area of the object. Even though the Approximate Gradient Robert Edge Detection technique is used,
the results of Perimeter were not varying much from the inbuilt MATLAB Robert edge detector. The final feature
vector is MEAN, VARIANCE and SHAPE. A set of 160 images, 40 from each class were tested on

                                                           6
Journal of Information Engineering and Applications                                                   www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012

XC3S200-5PQ208 and the success rate was found to be 85%.The board provides an excellent platform for
developing and verifying the software analysis thus providing a firm ancillary towards implementing a real time fruit
recognition system.


References
Richard O. Duda,Peter E.Hart,David G.Stork, “Pattern Classification”, second edition.
Woo Chaw Seng, Seyed Hadi Mirisaee, “A New Method for Fruits Recognition System”.
Hetal Patel, Dr.R.K.Jain, Dr.M.V.Joshi, “Fruit Detection Using Improved Multiple Features Based Algorithm”
International Journal of Computer Applications (0975 – 8887), Volume 13– No.2, January 2011.
S.Arivazhagan, R.Newlin Shebiah, S.Selva Nidhyanandan, “Fruit recognition Using Color and Texture”, Journal of
Emerging Trends in Computing and Information Sciences, VOL. 1, NO. 2, Oct 2010.
G. N. Srinivasan, and Shobha G,”Statistical Texture Analysis”.
Gonzalez & Woods, “Digital image processing”,third edition.
John C.Russ,“The Image Processing Handbook”, Sixth edition.
Harsh Holalad, Girish Shirigannavar, Manasa S Upadhyaya, “A Comparative Study of Various Image Segmentation
Techniques and Classifiers for a Fruit Recognition System”, Benision Education.

Harsh S Holalad, he is a student of Department of Electrical and Electronics Engineering and Technology,
B.V.Bhoomaraddi College of Engineering and Technology,Hubli-580023,India.His areas of interest are Digital
Signal Processing, Image Processing, Fuzzy logic, Pattern Recognition, MATLAB and HDL.
Preethi Warrier, she is a student of Department of Electrical and Electronics Engineering and Technology,
B.V.Bhoomaraddi College of Engineering and Technology, Hubli-580023, India. Her areas of interest are Digital
Image Processing, Fuzzy logic, HDL and MATLAB.
Aniket D Sabarad, he is a student of Department of Electrical and Electronics Engineering and Technology,
B.V.Bhoomaraddi College of Engineering and Technology, Hubli-580023, India. His areas of interest are Digital
Image Processing, Pattern Recognition, MATLAB and HDL.


                                      Table 1: Minimum Distance Classifier results

                                           Test images    MATLAB           VERILOG
                          Fruit
                                                          result           result

                                           40             32/40            31/40
                          Apple

                                           40             39/40            39/40
                          banana

                                           40             33/40            33/40
                          sapodilla

                                           40             32/40            31/40
                          strawberry

                                           160            136/160(85%)     134/160(83.5%)


                                                           7
Journal of Information Engineering and Applications                                           www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012




                                     Figure 1.Histogram of a sample image


                  Original              G-Comp                 Binary                 Edges




                                Figure 2: Segmented and Edge Detected Images




                             Figure 3: Simulation Result of Apple Detection in ISIM




                                                       8
Journal of Information Engineering and Applications                                     www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012




                         Figure 4: Led Output Image of Apple Detection on XC3S200




                         Figure 5: Simulation Result of Strawberry Detection in ISIM.



                                                      9
Journal of Information Engineering and Applications                                    www.iiste.org
ISSN 2224-5782 (print) ISSN 2225-0506 (online)
Vol 2, No.6, 2012




                       Figure 6: Led Output Image of Strawberry Detection on XC3S200




                                                      10
This academic article was published by The International Institute for Science,
Technology and Education (IISTE). The IISTE is a pioneer in the Open Access
Publishing service based in the U.S. and Europe. The aim of the institute is
Accelerating Global Knowledge Sharing.

More information about the publisher can be found in the IISTE’s homepage:
http://www.iiste.org


The IISTE is currently hosting more than 30 peer-reviewed academic journals and
collaborating with academic institutions around the world. Prospective authors of
IISTE journals can find the submission instruction on the following page:
http://www.iiste.org/Journals/

The IISTE editorial team promises to the review and publish all the qualified
submissions in a fast manner. All the journals articles are available online to the
readers all over the world without financial, legal, or technical barriers other than
those inseparable from gaining access to the internet itself. Printed version of the
journals is also available upon request of readers and authors.

IISTE Knowledge Sharing Partners

EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open
Archives Harvester, Bielefeld Academic Search Engine, Elektronische
Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial
Library , NewJour, Google Scholar

Contenu connexe

Tendances

Fpga implementation of multilayer feed forward neural network architecture us...
Fpga implementation of multilayer feed forward neural network architecture us...Fpga implementation of multilayer feed forward neural network architecture us...
Fpga implementation of multilayer feed forward neural network architecture us...Ece Rljit
 
Xilinx Cool Runner Architecture
Xilinx Cool Runner ArchitectureXilinx Cool Runner Architecture
Xilinx Cool Runner Architecturedragonpradeep
 
Clock mesh sizing slides
Clock mesh sizing slidesClock mesh sizing slides
Clock mesh sizing slidesRajesh M
 
MTE104-L2: Overview of Microcontrollers
MTE104-L2: Overview of MicrocontrollersMTE104-L2: Overview of Microcontrollers
MTE104-L2: Overview of MicrocontrollersAbdalla Ahmed
 
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...IOSRJVSP
 
11 Synchoricity as the basis for going Beyond Moore
11 Synchoricity as the basis for going Beyond Moore11 Synchoricity as the basis for going Beyond Moore
11 Synchoricity as the basis for going Beyond MooreRCCSRENKEI
 
Resume mixed signal
Resume mixed signalResume mixed signal
Resume mixed signaltarora1
 
Resume analog
Resume analogResume analog
Resume analogtarora1
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGAVLSICS Design
 
EEL4851writeup.doc
EEL4851writeup.docEEL4851writeup.doc
EEL4851writeup.docbutest
 
Design and analysis of optimized CORDIC based GMSK system on FPGA platform
Design and analysis of optimized CORDIC based  GMSK system on FPGA platform Design and analysis of optimized CORDIC based  GMSK system on FPGA platform
Design and analysis of optimized CORDIC based GMSK system on FPGA platform IJECEIAES
 
Digital standard cell library Design flow
Digital standard cell library Design flowDigital standard cell library Design flow
Digital standard cell library Design flowijsrd.com
 
Digital System Design Basics
Digital System Design BasicsDigital System Design Basics
Digital System Design Basicsanishgoel
 

Tendances (20)

Fpga implementation of multilayer feed forward neural network architecture us...
Fpga implementation of multilayer feed forward neural network architecture us...Fpga implementation of multilayer feed forward neural network architecture us...
Fpga implementation of multilayer feed forward neural network architecture us...
 
Xilinx Cool Runner Architecture
Xilinx Cool Runner ArchitectureXilinx Cool Runner Architecture
Xilinx Cool Runner Architecture
 
Clock mesh sizing slides
Clock mesh sizing slidesClock mesh sizing slides
Clock mesh sizing slides
 
DSP Processors versus ASICs
DSP Processors versus ASICsDSP Processors versus ASICs
DSP Processors versus ASICs
 
MTE104-L2: Overview of Microcontrollers
MTE104-L2: Overview of MicrocontrollersMTE104-L2: Overview of Microcontrollers
MTE104-L2: Overview of Microcontrollers
 
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...
FPGA Implementation of Multiplier-less CDF-5/3 Wavelet Transform for Image Pr...
 
11 Synchoricity as the basis for going Beyond Moore
11 Synchoricity as the basis for going Beyond Moore11 Synchoricity as the basis for going Beyond Moore
11 Synchoricity as the basis for going Beyond Moore
 
Tutorial on FPGA Routing
Tutorial on FPGA RoutingTutorial on FPGA Routing
Tutorial on FPGA Routing
 
Resume mixed signal
Resume mixed signalResume mixed signal
Resume mixed signal
 
Resume analog
Resume analogResume analog
Resume analog
 
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGALOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
LOGIC OPTIMIZATION USING TECHNOLOGY INDEPENDENT MUX BASED ADDERS IN FPGA
 
PPU_PNSS-1_ICS-2014
PPU_PNSS-1_ICS-2014PPU_PNSS-1_ICS-2014
PPU_PNSS-1_ICS-2014
 
Asic
AsicAsic
Asic
 
Cuda project paper
Cuda project paperCuda project paper
Cuda project paper
 
EEL4851writeup.doc
EEL4851writeup.docEEL4851writeup.doc
EEL4851writeup.doc
 
Design and analysis of optimized CORDIC based GMSK system on FPGA platform
Design and analysis of optimized CORDIC based  GMSK system on FPGA platform Design and analysis of optimized CORDIC based  GMSK system on FPGA platform
Design and analysis of optimized CORDIC based GMSK system on FPGA platform
 
Lc3519051910
Lc3519051910Lc3519051910
Lc3519051910
 
Digital standard cell library Design flow
Digital standard cell library Design flowDigital standard cell library Design flow
Digital standard cell library Design flow
 
Digital System Design Basics
Digital System Design BasicsDigital System Design Basics
Digital System Design Basics
 
BDL_project_report
BDL_project_reportBDL_project_report
BDL_project_report
 

En vedette

Machine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueMachine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueAnudeep Badam
 
Neural Networks with Google TensorFlow
Neural Networks with Google TensorFlowNeural Networks with Google TensorFlow
Neural Networks with Google TensorFlowDarshan Patel
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Gaurav Mittal
 
Transfer of Learning
Transfer of LearningTransfer of Learning
Transfer of LearningAbby Rondilla
 
Transfer Of Learning
Transfer Of LearningTransfer Of Learning
Transfer Of Learningajones1
 

En vedette (6)

Machine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting techniqueMachine learning application-automated fruit sorting technique
Machine learning application-automated fruit sorting technique
 
Fruits
FruitsFruits
Fruits
 
Neural Networks with Google TensorFlow
Neural Networks with Google TensorFlowNeural Networks with Google TensorFlow
Neural Networks with Google TensorFlow
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
Transfer of Learning
Transfer of LearningTransfer of Learning
Transfer of Learning
 
Transfer Of Learning
Transfer Of LearningTransfer Of Learning
Transfer Of Learning
 

Similaire à An fpga based efficient fruit recognition system using minimum

IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET Journal
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET Journal
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System OperationsIRJET Journal
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET Journal
 
Ijarcet vol-2-issue-3-891-896
Ijarcet vol-2-issue-3-891-896Ijarcet vol-2-issue-3-891-896
Ijarcet vol-2-issue-3-891-896Editor IJARCET
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...ijsrd.com
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130IJRAT
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET Journal
 
Image Steganography Using Wavelet Transform And Genetic Algorithm
Image Steganography Using Wavelet Transform And Genetic AlgorithmImage Steganography Using Wavelet Transform And Genetic Algorithm
Image Steganography Using Wavelet Transform And Genetic AlgorithmAM Publications
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET Journal
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET Journal
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierIIRindia
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET Journal
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterIRJET Journal
 

Similaire à An fpga based efficient fruit recognition system using minimum (20)

IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
IRJET - Effective Workflow for High-Performance Recognition of Fruits using M...
 
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
IRJET- Identification of Scene Images using Convolutional Neural Networks - A...
 
IRJET - Hand Gesture Recognition to Perform System Operations
IRJET -  	  Hand Gesture Recognition to Perform System OperationsIRJET -  	  Hand Gesture Recognition to Perform System Operations
IRJET - Hand Gesture Recognition to Perform System Operations
 
IRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different ClassifierIRJET-Analysis of Face Recognition System for Different Classifier
IRJET-Analysis of Face Recognition System for Different Classifier
 
Ijarcet vol-2-issue-3-891-896
Ijarcet vol-2-issue-3-891-896Ijarcet vol-2-issue-3-891-896
Ijarcet vol-2-issue-3-891-896
 
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...An Improved Way of Segmentation and Classification of Remote Sensing Images U...
An Improved Way of Segmentation and Classification of Remote Sensing Images U...
 
Paper id 252014130
Paper id 252014130Paper id 252014130
Paper id 252014130
 
IRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine LearningIRJET- Face Recognition using Machine Learning
IRJET- Face Recognition using Machine Learning
 
Image Steganography Using Wavelet Transform And Genetic Algorithm
Image Steganography Using Wavelet Transform And Genetic AlgorithmImage Steganography Using Wavelet Transform And Genetic Algorithm
Image Steganography Using Wavelet Transform And Genetic Algorithm
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
IRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A ReviewIRJET- Image Segmentation Techniques: A Review
IRJET- Image Segmentation Techniques: A Review
 
J25043046
J25043046J25043046
J25043046
 
J25043046
J25043046J25043046
J25043046
 
Kq3518291832
Kq3518291832Kq3518291832
Kq3518291832
 
Feature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM ClassifierFeature Based Underwater Fish Recognition Using SVM Classifier
Feature Based Underwater Fish Recognition Using SVM Classifier
 
IRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep LearningIRJET - Skin Disease Predictor using Deep Learning
IRJET - Skin Disease Predictor using Deep Learning
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
The Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian FilterThe Computation Complexity Reduction of 2-D Gaussian Filter
The Computation Complexity Reduction of 2-D Gaussian Filter
 

Plus de Alexander Decker

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Alexander Decker
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inAlexander Decker
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesAlexander Decker
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksAlexander Decker
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dAlexander Decker
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceAlexander Decker
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifhamAlexander Decker
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaAlexander Decker
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenAlexander Decker
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksAlexander Decker
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget forAlexander Decker
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabAlexander Decker
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...Alexander Decker
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalAlexander Decker
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesAlexander Decker
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbAlexander Decker
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloudAlexander Decker
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveragedAlexander Decker
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenyaAlexander Decker
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health ofAlexander Decker
 

Plus de Alexander Decker (20)

Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...Abnormalities of hormones and inflammatory cytokines in women affected with p...
Abnormalities of hormones and inflammatory cytokines in women affected with p...
 
A validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale inA validation of the adverse childhood experiences scale in
A validation of the adverse childhood experiences scale in
 
A usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websitesA usability evaluation framework for b2 c e commerce websites
A usability evaluation framework for b2 c e commerce websites
 
A universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banksA universal model for managing the marketing executives in nigerian banks
A universal model for managing the marketing executives in nigerian banks
 
A unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized dA unique common fixed point theorems in generalized d
A unique common fixed point theorems in generalized d
 
A trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistanceA trends of salmonella and antibiotic resistance
A trends of salmonella and antibiotic resistance
 
A transformational generative approach towards understanding al-istifham
A transformational  generative approach towards understanding al-istifhamA transformational  generative approach towards understanding al-istifham
A transformational generative approach towards understanding al-istifham
 
A time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibiaA time series analysis of the determinants of savings in namibia
A time series analysis of the determinants of savings in namibia
 
A therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school childrenA therapy for physical and mental fitness of school children
A therapy for physical and mental fitness of school children
 
A theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banksA theory of efficiency for managing the marketing executives in nigerian banks
A theory of efficiency for managing the marketing executives in nigerian banks
 
A systematic evaluation of link budget for
A systematic evaluation of link budget forA systematic evaluation of link budget for
A systematic evaluation of link budget for
 
A synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjabA synthetic review of contraceptive supplies in punjab
A synthetic review of contraceptive supplies in punjab
 
A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...A synthesis of taylor’s and fayol’s management approaches for managing market...
A synthesis of taylor’s and fayol’s management approaches for managing market...
 
A survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incrementalA survey paper on sequence pattern mining with incremental
A survey paper on sequence pattern mining with incremental
 
A survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniquesA survey on live virtual machine migrations and its techniques
A survey on live virtual machine migrations and its techniques
 
A survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo dbA survey on data mining and analysis in hadoop and mongo db
A survey on data mining and analysis in hadoop and mongo db
 
A survey on challenges to the media cloud
A survey on challenges to the media cloudA survey on challenges to the media cloud
A survey on challenges to the media cloud
 
A survey of provenance leveraged
A survey of provenance leveragedA survey of provenance leveraged
A survey of provenance leveraged
 
A survey of private equity investments in kenya
A survey of private equity investments in kenyaA survey of private equity investments in kenya
A survey of private equity investments in kenya
 
A study to measures the financial health of
A study to measures the financial health ofA study to measures the financial health of
A study to measures the financial health of
 

Dernier

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 

Dernier (20)

DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 

An fpga based efficient fruit recognition system using minimum

  • 1. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 An FPGA based Efficient Fruit Recognition System Using Minimum Distance Classifier Harsh S Holalad, Preethi Warrier, Aniket D Sabarad Dept of Electrical and Electronics Engg.,B V Bhoomaraddi College of Engg & Tech Hubli-580031, India *E-mail of the corresponding author: harsh.holalad@gmail.com Abstract The paper deals with a simple yet effective fruit identification system developed on an FPGA, SPARTAN 3(XC3S200-5PQ208) platform .The fruits under consideration were apple, banana, sapodilla and strawberry. Out of these selected fruits there were four different classes of apples, two different classes of sapodillas and one class each of the other two fruits. A total of 800 color images, 200 images of each fruit of size 64x64 were used for training. The fruit identification success rate mainly depends on the feature vector and the Classifier used. The 3D feature vector incorporates two first order statistical features and the shape feature. Using the 3D feature vector the MATLAB analysis of The Minimum Distance Classifier (MID) fetched a success rate of 85%.The Verilog coded Hardware platform was developed by burning the COE file of a Test image generated by JAVA ECLIPSE IDE onto the IP core. The MATLAB results were verified using the Hardware Platform. Keywords: RGB image, feature vector, MID, Verilog, FPGA, IP core, COE file. 1. Introduction Fruit Recognition Systems that exist for fruit harvesting, tree yield monitoring,[2] disease detection and other operations use computer vision strategies that consider features like color, shape and texture for recognition. This paper suggests fruit recognition system design that uses a minimum distance classifier that imbibes first order statistical features along with shape feature for efficient fruit identification. FPGA based design for the above system has been simulated using Verilog. Texture is a property that represents the surface and structure of an image.[5] Statistical methods analyze the spatial distribution of gray values, by computing local features at each point in the image, and deriving a set of statistics from the distributions of the local features. Depending on the number of pixels defining the local feature, statistical methods can be further classified into first-order (one pixel), second-order (two pixels) and higher-order (three or more pixels) statistics. The basic difference is that first-order statistics estimate the properties (e.g. mean and variance) of individual pixel values, ignoring the spatial interaction between image pixels, whereas second- and higher-order statistics estimate properties of two or more pixel values occurring at specific locations relative to each other. [3] The mean used in texture analysis has been calculated using the color feature, thereby showing an inter dependence of the features. The shape feature has been calculated by using the area and perimeter of the test image. Combining the above features, an efficient algorithm using minimum distance classifier has been designed. The initial analysis was done on MATLAB. The motive behind the paper was to implement a real time fruit recognition system. This resulted in FPGA based hardware implementation. The Verilog simulations were carried out in Xilinx ISE 10.1 & ISIM. A COE file of the 1
  • 2. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 image was generated using JAVA Eclipse, which was later burnt onto the IP CORE and then ran through the identification algorithms. The presented work deals with four different fruits, namely, apple (4 classes), banana, sapodilla (2 classes) and strawberry. The flow is structured as follows. The section 2 discusses the Feature Extraction. Section 3 talks about the Minimum Distance Classifier. The Section 4 deals with the Hardware Constrains of an FPGA experienced and Section 5 talks about the Verilog Results and FPGA output. Finally, Section 6 gives the Concluding remarks of this paper. 2. Feature Extraction Features are the measurements which are used to discriminate between objects or data. They are the base on which Classification is done.The criterion for feature extraction is that the features should be position, scale and distance invariant. The features used are 2.1. First Order Statistical Features: These features are the statistics calculated from the original pixel values without any [5] need of pixel relations or use of matrix transforms. Statistical measures such as mean, variance, skewness, kurtosis, average energy, entropy and dispersion fall into this class. During the MATLAB analysis a trial and error approach was taken considering the hardware implementation into account. Different combinations of these features were tried and it was found out that mean and variance had a substantial impact on the efficacy and they were simple to be implemented as well. The mean and variance are expressed as shown below, ଵ ݉݁ܽ݊ ൌ ∑௠ ∑௡ ‫ݔ‬ሺ݅, ݆ሻ........................................1 ௜ ௝ ሺ௠∗௡ሻ ଵ ‫ ݁ܿ݊ܽ݅ݎܽݒ‬ൌ ∑௠ ∑௡ሺ‫ݔ‬ሺ݅, ݆ሻ െ ݉݁ܽ݊ሻଶ ...............2 ௜ ௝ ሺ௠∗௡ሻ Where, x (i,j) is the pixel value of image x of size m x n. 2.2. Shape feature Shape feature helps to determine the measure of roundness of an object. This feature makes the system more robust because this feature is [4] independent of the distance between the camera and the object, unlike area and perimeter. To obtain the measure of roundness the area and the perimeter of the object has to be measured. Area can be measured by using segmentation techniques and edges of the object which is the perimeter can be obtained by going for various edge detection algorithms. The shape feature of an object can be calculated using the relation, ܵ ൌ ቀܽ‫ܽ݁ݎ‬ൗ‫ ݎ݁ݐ݁݉݅ݎ݁݌‬ଶ ቁ ∗ 4ߨ......................................3 2.2.1. Segmentation: 2
  • 3. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 Image segmentation is used to segment an image into various parts. It is normally a pre-processing step and can be done to separate the main object under test from its background. Of the different segmentation techniques like threshold based, edge based, and region based, the paper uses threshold based technique for segmentation. Inter Means Algorithm: It is a threshold based automatic segmentation technique developed [7]& [8] by Ridler ,Calvard (1978) and Trussell (1979).This is an iterative algorithm which keeps on splitting the image histogram into two halves by changing the threshold value. In Figure 1, 1 is the initial guessed threshold value. 2 is the new threshold value after first iteration 3 is the new threshold after second iteration. 4 is the final threshold value used to create a binary image. The figure helps in better understanding of the Inter-means algorithm, which is as follows: Step 1-Consider an arbitrary threshold T. Step 2-Means of pixels above (Ma) and below (Mb) the threshold values are calculated. Step 3-The new threshold is calculated as ܶ௡௘௪ ൌ ሺ‫ܯ‬௔ ൅ ‫ܯ‬௕ ሻൗ 2.......................................................4 Step 4- The iteration is performed until the difference between the previous threshold (T) and the new threshold (Tnew) is less than 1. Once the threshold is calculated the image is then converted into a binary image. The count of white pixels is the area in pixels. The Segmentation results are found in Figure 2. 2.2.2. Edge Detection: Edge detection is used to identify and locate sharp discontinuities in an image.[6] The edges are characterized by abrupt changes in the pixel values. The various edge detection algorithms involve convolving the image with a 2-D matrix ranging from size 2x2 to 5x5 or greater for increased efficiency. But in this paper approximate Robert edge detection is used which is very simple to implement and is efficient. .Approximate Robert edge Detection: It is a simple, quick to compute spatial Gradient measurement of an image. Calculating the approximate Gradient from the Pseudo-Convolution mask: P1 P2 P3 P4 Using this mask the approximate magnitude is given by: |‫ |ܩ‬ൌ |ܲଵ െ ܲଶ | ൅ |ܲଶ െ ܲଷ |.............................................5 The edges obtained, i.e. the count of white pixels is the perimeter in pixels. The Edge Detection Results are obtained in Figure 2. From equation 3, the shape feature is thus determined. 3
  • 4. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 3. Minimum Distance Classifier Image classifiers analyse the numerical properties of various image features and organize data into categories. Classification algorithms typically employ two phases of processing: training and testing. [1] In the initial training phase, characteristic properties of typical image features are separated and, based on these, a training class is created. In the subsequent testing phase, these feature-space partitions are used to classify image features. In supervised classification, statistical patterns are used for classification while in unsupervised classification, clustering algorithms are used. The minimum distance classifier is used to classify unknown image data to classes which minimize the distance between the image data and the class in multi-feature space. The distance classifier [2] that has been implemented employs the Euclidean distance given by, ݀݇ ൌ ට∑ሺX୲ െ Y୲ ሻଶ ୨ ......................................................6 Where, Xt :jth feature of the tth class from test sample. th Yt:j feature of the tth class from the centroids obtained by the test samples. j=feature vector. As mentioned above, MID has two phases training part and the testing part. The algorithms for both are Training Algorithm: Step1: Consider an image of a fruit belonging to a class (say apple). Step 2: Find the green (from RGB) component of the images. Step 3: Compute mean of the G component using equation 1. Step 4: Compute the variance of the image using equation 2. Step 5: Perform automatic segmentation and isolate the object. Step 6: Count of all the white pixels is the area of the object. Step 7: Perform edge detection on the segmented (binary) image. Step 8: Count of all the white pixels gives the perimeter of the object. Step 9: Find the shape (measure of roundness) from equation 3. Step 10: Repeat the Steps from 1-10 for different images of a class. Step 11: The centroids are found for each feature (mean, variance, shape). centroid is calculated by calculating the mean of each feature(means of 200 images of a class) Step 12: Repeat the same for the remaining classes. The obtained centroids will be used for the hardware implementation. Testing Algorithm: Step 1: The centroids of all the four fruits obtained from the MATLAB analysis are stored in the FPGA memory. Step 2: The COE file of the test image is burnt on the IP core. Step 3: Step 2-Step 9 from the training algorithm is performed. Step 4: The Euclidean Distance between the test values obtained from Step 3 and that of the already stored Centroid values obtained from training are calculated using equation 5. Step 5: Find out the minimum distance amongst all the distances (each class) and assign the test image to the class with minimum distance. The Results of Minimum Distance classifier is in Table 1 4
  • 5. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 4. Hardware Constraints This part of the paper deals with the limitations of the FPGA board which were encountered: 4.1. No Provision for camera Interface: The SPARTAN 3 family does not have the provision to interface a camera. This board has been used for developing the algorithm and testing it. Since the Camera interfacing was not possible on the board the test image coefficients were generated by software named JAVA ECLIPSE IDE and was burned on the memory (using IP Core Generator). 4.2. Concurrent operation All the “always @(posedgeclk )” blocks in the module are executed at every positive edge of the clock. For the algorithm we have implemented involves more of sequential operations than the concurrent operations. Binary Flags were used as delays when there was a need for sequential operation. 4.3. Loop execution For, Case, while and Repeat loops should be used meticulously in the code. The loop executions depend heavily on the instructions to be executed. It is best explained with an example, Eg 1) Eg 2) always@(posedge..clk)begin always@(posedge..clk)begin for(i=0;i<100;i=i+1)begin if(i<100)begin sum=t[i]+b[i]; sum=t[i]+b[i]; end end end end Both the above examples will do the addition of two array elements and store it in the register sum. Only the code in Eg.2 will be Synthesized and Mapped into Gate Logic. The reason behind this is, the first example i.e. Eg.1 uses 100 adders to obtain the sum in one cycle, which will not be synthesized because the board is short of 100 adders. In the second example, the sum is calculated using just a single adder but the sum will be obtained after 100 positive edge clocks, hence it’s synthesized. 4.4. Division Multiple subtractions have been used to obtain the quotient (only the integer part, the fraction part is neglected). Eg.7/2=3.5;a=7;b=2;c=0; In veilog it would be 3 First cycle:a=a-b;//a=5 c=c+1;//c=1 Second cycle:a=a-b;//a=3 c=c+1;//c=2 Third cycle:a=a-b;//a=1 c=c+1//c=3 Quotient=3;//it stops when a<b. 4.5. Procuring the Training data As explained above that there’s no provision for camera interfacing, this would mean training 800 images on the FPGA would be an uphill task and not to mention an unintelligent task to do. So the training data obtained in the 5
  • 6. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 MATLAB analysis can be considered. Unlike VHDL, VERILOG does not support matrices, so the Verilog and the MATLAB results of a set of images were tested and were found to be the same. This proves that the Verilog result and MATLAB results are same and hence the Centroids obtained in MATLAB can be directly considered for the Hardware development. 5. Verilog Results and FPGA Output In Figure 4, the FPGA board, the first four LED's glowing indicates that the apple image is detected which is highlighted in the Red box. If in case a banana image was to be detected the next four LED's traversing from right to left highlighted in the Yellow box would glow and on sapodilla’s detection the four LED's in the Brown box would glow. The LED's in the Pink box would glow if the input image was a strawberry (Figure 6). The results of two fruit detections have been shown in this section. 5.1. Apple The input test image is an Apple The distance computed for various fruits are: Dist_apple =801,061 Dist_banana= 2,881,034 Dist_chikoo= 856,466 Dist_strawberry = 1,682,609 In the Figure 3, the red oval part above shows the distance computed of the apple and the red oval part below shows that the classified image is an APPLE. 5.2. Strawberry The input test image is a Strawberry The distance computed for various fruits are: Dist_apple = 1,347,922 Dist_banana= 14,086,609 Dist_chikoo=8,887,517 Dist_strawberry = 586,707 In the Figure 5, the red oval part above shows the distance computed of the apple and the red oval part below shows that the classified image is a STRAWBERRY. 6. Conclusion The feature selection is always a tricky part of any recognition system. The features selected were position and distance invariant. Out of all the texture features only mean and variance were selected because of the substantial impact it played on the success rate. The images clicked are not from a fixed length, so area and perimeter cannot be chosen as the feature. Therefore area and perimeter were used to obtain the shape of the object (measure of roundness). The use of automatic segmentation (inter-means algorithm) has given a very good efficiency in calculating the area of the object. Even though the Approximate Gradient Robert Edge Detection technique is used, the results of Perimeter were not varying much from the inbuilt MATLAB Robert edge detector. The final feature vector is MEAN, VARIANCE and SHAPE. A set of 160 images, 40 from each class were tested on 6
  • 7. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 XC3S200-5PQ208 and the success rate was found to be 85%.The board provides an excellent platform for developing and verifying the software analysis thus providing a firm ancillary towards implementing a real time fruit recognition system. References Richard O. Duda,Peter E.Hart,David G.Stork, “Pattern Classification”, second edition. Woo Chaw Seng, Seyed Hadi Mirisaee, “A New Method for Fruits Recognition System”. Hetal Patel, Dr.R.K.Jain, Dr.M.V.Joshi, “Fruit Detection Using Improved Multiple Features Based Algorithm” International Journal of Computer Applications (0975 – 8887), Volume 13– No.2, January 2011. S.Arivazhagan, R.Newlin Shebiah, S.Selva Nidhyanandan, “Fruit recognition Using Color and Texture”, Journal of Emerging Trends in Computing and Information Sciences, VOL. 1, NO. 2, Oct 2010. G. N. Srinivasan, and Shobha G,”Statistical Texture Analysis”. Gonzalez & Woods, “Digital image processing”,third edition. John C.Russ,“The Image Processing Handbook”, Sixth edition. Harsh Holalad, Girish Shirigannavar, Manasa S Upadhyaya, “A Comparative Study of Various Image Segmentation Techniques and Classifiers for a Fruit Recognition System”, Benision Education. Harsh S Holalad, he is a student of Department of Electrical and Electronics Engineering and Technology, B.V.Bhoomaraddi College of Engineering and Technology,Hubli-580023,India.His areas of interest are Digital Signal Processing, Image Processing, Fuzzy logic, Pattern Recognition, MATLAB and HDL. Preethi Warrier, she is a student of Department of Electrical and Electronics Engineering and Technology, B.V.Bhoomaraddi College of Engineering and Technology, Hubli-580023, India. Her areas of interest are Digital Image Processing, Fuzzy logic, HDL and MATLAB. Aniket D Sabarad, he is a student of Department of Electrical and Electronics Engineering and Technology, B.V.Bhoomaraddi College of Engineering and Technology, Hubli-580023, India. His areas of interest are Digital Image Processing, Pattern Recognition, MATLAB and HDL. Table 1: Minimum Distance Classifier results Test images MATLAB VERILOG Fruit result result 40 32/40 31/40 Apple 40 39/40 39/40 banana 40 33/40 33/40 sapodilla 40 32/40 31/40 strawberry 160 136/160(85%) 134/160(83.5%) 7
  • 8. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 Figure 1.Histogram of a sample image Original G-Comp Binary Edges Figure 2: Segmented and Edge Detected Images Figure 3: Simulation Result of Apple Detection in ISIM 8
  • 9. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 Figure 4: Led Output Image of Apple Detection on XC3S200 Figure 5: Simulation Result of Strawberry Detection in ISIM. 9
  • 10. Journal of Information Engineering and Applications www.iiste.org ISSN 2224-5782 (print) ISSN 2225-0506 (online) Vol 2, No.6, 2012 Figure 6: Led Output Image of Strawberry Detection on XC3S200 10
  • 11. This academic article was published by The International Institute for Science, Technology and Education (IISTE). The IISTE is a pioneer in the Open Access Publishing service based in the U.S. and Europe. The aim of the institute is Accelerating Global Knowledge Sharing. More information about the publisher can be found in the IISTE’s homepage: http://www.iiste.org The IISTE is currently hosting more than 30 peer-reviewed academic journals and collaborating with academic institutions around the world. Prospective authors of IISTE journals can find the submission instruction on the following page: http://www.iiste.org/Journals/ The IISTE editorial team promises to the review and publish all the qualified submissions in a fast manner. All the journals articles are available online to the readers all over the world without financial, legal, or technical barriers other than those inseparable from gaining access to the internet itself. Printed version of the journals is also available upon request of readers and authors. IISTE Knowledge Sharing Partners EBSCO, Index Copernicus, Ulrich's Periodicals Directory, JournalTOCS, PKP Open Archives Harvester, Bielefeld Academic Search Engine, Elektronische Zeitschriftenbibliothek EZB, Open J-Gate, OCLC WorldCat, Universe Digtial Library , NewJour, Google Scholar