SlideShare a Scribd company logo
1 of 4
Download to read offline
IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 5, 2013 | ISSN (online): 2321-0613
All rights reserved by www.ijsrd.com 1131
ABSTRACT: A faster, automatic, precise, economic and real
time prototype system is developed for detecting impurity
from rice using ARM controller. The system uses hue value
of the color impurity to detect them real time from the
mixture of rice. With the help of OpenCV (Open computer
vision) library an algorithm is developed to track impurity
from an embedded device to track impurity from rice
mixture in real time. It is useful in quality inspection of rice
grain in agriculture industry.
INTRODUCTIONI.
An Introduction to Digital Image ProcessingA.
The Digital image processing technology has got great
attention and considerable development in recent years.
However the present image processing systems are not
satisfactory with respect to real time applications and
constraints. The traditional image processing techniques rely
on large quantities of electronic computing devices, which
results in enormous maintenance, transportation and other
expenditures. These systems are based on PC and are
therefore too bulky to have portability; the desk-top
operating system does not have real-time character.
Embedded platform is excellent due to its features of smaller
size, low-cost, low power consumption and low
maintenance. Therefore, developing an image processing
system on the embedded platform can reduce the production
and maintenance costs, improves the reliability and
controllability. In this regard, this project proposes an image
processing system based on embedded platform using very
low cost ARM controller Raspberry Pi board (700Mhz.).
Image Processing has becomes more and more important in
the areas of quality inspection of food. But most of the
Image processing applications are used as a desktop
application. The image processing system based on PC is
too bulky to have portability; these systems will need large
amount of components and size. Further the desk-top
operating system does not have real-time character. The
continuous development of modern industrial technology
has put forward higher requirements for the acquisition,
processing and transmission of image information.
Embedded platform has features like smaller size, low-cost,
low power consumption and low maintenance. Therefore
developing an image processing system on the embedded
platform can improve these systems in case of reliability and
controllability. Comparing with the traditional image
processing system, this system will have small size, low
cost, good stability and real-time character
An Introduction to Embedded systemsB.
Embedded system is a special computer system which
centers on application,
Takes computer technology as basis and adapts to the
requirements of application system for function, reliability,
cost, volume and power consumption and whose software
and hardware can be tailored. Embedded technology has a
natural connection with real-time property: an embedded
system is designed for a specific purpose and it is usually
restricted by space, cost, storage and bandwidth, etc., so it
must be made to measure on hardware and software to the
utmost extent to improve efficiency and such results finally
increase its real-time property.
An Introduction to quality inspection of riceC.
Rice is one of the most consumed foods in the world. With
the improvement of standard of living of human being,
higher quality of food is required than before. The quality of
rice is based on variety of properties such as texture, color,
size shape, number of broken rice kernel, stones mixed,
yellow particle mixed with it etc. For on line measurement a
transport system is used to position the rice kernel below the
camera and for sorting a discharging device is used to
collect the classified kernels in different containers.
Machine Vision System is relative expensive, influenced by
external light conditions and needs an experienced person to
setup the system. In the conventional rice sorter, image of
fallen rice from a shoot is captured, and then rice color-stone
is compared with some threshold value. If the rice color
stone is below the threshold value the rice is rejected as
damaged rice. For this conventional rice sorter, when
percentage of paddy in polished rice exceeds 1%, it is
difficult to exclude all paddies. Furthermore if rice flow
exceeds a few thousands (kgh), the recognition percentage is
below 90% and recognition ability is not always guaranteed.
While small flow of rice guarantees recognition ability, this
matter leads a low efficiency for rice sorting. So there is a
need to develop a low cost and reliable system.
An Introduction to OpenCV (Open Computer Vision)D.
Originally an Intel research initiative, OpenCV is a cross-
platform open source computer vision library, mostly
employed for its real time image processing performance. It
aims to provide well tested, optimized, open source
implementations of, state of the art image processing and
computer vision algorithms. OpenCV is an open source
computer vision library available from
http://SourceForge.net/projects/opencvlibrary. The library is
written in C and C++ and runs under Linux, Windows and
Mac OS X. There is active development on interfaces for
Python, Ruby, Matlab, and other languages. Multiple
languages bindings are available for OpenCV such as
OpenCV Python has been created for Python as well as the
bindings automatically built with swig. OpenCV was
designed for computational efficiency and with a strong
An Efficient Method for Detecting Impurity from Rice Mixture
Using Digital Embedded System
Bharat K. Patel1
R. C. Patel2
1,2
Instrumentation & Control deptartment
1,2
LD College of Engineering, Ahmedabad
An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System
(IJSRD/Vol. 1/Issue 5/2013/024)
All rights reserved by www.ijsrd.com 1132
focus on real time applications. OpenCV is written in
Optimized C and can take advantage of multicore
processors. One of the OpenCV’s goal is to provide a
simple-to-use computer vision infrastructure that helps
people build fairly sophisticated vision applications quickly.
The OpenCV library contains over 500 functions that span
many areas in vision, including factory product inspection,
medical imaging, security, user interface, camera
calibration, stereo vision, and robotics.
Installation Procedure For OpenCV On RaspbianE.
Operating System (Raspberry Pi BOARD)
In the Raspberry Pi board Raspbian operating system a
Linux version for Arm Controller is installing.
The following are the steps to install & make configuration
for OpenCV on Raspberry Pi having Raspbian as an
operating system installed on it.
STEP_1:
Installing the dependencies packages for OpenCV.
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install cmake
sudo apt-get install pkg-config
sudo apt-get install libpng12-0 libpng12-dev
libpng++-dev libpng3
sudo apt-get install libpnglite-dev libpngwriter0-dev
libpngwriter0c2
sudo apt-get install zlib1g-dbg zlib1g zlib1g-dev
sudo apt-get install pngtools libtiff4-dev libtiff4
libtiffxx0c2 libtiff-tools
sudo apt-get install libjpeg8 libjpeg8-dev libjpeg8-
dbg libjpeg-progs
sudo apt-get install ffmpeg libavcodec-dev
libavcodec53 libavformat53 libavformat-dev
sudo apt-get install libgstreamer0.10-0-dbg
libgstreamer0.10 libgstreamer0.10-dev
sudo apt-get install libxine1-ffmpeg libxine-dev
libxine1-bin
sudo apt-get install libunicap2 libunicap2-dev
sudo apt-get install libc1394-22-dev libdc1394-22
libdc1394-utils
sudo apt-get install swig
sudo apt-get install libv41-0 libv41-dev
sudo apt-get install python-numpy
sudo apt-get install libpython2.6 python-dev
python2.6-dev
sudo apt-get install libgtk2.0-dev pkg-config
STEP_2:
Now download the source file for OpenCV using
wget
wget
http://sourceforge.net/projects/opencvlibrary/files/ope
ncv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2
STEP_3:
Once finished downloading extracting the archive and
then remove the archive (to save space), then change
directory to the top of the source tree, now make a
directory for the build and change into it.
tar –xvjpf OpenCV-2.3.1a.tar.bz2
rm OpenCV-2.3.1a.tar.bz2
cd OpenCV-2.3.1
mkdir build
cd build
STEP_4:
Now we need to make a standard configuration for
building using cmake
cmake -D CMAKE_BUILD_TYPE=RELEASE -D
CMAKE_INSTALL_PREFIX=/usr/local -D
BUILD_PYTHON_NEW_SUPPORT=ON -D
BUILD_EXAMPLES=ON ..
STEP_5:
In order to compile run make
sudo make
This will take nearly 6-7 hours to compile on
Raspberry Pi.
STEP_6:
And then install with make install
sudo make install
STEP_7:
We need to do some configurations for OpenCV.
First open the opencv.config file with the following
code:
sudo nano/etc/ld.so.conf.d/opencv.conf
Add the following line at the end of the file and then
save it.
/usr/local/lib
Then edit the system-wide bashrc file:
sudo nano/etc/bash.bashrc
Add the following new lines to the end of the file:
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr
/local/lib/pkgconfig export PKG_CONFIG_PATH
Now everything is installed and configured and we can
make use of OpenCV to build project for Image Processing
in Raspberry Pi.
Compiler for Raspberry PiF.
Among the different compiler available for Raspberry pi
Geany editor is used widely because of its lightweight, easy
to set up and compiling capability of different programming
languages. In LXTerminal by typing the command
sudo apt-get install Geany
Now we can build and compile any of the vision program
written in C, C++ or Python using Geany to make a real
time prototype system for machine vision.
COLOR FORMAT IN IMAGE PROCESSINGII.
There are many format of color are available among which
RGB color format is most widely used. The RGB color
format can represent any standard color or brightness using
a combination of Red, Green and Blue components. For
efficiency, this is typically stored as 24-bit number using 8-
bits for each color component (0 to 255) so that for example,
White is made of 255 Red + 255 Green + 255 Blue. This is
the technique that nearly all computer screens have used for
decades, and so it is the standard color format used in
computer software. But unfortunately when it comes to
computer vision, RGB value will vary a lot depending on
strong or dim lighting conditions and shadows, etc. In
comparison, HSV is much better at handling lighting
differences, and it gives us an easy way to use color value.
In OpenCV, H can be visualize as an angle which ranges
from 0° to 180° while S ranges from 0 to 1 & V ranges from
An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System
(IJSRD/Vol. 1/Issue 5/2013/024)
All rights reserved by www.ijsrd.com 1133
0 to 1. Saturation is the amount of grey in color in terms of
%. Value describes the brightness or intensities in terms of
%. In OpenCV, the range for 'hue' is ‘0-179’, 'saturation' is
‘0-255’ and 'value' is ‘0-255’ respectively. 'Hue' represents
the color, 'saturation' represents the amount to which that
respective color is mixed with white and 'value' represents
the amount to which that respective color is mixed with
black. The 'hue' is unique for a specific color distribution of
an object. But 'saturation' and 'value' may vary according to
the lighting condition of that environment.
Hue values of basic colors
 Orange 0-22
 Yellow 22- 38
 Green 38-75
 Blue 75-130
 Violet 130-160
 Red 160-179.
H є [0°, 360°] S є [0,1] V є [0,1]
H = arcos
√
S = , S = 0 if C=0, else C=
V = max(R, G, B)
SYSTEM DESIGN SCHEMEIII.
The proposed system is composed of three parts : image
acquisition module, image processing module and output
module. The hardware platform used here is Raspberry Pi
board having BCM2835 Arm controller which is a 32-bit
processor. The image acquisition module consists of USB
camera of Logitech of 0.3 Megapixels. It first captures the
raw image by CMOS camera in real time and sends the
acquired image via USB port in the board. Once the
captured data is sent to the Arm controller it processes the
image via the used algorithm and at last displays expected
results on any display monitor. After processing the data any
required signal can be send to the outside world. It is easy to
create session of Raspberry Pi board with computer
(Windows XP) using Xming and putty software and
connecting the board with Ethernet cable. An algorithm
made using OpenCV is successfully compiled and run in
Geany editor in Python language to do require image pre
and post processing.
Design of hardware platformA.
Block diagram of the prototype system
Fig. 1: prototype system
Algorithm stepsB.
1. Capture image from camera (width 320, height
240).
2. Do Gaussian filter of the capture image to
smoothen the colour image (Filtering).
3. Convert RGB to HSV (Colour conversion).
4. Threshold the hue value for required impurity to
track from rice mixture (thresholding).
5. Do erosion and then dilation to remove unwanted
pixel on the edges of the track object
(Morphological operation).
6. Draw rectangle on the track area (Blob Analysis).
7. Show the track area using white colour of the
contour found
8. Calculate the centroid of the track area in the
image.
9. Store the value of the track co-ordinate in an array
10. Give the co-ordinate value of the track portion to
the output pin continuously. (Signal to the real
world).
Fig. 2: Tracking of Impurity from rice mixture
Fig. 3: Continuous tracking of the co-ordinate of the
centroid of the impurity particle.
CONCLUSIONIV.
Experiments were conducted to check the feasibility of the
developed system. Mixture of rice and yellow particle were
taken in random orientation and it was found that the system
was able to track the co-ordinate of the yellow particle and
store it in the memory and send it to the output pin of the
board so that it could give signal to the ejector to reject the
impurity from the rice mixture. The system is independent
of the uniformity of luminous intensity of light. The
program is in continuous loop and it takes time of
approximately 0.03sec to complete the operation of image
scanning and processing. The system can replace the
conventional mechanical methods for rice sorting with high
Image
Acquisition
of Cereal
grain
sample
(CAMERA)
Image
Processing
(ARM
CONTROLLER
)
Signal to
real
world
(Ejector)
Using OpenCV in
Python language to
build and prototype the
vision algorithm
An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System
(IJSRD/Vol. 1/Issue 5/2013/024)
All rights reserved by www.ijsrd.com 1134
speed and reliability. We have considered a prototype
system for sorting impurity from rice using an embedded
raspberry pi board.
REFERENCES
[1] F. Takeda, H. Uchida, T. Tsuzuki, H. Kadota, S.
Shimanouchi Kochi Univ. of Technol. ‘A proposal
of grading system for fallen rice using neural
network’
02/2002; DOI:10.1109/IJCNN.2002.1005560 ISBN:
0-7803-7278-6 In proceeding of: International Joint
Conference on Neural Networks, 2002. IJCNN '02,
Volume: 1
[2] Neelamma K. Patil and Ravi M. Yadahalli,
‘Classification of food grains using HSI color model
by combining color and texture information without
performing pre-processing and segmentation’, World
Journal of Science and Technology 2012, 2(5):50-53
ISSN: 2231 – 2587
[3] Kavita Tated Sunil Morade, ‘Application of Image
Processing for Automatic Cleaning of Rice’ Special
Issue of International Journal of electronics,
Communication & Soft Computing Science &
Engineering, ISSN: 2277-9477
[4] Liu Guang-rong, “Rice Color Inspection Based on
Image Processing Technique", International
Conference on Advances in Energy Engineering,
2010.
[5] Bhupinder Verma,“Image Processing Techniques for
Grading & Classification of Rice", International
conference on computer & communication
technology, ICCC 2010.
[6] learn.adafruit.com/category/learn-raspberry-pi
[7] http://sourceforge.net/projects/opencvlibrary/files/
opencv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2
[8] http://SourceForge.net/projects/opencvlibrary.
[9] http://docs.opencv.org

More Related Content

Similar to An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System

IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...IEEEMEMTECHSTUDENTPROJECTS
 
Face detection on_embedded_systems
Face detection on_embedded_systemsFace detection on_embedded_systems
Face detection on_embedded_systemsr_sadoun
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerIOSR Journals
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerIOSR Journals
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudWolfgang Gentzsch
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudThe UberCloud
 
Machine Vision On Embedded Platform
Machine Vision On Embedded Platform Machine Vision On Embedded Platform
Machine Vision On Embedded Platform Omkar Rane
 
Machine vision Application
Machine vision ApplicationMachine vision Application
Machine vision ApplicationAbhishek Sainkar
 
IRJET- An Adaptive Database for Library using Computer Vision
IRJET- An Adaptive Database for Library using Computer VisionIRJET- An Adaptive Database for Library using Computer Vision
IRJET- An Adaptive Database for Library using Computer VisionIRJET Journal
 
Waste Management Overflow System using IoT and Classification using Data Mining
Waste Management Overflow System using IoT and Classification using Data MiningWaste Management Overflow System using IoT and Classification using Data Mining
Waste Management Overflow System using IoT and Classification using Data MiningIRJET Journal
 
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...IRJET Journal
 
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...Susan Yoskin
 
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET Journal
 
IRJET- Survey Paper: Image Reader for Blind Person
IRJET- Survey Paper: Image Reader for Blind PersonIRJET- Survey Paper: Image Reader for Blind Person
IRJET- Survey Paper: Image Reader for Blind PersonIRJET Journal
 

Similar to An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System (20)

IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...
IEEE 2014 DOTNET CLOUD COMPUTING PROJECTS Automatic scaling of internet appli...
 
Face detection on_embedded_systems
Face detection on_embedded_systemsFace detection on_embedded_systems
Face detection on_embedded_systems
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 
Linux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop ComputerLinux-Based Data Acquisition and Processing On Palmtop Computer
Linux-Based Data Acquisition and Processing On Palmtop Computer
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the Cloud
 
High Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the CloudHigh Performance Computing (HPC) and Engineering Simulations in the Cloud
High Performance Computing (HPC) and Engineering Simulations in the Cloud
 
ERTS_IV_ECE.pptx
ERTS_IV_ECE.pptxERTS_IV_ECE.pptx
ERTS_IV_ECE.pptx
 
LVTS Projects
LVTS ProjectsLVTS Projects
LVTS Projects
 
Machine Vision On Embedded Platform
Machine Vision On Embedded Platform Machine Vision On Embedded Platform
Machine Vision On Embedded Platform
 
Machine vision Application
Machine vision ApplicationMachine vision Application
Machine vision Application
 
IRJET- An Adaptive Database for Library using Computer Vision
IRJET- An Adaptive Database for Library using Computer VisionIRJET- An Adaptive Database for Library using Computer Vision
IRJET- An Adaptive Database for Library using Computer Vision
 
UNIT 1.pptx
UNIT 1.pptxUNIT 1.pptx
UNIT 1.pptx
 
Omniverse for the Metaverse
Omniverse for the MetaverseOmniverse for the Metaverse
Omniverse for the Metaverse
 
Sood shilpa
Sood shilpaSood shilpa
Sood shilpa
 
Waste Management Overflow System using IoT and Classification using Data Mining
Waste Management Overflow System using IoT and Classification using Data MiningWaste Management Overflow System using IoT and Classification using Data Mining
Waste Management Overflow System using IoT and Classification using Data Mining
 
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...
A Survey on Automated Waste Segregation System Using Raspberry Pi and Image P...
 
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...
Recover 30% of your day with IBM Development Tools (Smarter Mainframe Develop...
 
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind PersonsIRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
IRJET- Portable Camera based Assistive Text and Label Reading for Blind Persons
 
ERTS_Unit 1_PPT.pdf
ERTS_Unit 1_PPT.pdfERTS_Unit 1_PPT.pdf
ERTS_Unit 1_PPT.pdf
 
IRJET- Survey Paper: Image Reader for Blind Person
IRJET- Survey Paper: Image Reader for Blind PersonIRJET- Survey Paper: Image Reader for Blind Person
IRJET- Survey Paper: Image Reader for Blind Person
 

More from ijsrd.com

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Gridijsrd.com
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Thingsijsrd.com
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Lifeijsrd.com
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTijsrd.com
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...ijsrd.com
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...ijsrd.com
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Lifeijsrd.com
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learningijsrd.com
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation Systemijsrd.com
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...ijsrd.com
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigeratorijsrd.com
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...ijsrd.com
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingijsrd.com
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logsijsrd.com
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMijsrd.com
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Trackingijsrd.com
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...ijsrd.com
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparatorsijsrd.com
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...ijsrd.com
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.ijsrd.com
 

More from ijsrd.com (20)

IoT Enabled Smart Grid
IoT Enabled Smart GridIoT Enabled Smart Grid
IoT Enabled Smart Grid
 
A Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of ThingsA Survey Report on : Security & Challenges in Internet of Things
A Survey Report on : Security & Challenges in Internet of Things
 
IoT for Everyday Life
IoT for Everyday LifeIoT for Everyday Life
IoT for Everyday Life
 
Study on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOTStudy on Issues in Managing and Protecting Data of IOT
Study on Issues in Managing and Protecting Data of IOT
 
Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...Interactive Technologies for Improving Quality of Education to Build Collabor...
Interactive Technologies for Improving Quality of Education to Build Collabor...
 
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...Internet of Things - Paradigm Shift of Future Internet Application for Specia...
Internet of Things - Paradigm Shift of Future Internet Application for Specia...
 
A Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's LifeA Study of the Adverse Effects of IoT on Student's Life
A Study of the Adverse Effects of IoT on Student's Life
 
Pedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language LearningPedagogy for Effective use of ICT in English Language Learning
Pedagogy for Effective use of ICT in English Language Learning
 
Virtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation SystemVirtual Eye - Smart Traffic Navigation System
Virtual Eye - Smart Traffic Navigation System
 
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...Ontological Model of Educational Programs in Computer Science (Bachelor and M...
Ontological Model of Educational Programs in Computer Science (Bachelor and M...
 
Understanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart RefrigeratorUnderstanding IoT Management for Smart Refrigerator
Understanding IoT Management for Smart Refrigerator
 
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
DESIGN AND ANALYSIS OF DOUBLE WISHBONE SUSPENSION SYSTEM USING FINITE ELEMENT...
 
A Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processingA Review: Microwave Energy for materials processing
A Review: Microwave Energy for materials processing
 
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web LogsWeb Usage Mining: A Survey on User's Navigation Pattern from Web Logs
Web Usage Mining: A Survey on User's Navigation Pattern from Web Logs
 
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEMAPPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
APPLICATION OF STATCOM to IMPROVED DYNAMIC PERFORMANCE OF POWER SYSTEM
 
Making model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point TrackingMaking model of dual axis solar tracking with Maximum Power Point Tracking
Making model of dual axis solar tracking with Maximum Power Point Tracking
 
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
A REVIEW PAPER ON PERFORMANCE AND EMISSION TEST OF 4 STROKE DIESEL ENGINE USI...
 
Study and Review on Various Current Comparators
Study and Review on Various Current ComparatorsStudy and Review on Various Current Comparators
Study and Review on Various Current Comparators
 
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
Reducing Silicon Real Estate and Switching Activity Using Low Power Test Patt...
 
Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.Defending Reactive Jammers in WSN using a Trigger Identification Service.
Defending Reactive Jammers in WSN using a Trigger Identification Service.
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...Call girls in Ahmedabad High profile
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
High Profile Call Girls Dahisar Arpita 9907093804 Independent Escort Service ...
 

An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System

  • 1. IJSRD - International Journal for Scientific Research & Development| Vol. 1, Issue 5, 2013 | ISSN (online): 2321-0613 All rights reserved by www.ijsrd.com 1131 ABSTRACT: A faster, automatic, precise, economic and real time prototype system is developed for detecting impurity from rice using ARM controller. The system uses hue value of the color impurity to detect them real time from the mixture of rice. With the help of OpenCV (Open computer vision) library an algorithm is developed to track impurity from an embedded device to track impurity from rice mixture in real time. It is useful in quality inspection of rice grain in agriculture industry. INTRODUCTIONI. An Introduction to Digital Image ProcessingA. The Digital image processing technology has got great attention and considerable development in recent years. However the present image processing systems are not satisfactory with respect to real time applications and constraints. The traditional image processing techniques rely on large quantities of electronic computing devices, which results in enormous maintenance, transportation and other expenditures. These systems are based on PC and are therefore too bulky to have portability; the desk-top operating system does not have real-time character. Embedded platform is excellent due to its features of smaller size, low-cost, low power consumption and low maintenance. Therefore, developing an image processing system on the embedded platform can reduce the production and maintenance costs, improves the reliability and controllability. In this regard, this project proposes an image processing system based on embedded platform using very low cost ARM controller Raspberry Pi board (700Mhz.). Image Processing has becomes more and more important in the areas of quality inspection of food. But most of the Image processing applications are used as a desktop application. The image processing system based on PC is too bulky to have portability; these systems will need large amount of components and size. Further the desk-top operating system does not have real-time character. The continuous development of modern industrial technology has put forward higher requirements for the acquisition, processing and transmission of image information. Embedded platform has features like smaller size, low-cost, low power consumption and low maintenance. Therefore developing an image processing system on the embedded platform can improve these systems in case of reliability and controllability. Comparing with the traditional image processing system, this system will have small size, low cost, good stability and real-time character An Introduction to Embedded systemsB. Embedded system is a special computer system which centers on application, Takes computer technology as basis and adapts to the requirements of application system for function, reliability, cost, volume and power consumption and whose software and hardware can be tailored. Embedded technology has a natural connection with real-time property: an embedded system is designed for a specific purpose and it is usually restricted by space, cost, storage and bandwidth, etc., so it must be made to measure on hardware and software to the utmost extent to improve efficiency and such results finally increase its real-time property. An Introduction to quality inspection of riceC. Rice is one of the most consumed foods in the world. With the improvement of standard of living of human being, higher quality of food is required than before. The quality of rice is based on variety of properties such as texture, color, size shape, number of broken rice kernel, stones mixed, yellow particle mixed with it etc. For on line measurement a transport system is used to position the rice kernel below the camera and for sorting a discharging device is used to collect the classified kernels in different containers. Machine Vision System is relative expensive, influenced by external light conditions and needs an experienced person to setup the system. In the conventional rice sorter, image of fallen rice from a shoot is captured, and then rice color-stone is compared with some threshold value. If the rice color stone is below the threshold value the rice is rejected as damaged rice. For this conventional rice sorter, when percentage of paddy in polished rice exceeds 1%, it is difficult to exclude all paddies. Furthermore if rice flow exceeds a few thousands (kgh), the recognition percentage is below 90% and recognition ability is not always guaranteed. While small flow of rice guarantees recognition ability, this matter leads a low efficiency for rice sorting. So there is a need to develop a low cost and reliable system. An Introduction to OpenCV (Open Computer Vision)D. Originally an Intel research initiative, OpenCV is a cross- platform open source computer vision library, mostly employed for its real time image processing performance. It aims to provide well tested, optimized, open source implementations of, state of the art image processing and computer vision algorithms. OpenCV is an open source computer vision library available from http://SourceForge.net/projects/opencvlibrary. The library is written in C and C++ and runs under Linux, Windows and Mac OS X. There is active development on interfaces for Python, Ruby, Matlab, and other languages. Multiple languages bindings are available for OpenCV such as OpenCV Python has been created for Python as well as the bindings automatically built with swig. OpenCV was designed for computational efficiency and with a strong An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System Bharat K. Patel1 R. C. Patel2 1,2 Instrumentation & Control deptartment 1,2 LD College of Engineering, Ahmedabad
  • 2. An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System (IJSRD/Vol. 1/Issue 5/2013/024) All rights reserved by www.ijsrd.com 1132 focus on real time applications. OpenCV is written in Optimized C and can take advantage of multicore processors. One of the OpenCV’s goal is to provide a simple-to-use computer vision infrastructure that helps people build fairly sophisticated vision applications quickly. The OpenCV library contains over 500 functions that span many areas in vision, including factory product inspection, medical imaging, security, user interface, camera calibration, stereo vision, and robotics. Installation Procedure For OpenCV On RaspbianE. Operating System (Raspberry Pi BOARD) In the Raspberry Pi board Raspbian operating system a Linux version for Arm Controller is installing. The following are the steps to install & make configuration for OpenCV on Raspberry Pi having Raspbian as an operating system installed on it. STEP_1: Installing the dependencies packages for OpenCV. sudo apt-get update sudo apt-get install build-essential sudo apt-get install cmake sudo apt-get install pkg-config sudo apt-get install libpng12-0 libpng12-dev libpng++-dev libpng3 sudo apt-get install libpnglite-dev libpngwriter0-dev libpngwriter0c2 sudo apt-get install zlib1g-dbg zlib1g zlib1g-dev sudo apt-get install pngtools libtiff4-dev libtiff4 libtiffxx0c2 libtiff-tools sudo apt-get install libjpeg8 libjpeg8-dev libjpeg8- dbg libjpeg-progs sudo apt-get install ffmpeg libavcodec-dev libavcodec53 libavformat53 libavformat-dev sudo apt-get install libgstreamer0.10-0-dbg libgstreamer0.10 libgstreamer0.10-dev sudo apt-get install libxine1-ffmpeg libxine-dev libxine1-bin sudo apt-get install libunicap2 libunicap2-dev sudo apt-get install libc1394-22-dev libdc1394-22 libdc1394-utils sudo apt-get install swig sudo apt-get install libv41-0 libv41-dev sudo apt-get install python-numpy sudo apt-get install libpython2.6 python-dev python2.6-dev sudo apt-get install libgtk2.0-dev pkg-config STEP_2: Now download the source file for OpenCV using wget wget http://sourceforge.net/projects/opencvlibrary/files/ope ncv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2 STEP_3: Once finished downloading extracting the archive and then remove the archive (to save space), then change directory to the top of the source tree, now make a directory for the build and change into it. tar –xvjpf OpenCV-2.3.1a.tar.bz2 rm OpenCV-2.3.1a.tar.bz2 cd OpenCV-2.3.1 mkdir build cd build STEP_4: Now we need to make a standard configuration for building using cmake cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_NEW_SUPPORT=ON -D BUILD_EXAMPLES=ON .. STEP_5: In order to compile run make sudo make This will take nearly 6-7 hours to compile on Raspberry Pi. STEP_6: And then install with make install sudo make install STEP_7: We need to do some configurations for OpenCV. First open the opencv.config file with the following code: sudo nano/etc/ld.so.conf.d/opencv.conf Add the following line at the end of the file and then save it. /usr/local/lib Then edit the system-wide bashrc file: sudo nano/etc/bash.bashrc Add the following new lines to the end of the file: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr /local/lib/pkgconfig export PKG_CONFIG_PATH Now everything is installed and configured and we can make use of OpenCV to build project for Image Processing in Raspberry Pi. Compiler for Raspberry PiF. Among the different compiler available for Raspberry pi Geany editor is used widely because of its lightweight, easy to set up and compiling capability of different programming languages. In LXTerminal by typing the command sudo apt-get install Geany Now we can build and compile any of the vision program written in C, C++ or Python using Geany to make a real time prototype system for machine vision. COLOR FORMAT IN IMAGE PROCESSINGII. There are many format of color are available among which RGB color format is most widely used. The RGB color format can represent any standard color or brightness using a combination of Red, Green and Blue components. For efficiency, this is typically stored as 24-bit number using 8- bits for each color component (0 to 255) so that for example, White is made of 255 Red + 255 Green + 255 Blue. This is the technique that nearly all computer screens have used for decades, and so it is the standard color format used in computer software. But unfortunately when it comes to computer vision, RGB value will vary a lot depending on strong or dim lighting conditions and shadows, etc. In comparison, HSV is much better at handling lighting differences, and it gives us an easy way to use color value. In OpenCV, H can be visualize as an angle which ranges from 0° to 180° while S ranges from 0 to 1 & V ranges from
  • 3. An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System (IJSRD/Vol. 1/Issue 5/2013/024) All rights reserved by www.ijsrd.com 1133 0 to 1. Saturation is the amount of grey in color in terms of %. Value describes the brightness or intensities in terms of %. In OpenCV, the range for 'hue' is ‘0-179’, 'saturation' is ‘0-255’ and 'value' is ‘0-255’ respectively. 'Hue' represents the color, 'saturation' represents the amount to which that respective color is mixed with white and 'value' represents the amount to which that respective color is mixed with black. The 'hue' is unique for a specific color distribution of an object. But 'saturation' and 'value' may vary according to the lighting condition of that environment. Hue values of basic colors  Orange 0-22  Yellow 22- 38  Green 38-75  Blue 75-130  Violet 130-160  Red 160-179. H є [0°, 360°] S є [0,1] V є [0,1] H = arcos √ S = , S = 0 if C=0, else C= V = max(R, G, B) SYSTEM DESIGN SCHEMEIII. The proposed system is composed of three parts : image acquisition module, image processing module and output module. The hardware platform used here is Raspberry Pi board having BCM2835 Arm controller which is a 32-bit processor. The image acquisition module consists of USB camera of Logitech of 0.3 Megapixels. It first captures the raw image by CMOS camera in real time and sends the acquired image via USB port in the board. Once the captured data is sent to the Arm controller it processes the image via the used algorithm and at last displays expected results on any display monitor. After processing the data any required signal can be send to the outside world. It is easy to create session of Raspberry Pi board with computer (Windows XP) using Xming and putty software and connecting the board with Ethernet cable. An algorithm made using OpenCV is successfully compiled and run in Geany editor in Python language to do require image pre and post processing. Design of hardware platformA. Block diagram of the prototype system Fig. 1: prototype system Algorithm stepsB. 1. Capture image from camera (width 320, height 240). 2. Do Gaussian filter of the capture image to smoothen the colour image (Filtering). 3. Convert RGB to HSV (Colour conversion). 4. Threshold the hue value for required impurity to track from rice mixture (thresholding). 5. Do erosion and then dilation to remove unwanted pixel on the edges of the track object (Morphological operation). 6. Draw rectangle on the track area (Blob Analysis). 7. Show the track area using white colour of the contour found 8. Calculate the centroid of the track area in the image. 9. Store the value of the track co-ordinate in an array 10. Give the co-ordinate value of the track portion to the output pin continuously. (Signal to the real world). Fig. 2: Tracking of Impurity from rice mixture Fig. 3: Continuous tracking of the co-ordinate of the centroid of the impurity particle. CONCLUSIONIV. Experiments were conducted to check the feasibility of the developed system. Mixture of rice and yellow particle were taken in random orientation and it was found that the system was able to track the co-ordinate of the yellow particle and store it in the memory and send it to the output pin of the board so that it could give signal to the ejector to reject the impurity from the rice mixture. The system is independent of the uniformity of luminous intensity of light. The program is in continuous loop and it takes time of approximately 0.03sec to complete the operation of image scanning and processing. The system can replace the conventional mechanical methods for rice sorting with high Image Acquisition of Cereal grain sample (CAMERA) Image Processing (ARM CONTROLLER ) Signal to real world (Ejector) Using OpenCV in Python language to build and prototype the vision algorithm
  • 4. An Efficient Method for Detecting Impurity from Rice Mixture Using Digital Embedded System (IJSRD/Vol. 1/Issue 5/2013/024) All rights reserved by www.ijsrd.com 1134 speed and reliability. We have considered a prototype system for sorting impurity from rice using an embedded raspberry pi board. REFERENCES [1] F. Takeda, H. Uchida, T. Tsuzuki, H. Kadota, S. Shimanouchi Kochi Univ. of Technol. ‘A proposal of grading system for fallen rice using neural network’ 02/2002; DOI:10.1109/IJCNN.2002.1005560 ISBN: 0-7803-7278-6 In proceeding of: International Joint Conference on Neural Networks, 2002. IJCNN '02, Volume: 1 [2] Neelamma K. Patil and Ravi M. Yadahalli, ‘Classification of food grains using HSI color model by combining color and texture information without performing pre-processing and segmentation’, World Journal of Science and Technology 2012, 2(5):50-53 ISSN: 2231 – 2587 [3] Kavita Tated Sunil Morade, ‘Application of Image Processing for Automatic Cleaning of Rice’ Special Issue of International Journal of electronics, Communication & Soft Computing Science & Engineering, ISSN: 2277-9477 [4] Liu Guang-rong, “Rice Color Inspection Based on Image Processing Technique", International Conference on Advances in Energy Engineering, 2010. [5] Bhupinder Verma,“Image Processing Techniques for Grading & Classification of Rice", International conference on computer & communication technology, ICCC 2010. [6] learn.adafruit.com/category/learn-raspberry-pi [7] http://sourceforge.net/projects/opencvlibrary/files/ opencv-unix/2.3.1/OpenCV-2.3.1a.tar.bz2 [8] http://SourceForge.net/projects/opencvlibrary. [9] http://docs.opencv.org