SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
DOI : 10.5121/ijcseit.2019.9401 1
AN ANALYSIS OF SURFACE AND GROWTH
DIFFERENCES IN PLANTS OF DIFFERENT STAGES
USING IMAGE PROCESSING
Faizur Rashid and Tamirat Delesa
Department of Computer Science, College of Computing and Informatics
Haramaya University, Ethiopia
ABSTRACT
Genomes are main reason for growth and surface differences in the plants. All plants grow on basis of their
different surrounding like soil, water, breed of seed, and climatic session. This paper attempts to find stem
growth from birth to maturity level of selected plant using image processing technique. Few reasons have
been observed commonly by the researchers that some plants could not grow sufficiently as to the other
plants of similar breed and age. Images were taken of different stage of bean plant and images of some
other plant samples were also included for better assessment. Researchers are trying to understand
through their calculative analysis by image processing emulator in MATLAB to view its reasons. Suitable
comparison technique is applied to detect their period of growth. Image processing methods like
Restoration, stem or leaves spots, filtering, and plant comparison have applied in MATLAB. Those effects
that are not supporting to grow the plants of their similar age group are matter to calculate scientifically
later in the future. The observation would help for further support in medicinal science or agricultural
science of plant and Bio-chemical.
KEYWORDS
Image Processing, Surface of Plants (SOP), Differences of Stage (DoS), Segmentation.
1. INTRODUCTION
Image processing is a method to do some processing of observation in digital images [10]. The
processing can be applied by using different techniques of emulators in images and required
output can be gained with its characteristics. The image can be calculated by applying its function
f(x,y), where x and y are two coordinates. These coordinates are called the intensity or grayscale
of the image at that point [10] [16].
These coordinates indicate that each point is having some value of image and it can be identified
through its location for any means [1][4].
The existing method plant disease and growth is made by open eye observation during the time. It
is a time process with a large number of team members and finding the solution. It is tried here to
detect the growth on its different stages using automatic system of image processing using plant
leaves and roots. The automatic detection analysis method will help the agricultural science to
find ironic solution.
Either in the case continuous monitoring is required that has been made in beans plant on the area
of 3x3 meters soil structure to observe their root growth and development in the land of Harar
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
2
Region in Ethiopia. Its growth identification is more easy using automatic system in image
processing.
1.1. Edge of Image
Edge detection is a mathematical rule and described fundamentals that help to identify the stages
of plants of their age [4][12]. Complete surface can be observed and determined by the processes
and comparison is easy to determine from the different stages of plants in image processing [6].
Edge detection and segmentation is very important area in the field of image processing that helps
to precede different levels on any images.
An edge is defined as the boundary between regions in an image, which helps with segmentation
and object recognition. Any shadow or change on the originality of the image can be easily
identified by the segmentation process with distinct change in the intensity of an image [2][3].
The growth of any plant is dependable on various resources like quality of soil, period of rain or
watering on the plant, intensity of sun, weather quality whether moisture or dry, and any deceased
or non-deceased.
The quality of edge detection is highly dependent on the light, intensity on object, edge density,
and noise on the plant. Many corrections are possible by adjustment of some certain value on the
images with edge detection and threshold value mechanism [3] [8]. Some of the applications like
Photoshop and Corel Draw help the users to adjust the image by using threshold techniques but it
is hard to identify the originality of the image in auto-adjustment mechanism. The evaluation of
categorical data was made using different techniques like Canny edge detection, skin
segmentation [10], and morphological operation to detect the growth differences of Bean plant.
2. METHODOLOGY
The methodology being proposed by the author was staged in given below diagram that has been
partly inherited [1], and shown here in Figure 2.1.
Figure 2.1 Steps of Plant Identification
The steps involved in identification of surface of plant growth in their quality and differences of
Stages (DoS) in the growth. The frame in Figure 2.1 shows the plant acquisition, filtering and
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
3
segmentation process, color of plant leaf surface analysis, and Canny edge detection. Finally,
plant quality and growth were identified.
2.1. Image Acquisition
This was done with the help of Canon digital camera that loaded and saved through built in
software. The images were generally saved in .jpg format that can be transmitted into different
format like .tif, .img, .bmp, or binary manner [5].
Basically, the images were captured by the camera in RGB format by default, which was taken by
the author for its further assessment.
The images that have been obtained in normal form of RGB may not be directly used for
identification and classification due to some certain factors like noise, resolution quality artifacts,
poor light, or very contrast light.
2.2. Sample Plant Images
Almost 45 images have been tested of different plants which are not possible to display in this
small size of scripted form. The authors tried to display some of the images in integrated object.
There are way of integration in MATLAB by using imgadd() command to combine the images
into one form for object visibility in compared manner.
Figure 2.2 Combined RGB Images
The RGB image means a true color image that carry Red, Grey, and Blue color combination into
matrix form. Similar size of the matrix is required to asses and each represents the image color in
terms of pixels.
2.2.1. Field data
Images were collected in a period of 2 month from September’2018 to October’2018. Plants were
selected randomly to snap and sampled for process. Morphological status was recorded on almost
7 times for different stage of the plants. The growth estimation were observed by taking a
standard variable for different stage (S) and for plant (P), categorized in 3 levels S1, S2, S3 and
P1, P2, and P3 within 3 months period of time.
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
4
The height of stem were measured in S1 (4rd
week), S2 (7th
week), and S3 (12th
week) level for
different plant P1, P2, and P3.The measurement were taken directly through geometrical scale
from the level of soil to the top of the plant. The table below shows the growth level of the plants
in table 1.
Table 1. Growth level estimation of the plants in different stage
Plant Samples Growth level in different Stages in inch(s)
S1 (4rd
week) S2 (7th
week) S3 (12th
week)
P1 2.4 5.3 15.6
P2 2.0 4.9 13.2
P3 1.8 4.2 12.7
2.3. Grey Scale Plant Images
Grey colour images are monochromic color images which contains only one combined color of
black and white. The conversion from RGB to grey scale is required gamma extension [9][10].
Figure 2.3 shows the younger and older images of Plants.
Figure 2.3 Grey Images of Plant of 16 bit
2.4. Binary Image of Plant
As the images are considered using 1 bit, binary image becomes applicable, which is based on 1s
and 0s. Binary images are used to segmentation and pattern recognition where main task is to
binaries’ the image [10]. This Figure 2.4 is the way of changing luminance quantization of an
image using 0=black, 1=dark grey, 2=light grey and 3=white with its value.
Figure 2.4 Binary Image
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
5
2.5. Filtering
The purpose of smoothing is to reduce noise using geometric features and improve the visual
quality of the image. Smoothing operation can be expressed as filtering. Here median filer is
being used. This filters the high intensity sharp components by computing the median of the
neighbourhood [8][13].
2.5.1. Median Filter
The set of number m, is finding the medium of two sets of numbers less and greater than m
consecutively 7][11][15]. It uses the neighbourhood value to calculate in a series of pixel and
replaces the value of the pixel in matrix of the value of image [10][11][15]. The expression of
Median Filter Is
Si j = 1/M ∑ 𝑓𝑖𝑗(𝑛,𝑚) 𝑠
Where S is containing n x m pixel whose centre is located in the range of (i, j) and M is the total
number of pixels in the image that calculate the median of the image.
The median filter is important to remove isolated random noise without blurring. Median filter
takes out little better result than other filtering process [10]. Below in figure 2.5 shows the median
filter result.
Figure 2.5 Filtered Images
3. SEGMENTATION
Segmentation allows set of raw components to be generated that is region of pixels with similar
intensity of values or set of lines obtained by isolating the edges of an image and computed by
locating regions where there is significance difference in the intensity. Different regions of image
are divided with this process [14][15]. It is used to analyse the separate feature of pre-determined
type of background. This is broadly known for two properties in an image, (i) Similarity (ii)
discontinuity.
Firstly, the image is having gray level of predetermined range in different regions in image.
Secondly, the sudden change of the value of gray level image is observed in another segmented
region, which is also known as edge detection. Edge detection is obvious to observe the edges of
image to analyse the growth of the plant. This is being applied by canny edge detector mechanism
in this work [10].
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
6
4. CANNY EDGE DETECTOR METHOD
This is also known as Optimal Edge Detector Algorithm. Canny vision was to enhance the images
into many different forms with following properties [10]
a) Reduce the amount of noise speckles within the image and remove the very high
frequency components.
b) Creating two images, one containing the gradient magnitude G, and another containing
the orientation (G). Means, keep lower variation between original and processed image.
c) Certain minimum threshold value above gradient magnitude is detected to find major
edges.
(a) Canny edge older plant (b) Canny edge Younger plant
Canny edge detector were applied using MATLAB in older and younger plant. Code of
MATLAB is as follows,
e=edge(g,’canny’,[],1);
subplot(2,2,4);
figure, imshow(e);
Here, e will store the two dimensional grey image that stored in g. It will acquire an area that is
need to display the edged image and lastly displaying the image in cascaded manner.
5. CONCLUSION
Basically leaves of plants were analysed and entire expedients done in MATLAB version 14a.
Additionally, some of the images were cross tested in Corel Photo Paint to observe the display
quality of image output. In cross observation, concluded that MATLAB is better option to the
image output in conversion, effects or transmission. Firstly, it was observed that binary value
differences were found in the binary converted image in the matrix positions. Secondly, the points
of higher number of the detected edges approves, the higher the age and grown plant. Background
color detection was tried to observe the affected plant leaf, and observed that changed color from
the originated leaves are infected by some diseases and causes the competitive growth among the
others. This disease could be identified in other step of work with the help of specialist.
All the script of MATAB has not been written in this paper, only some of the samples have been
mentioned.
International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019
7
REFERENCES
[1]. Y. Rouphael, A.H. Mouneimne, A. Ismael, E. Mendoza, C.M. Rivera, ”Modeling Individual leaf
based on leaf length and width measurement”, 48, pages 9-15, 2010.
[2]. C. Feng, Quwang, Yunming Du, “Face Detection Based on Membership and Geometry Feature”,
Harbin, 31(8), pages. 84-87, 2007.
[3]. M. Vidal Naquet and S. Ullman, “Object Recognition with informative Features and Linear
Classification”, IEEE, International Conference on Computer Vision (ICCV), Pages 281-288,
October 2003.
[4]. Mohammad A, Yassin H., Fekadu D., Hussen S., “Effect of flower bud removal growth and yield of
anchote root accession”, 1, pages 7-13, 2013.
[5]. J Sivic and A. Zisserman, “Efficient Visual Search of Videos cast as text Retrieval” Volume 31,
pages 591-606, April 2009.
[6]. A.S. Samra, S.EI, Taweel Gad Allah, and R.M. Ibrahim, “Face Recognition using Wavelet
Transform, Fast Fourier Transformation and discrete Cosine Transform in Circuit and System”,
IEEE, 46th Midwest Symposium, Volume 1, Pages 272-275, Dec.2003.
[7]. Huchuan Lu and Hui Lin, “Gender Recognition using Ad boosted Feature”, 3rd International
Conference on Natural Computation, Volume 2, Pages 646-650, Aug. 2007.
[8]. Zisheng Li, J. Imai, and M. Kaneko, ”Robust Face Recognition using Block Based bag of Words”,
20th International Conference on Pattern Recognition (ICPR), Pages 1285-1288, Aug 2010.
[9]. Jonathan M. Blackledge, “Digital Image Processing”, Harwood Publishing, Chinchester, West
Sussex, 2005.
[10]. Rouphael Y., Rivera C.M., Buttaro D., Colla G., Gonella M., “Simple and accurate allometric model
for leaf area estimation”.53, pages 1-8, 2015.
[11]. J.G. Wang E. Sung, J. Li and W.Y. Yau, Boosting dense sift descriptors and shape contexts of face
images for gender recognition. IEEE Conference on Computer Vision and Pattern Recognition
Workshop, Pages 96-102, June 2010.
[12]. L.L. Yu D. Gonzalez-Jimenez, J.L. Alba- Castro and P. Dago-Casas, “Single and cross- database
benchmarks for gender classification under unconstrained setting”, IEEE International Conference
on Computer Vision Workshop, Pages 2152-2159. Nov’2011.
[13]. Oana G. Cula and Krstin, J. Dana, 3D Texture recognition using bidirectional feature histograms,
Volume-59, 2004.
[14]. H. Singh and S.K. Pandey, “A simple cost effective method for leaf area estimation”, pages 1-6,
2011.
[15]. Steven L Edins, “Image Processing” 1993.

More Related Content

What's hot

An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
IJMER
 

What's hot (16)

Imageprocessing
ImageprocessingImageprocessing
Imageprocessing
 
Pest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image ProcessingPest Control in Agricultural Plantations Using Image Processing
Pest Control in Agricultural Plantations Using Image Processing
 
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACESSEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
SEGMENTATION OF LUNG GLANDULAR CELLS USING MULTIPLE COLOR SPACES
 
Defect Fruit Image Analysis using Advanced Bacterial Foraging Optimizing Algo...
Defect Fruit Image Analysis using Advanced Bacterial Foraging Optimizing Algo...Defect Fruit Image Analysis using Advanced Bacterial Foraging Optimizing Algo...
Defect Fruit Image Analysis using Advanced Bacterial Foraging Optimizing Algo...
 
Dz33758761
Dz33758761Dz33758761
Dz33758761
 
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
A STUDY ON WEED DISCRIMINATION THROUGH WAVELET TRANSFORM, TEXTURE FEATURE EXT...
 
IRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image ProcessingIRJET- Leaf Disease Detection using Image Processing
IRJET- Leaf Disease Detection using Image Processing
 
IJSRED-V2I2P60
IJSRED-V2I2P60IJSRED-V2I2P60
IJSRED-V2I2P60
 
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...IRJET-  	  A Fruit Quality Inspection Sytem using Faster Region Convolutional...
IRJET- A Fruit Quality Inspection Sytem using Faster Region Convolutional...
 
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
Plant Leaf Disease Analysis using Image Processing Technique with Modified SV...
 
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
An Effective Tea Leaf Recognition Algorithm for Plant Classification Using Ra...
 
Q01051134140
Q01051134140Q01051134140
Q01051134140
 
A Novel Machine Vision System for Identification of Yellow Rust in Wheat Plants
A Novel Machine Vision System for Identification of Yellow Rust in Wheat PlantsA Novel Machine Vision System for Identification of Yellow Rust in Wheat Plants
A Novel Machine Vision System for Identification of Yellow Rust in Wheat Plants
 
INTRODUCTION GEOGRAPHIC INFORMATION SYSTEM
INTRODUCTION GEOGRAPHIC INFORMATION SYSTEMINTRODUCTION GEOGRAPHIC INFORMATION SYSTEM
INTRODUCTION GEOGRAPHIC INFORMATION SYSTEM
 
IRJET- Plant Disease Identification System
IRJET- Plant Disease Identification SystemIRJET- Plant Disease Identification System
IRJET- Plant Disease Identification System
 
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGESA HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
A HYBRID APPROACH BASED SEGMENTATION TECHNIQUE FOR BRAIN TUMOR IN MRI IMAGES
 

Similar to AN ANALYSIS OF SURFACE AND GROWTH DIFFERENCES IN PLANTS OF DIFFERENT STAGES USING IMAGE PROCESSING

Pollination based optimization for color image segmentation
Pollination based optimization for color image segmentationPollination based optimization for color image segmentation
Pollination based optimization for color image segmentation
IAEME Publication
 

Similar to AN ANALYSIS OF SURFACE AND GROWTH DIFFERENCES IN PLANTS OF DIFFERENT STAGES USING IMAGE PROCESSING (20)

Plant Monitoring using Image Processing, Raspberry PI & IOT
 	  Plant Monitoring using Image Processing, Raspberry PI & IOT 	  Plant Monitoring using Image Processing, Raspberry PI & IOT
Plant Monitoring using Image Processing, Raspberry PI & IOT
 
Analysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing TechniquesAnalysis of Fungus in Plant Using Image Processing Techniques
Analysis of Fungus in Plant Using Image Processing Techniques
 
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
IRJET- Identify Quality Index of the Fruit Vegetable by Non Destructive or wi...
 
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...IRJET-  	  Recognition of Plants using Leaf Image with Neural Network and Com...
IRJET- Recognition of Plants using Leaf Image with Neural Network and Com...
 
Pollination based optimization for color image segmentation
Pollination based optimization for color image segmentationPollination based optimization for color image segmentation
Pollination based optimization for color image segmentation
 
IRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN TechniqueIRJET- Leaf Disease Detecting using CNN Technique
IRJET- Leaf Disease Detecting using CNN Technique
 
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
IRJET- Recent Trends and Insight Towards Automated Identification of Plant Sp...
 
The quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlabThe quality identification of fruits in image processing using matlab
The quality identification of fruits in image processing using matlab
 
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image ProcessingIRJET- Sugarcane Disease Detection and Controlling using Image Processing
IRJET- Sugarcane Disease Detection and Controlling using Image Processing
 
IRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing MethodIRJET- Analysis of Plant Diseases using Image Processing Method
IRJET- Analysis of Plant Diseases using Image Processing Method
 
Af33174179
Af33174179Af33174179
Af33174179
 
Af33174179
Af33174179Af33174179
Af33174179
 
SEED IMAGE ANALYSIS
SEED IMAGE ANALYSISSEED IMAGE ANALYSIS
SEED IMAGE ANALYSIS
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET-  	  An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural NetworkIRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
IRJET- An Expert System for Plant Disease Diagnosis by using Neural Network
 
Automatic Recognition System Using Preferential Image Segmentation For Leaf A...
Automatic Recognition System Using Preferential Image Segmentation For Leaf A...Automatic Recognition System Using Preferential Image Segmentation For Leaf A...
Automatic Recognition System Using Preferential Image Segmentation For Leaf A...
 
Stem Removal of Citrus Fruit by Finest StemcompleteRm Thresholding Method
Stem Removal of Citrus Fruit by Finest StemcompleteRm Thresholding MethodStem Removal of Citrus Fruit by Finest StemcompleteRm Thresholding Method
Stem Removal of Citrus Fruit by Finest StemcompleteRm Thresholding Method
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
Preprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy ImagesPreprocessing Techniques for Image Mining on Biopsy Images
Preprocessing Techniques for Image Mining on Biopsy Images
 
50320140502001
5032014050200150320140502001
50320140502001
 

Recently uploaded

Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
BalamuruganV28
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
drjose256
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
MaherOthman7
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
benjamincojr
 

Recently uploaded (20)

Intro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney UniIntro to Design (for Engineers) at Sydney Uni
Intro to Design (for Engineers) at Sydney Uni
 
15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon15-Minute City: A Completely New Horizon
15-Minute City: A Completely New Horizon
 
The Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptxThe Entity-Relationship Model(ER Diagram).pptx
The Entity-Relationship Model(ER Diagram).pptx
 
Final DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manualFinal DBMS Manual (2).pdf final lab manual
Final DBMS Manual (2).pdf final lab manual
 
Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1Research Methodolgy & Intellectual Property Rights Series 1
Research Methodolgy & Intellectual Property Rights Series 1
 
5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...5G and 6G refer to generations of mobile network technology, each representin...
5G and 6G refer to generations of mobile network technology, each representin...
 
Software Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdfSoftware Engineering Practical File Front Pages.pdf
Software Engineering Practical File Front Pages.pdf
 
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
Tembisa Central Terminating Pills +27838792658 PHOMOLONG Top Abortion Pills F...
 
Filters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility ApplicationsFilters for Electromagnetic Compatibility Applications
Filters for Electromagnetic Compatibility Applications
 
handbook on reinforce concrete and detailing
handbook on reinforce concrete and detailinghandbook on reinforce concrete and detailing
handbook on reinforce concrete and detailing
 
Interfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdfInterfacing Analog to Digital Data Converters ee3404.pdf
Interfacing Analog to Digital Data Converters ee3404.pdf
 
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdfInstruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
Instruct Nirmaana 24-Smart and Lean Construction Through Technology.pdf
 
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and ToolsMaximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
Maximizing Incident Investigation Efficacy in Oil & Gas: Techniques and Tools
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..Maher Othman Interior Design Portfolio..
Maher Othman Interior Design Portfolio..
 
electrical installation and maintenance.
electrical installation and maintenance.electrical installation and maintenance.
electrical installation and maintenance.
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
NEWLETTER FRANCE HELICES/ SDS SURFACE DRIVES - MAY 2024
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
NO1 Best Powerful Vashikaran Specialist Baba Vashikaran Specialist For Love V...
 

AN ANALYSIS OF SURFACE AND GROWTH DIFFERENCES IN PLANTS OF DIFFERENT STAGES USING IMAGE PROCESSING

  • 1. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 DOI : 10.5121/ijcseit.2019.9401 1 AN ANALYSIS OF SURFACE AND GROWTH DIFFERENCES IN PLANTS OF DIFFERENT STAGES USING IMAGE PROCESSING Faizur Rashid and Tamirat Delesa Department of Computer Science, College of Computing and Informatics Haramaya University, Ethiopia ABSTRACT Genomes are main reason for growth and surface differences in the plants. All plants grow on basis of their different surrounding like soil, water, breed of seed, and climatic session. This paper attempts to find stem growth from birth to maturity level of selected plant using image processing technique. Few reasons have been observed commonly by the researchers that some plants could not grow sufficiently as to the other plants of similar breed and age. Images were taken of different stage of bean plant and images of some other plant samples were also included for better assessment. Researchers are trying to understand through their calculative analysis by image processing emulator in MATLAB to view its reasons. Suitable comparison technique is applied to detect their period of growth. Image processing methods like Restoration, stem or leaves spots, filtering, and plant comparison have applied in MATLAB. Those effects that are not supporting to grow the plants of their similar age group are matter to calculate scientifically later in the future. The observation would help for further support in medicinal science or agricultural science of plant and Bio-chemical. KEYWORDS Image Processing, Surface of Plants (SOP), Differences of Stage (DoS), Segmentation. 1. INTRODUCTION Image processing is a method to do some processing of observation in digital images [10]. The processing can be applied by using different techniques of emulators in images and required output can be gained with its characteristics. The image can be calculated by applying its function f(x,y), where x and y are two coordinates. These coordinates are called the intensity or grayscale of the image at that point [10] [16]. These coordinates indicate that each point is having some value of image and it can be identified through its location for any means [1][4]. The existing method plant disease and growth is made by open eye observation during the time. It is a time process with a large number of team members and finding the solution. It is tried here to detect the growth on its different stages using automatic system of image processing using plant leaves and roots. The automatic detection analysis method will help the agricultural science to find ironic solution. Either in the case continuous monitoring is required that has been made in beans plant on the area of 3x3 meters soil structure to observe their root growth and development in the land of Harar
  • 2. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 2 Region in Ethiopia. Its growth identification is more easy using automatic system in image processing. 1.1. Edge of Image Edge detection is a mathematical rule and described fundamentals that help to identify the stages of plants of their age [4][12]. Complete surface can be observed and determined by the processes and comparison is easy to determine from the different stages of plants in image processing [6]. Edge detection and segmentation is very important area in the field of image processing that helps to precede different levels on any images. An edge is defined as the boundary between regions in an image, which helps with segmentation and object recognition. Any shadow or change on the originality of the image can be easily identified by the segmentation process with distinct change in the intensity of an image [2][3]. The growth of any plant is dependable on various resources like quality of soil, period of rain or watering on the plant, intensity of sun, weather quality whether moisture or dry, and any deceased or non-deceased. The quality of edge detection is highly dependent on the light, intensity on object, edge density, and noise on the plant. Many corrections are possible by adjustment of some certain value on the images with edge detection and threshold value mechanism [3] [8]. Some of the applications like Photoshop and Corel Draw help the users to adjust the image by using threshold techniques but it is hard to identify the originality of the image in auto-adjustment mechanism. The evaluation of categorical data was made using different techniques like Canny edge detection, skin segmentation [10], and morphological operation to detect the growth differences of Bean plant. 2. METHODOLOGY The methodology being proposed by the author was staged in given below diagram that has been partly inherited [1], and shown here in Figure 2.1. Figure 2.1 Steps of Plant Identification The steps involved in identification of surface of plant growth in their quality and differences of Stages (DoS) in the growth. The frame in Figure 2.1 shows the plant acquisition, filtering and
  • 3. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 3 segmentation process, color of plant leaf surface analysis, and Canny edge detection. Finally, plant quality and growth were identified. 2.1. Image Acquisition This was done with the help of Canon digital camera that loaded and saved through built in software. The images were generally saved in .jpg format that can be transmitted into different format like .tif, .img, .bmp, or binary manner [5]. Basically, the images were captured by the camera in RGB format by default, which was taken by the author for its further assessment. The images that have been obtained in normal form of RGB may not be directly used for identification and classification due to some certain factors like noise, resolution quality artifacts, poor light, or very contrast light. 2.2. Sample Plant Images Almost 45 images have been tested of different plants which are not possible to display in this small size of scripted form. The authors tried to display some of the images in integrated object. There are way of integration in MATLAB by using imgadd() command to combine the images into one form for object visibility in compared manner. Figure 2.2 Combined RGB Images The RGB image means a true color image that carry Red, Grey, and Blue color combination into matrix form. Similar size of the matrix is required to asses and each represents the image color in terms of pixels. 2.2.1. Field data Images were collected in a period of 2 month from September’2018 to October’2018. Plants were selected randomly to snap and sampled for process. Morphological status was recorded on almost 7 times for different stage of the plants. The growth estimation were observed by taking a standard variable for different stage (S) and for plant (P), categorized in 3 levels S1, S2, S3 and P1, P2, and P3 within 3 months period of time.
  • 4. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 4 The height of stem were measured in S1 (4rd week), S2 (7th week), and S3 (12th week) level for different plant P1, P2, and P3.The measurement were taken directly through geometrical scale from the level of soil to the top of the plant. The table below shows the growth level of the plants in table 1. Table 1. Growth level estimation of the plants in different stage Plant Samples Growth level in different Stages in inch(s) S1 (4rd week) S2 (7th week) S3 (12th week) P1 2.4 5.3 15.6 P2 2.0 4.9 13.2 P3 1.8 4.2 12.7 2.3. Grey Scale Plant Images Grey colour images are monochromic color images which contains only one combined color of black and white. The conversion from RGB to grey scale is required gamma extension [9][10]. Figure 2.3 shows the younger and older images of Plants. Figure 2.3 Grey Images of Plant of 16 bit 2.4. Binary Image of Plant As the images are considered using 1 bit, binary image becomes applicable, which is based on 1s and 0s. Binary images are used to segmentation and pattern recognition where main task is to binaries’ the image [10]. This Figure 2.4 is the way of changing luminance quantization of an image using 0=black, 1=dark grey, 2=light grey and 3=white with its value. Figure 2.4 Binary Image
  • 5. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 5 2.5. Filtering The purpose of smoothing is to reduce noise using geometric features and improve the visual quality of the image. Smoothing operation can be expressed as filtering. Here median filer is being used. This filters the high intensity sharp components by computing the median of the neighbourhood [8][13]. 2.5.1. Median Filter The set of number m, is finding the medium of two sets of numbers less and greater than m consecutively 7][11][15]. It uses the neighbourhood value to calculate in a series of pixel and replaces the value of the pixel in matrix of the value of image [10][11][15]. The expression of Median Filter Is Si j = 1/M ∑ 𝑓𝑖𝑗(𝑛,𝑚) 𝑠 Where S is containing n x m pixel whose centre is located in the range of (i, j) and M is the total number of pixels in the image that calculate the median of the image. The median filter is important to remove isolated random noise without blurring. Median filter takes out little better result than other filtering process [10]. Below in figure 2.5 shows the median filter result. Figure 2.5 Filtered Images 3. SEGMENTATION Segmentation allows set of raw components to be generated that is region of pixels with similar intensity of values or set of lines obtained by isolating the edges of an image and computed by locating regions where there is significance difference in the intensity. Different regions of image are divided with this process [14][15]. It is used to analyse the separate feature of pre-determined type of background. This is broadly known for two properties in an image, (i) Similarity (ii) discontinuity. Firstly, the image is having gray level of predetermined range in different regions in image. Secondly, the sudden change of the value of gray level image is observed in another segmented region, which is also known as edge detection. Edge detection is obvious to observe the edges of image to analyse the growth of the plant. This is being applied by canny edge detector mechanism in this work [10].
  • 6. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 6 4. CANNY EDGE DETECTOR METHOD This is also known as Optimal Edge Detector Algorithm. Canny vision was to enhance the images into many different forms with following properties [10] a) Reduce the amount of noise speckles within the image and remove the very high frequency components. b) Creating two images, one containing the gradient magnitude G, and another containing the orientation (G). Means, keep lower variation between original and processed image. c) Certain minimum threshold value above gradient magnitude is detected to find major edges. (a) Canny edge older plant (b) Canny edge Younger plant Canny edge detector were applied using MATLAB in older and younger plant. Code of MATLAB is as follows, e=edge(g,’canny’,[],1); subplot(2,2,4); figure, imshow(e); Here, e will store the two dimensional grey image that stored in g. It will acquire an area that is need to display the edged image and lastly displaying the image in cascaded manner. 5. CONCLUSION Basically leaves of plants were analysed and entire expedients done in MATLAB version 14a. Additionally, some of the images were cross tested in Corel Photo Paint to observe the display quality of image output. In cross observation, concluded that MATLAB is better option to the image output in conversion, effects or transmission. Firstly, it was observed that binary value differences were found in the binary converted image in the matrix positions. Secondly, the points of higher number of the detected edges approves, the higher the age and grown plant. Background color detection was tried to observe the affected plant leaf, and observed that changed color from the originated leaves are infected by some diseases and causes the competitive growth among the others. This disease could be identified in other step of work with the help of specialist. All the script of MATAB has not been written in this paper, only some of the samples have been mentioned.
  • 7. International Journal of Computer Science, Engineering and Information Technology (IJCSEIT), Vol.9, No.4, August 2019 7 REFERENCES [1]. Y. Rouphael, A.H. Mouneimne, A. Ismael, E. Mendoza, C.M. Rivera, ”Modeling Individual leaf based on leaf length and width measurement”, 48, pages 9-15, 2010. [2]. C. Feng, Quwang, Yunming Du, “Face Detection Based on Membership and Geometry Feature”, Harbin, 31(8), pages. 84-87, 2007. [3]. M. Vidal Naquet and S. Ullman, “Object Recognition with informative Features and Linear Classification”, IEEE, International Conference on Computer Vision (ICCV), Pages 281-288, October 2003. [4]. Mohammad A, Yassin H., Fekadu D., Hussen S., “Effect of flower bud removal growth and yield of anchote root accession”, 1, pages 7-13, 2013. [5]. J Sivic and A. Zisserman, “Efficient Visual Search of Videos cast as text Retrieval” Volume 31, pages 591-606, April 2009. [6]. A.S. Samra, S.EI, Taweel Gad Allah, and R.M. Ibrahim, “Face Recognition using Wavelet Transform, Fast Fourier Transformation and discrete Cosine Transform in Circuit and System”, IEEE, 46th Midwest Symposium, Volume 1, Pages 272-275, Dec.2003. [7]. Huchuan Lu and Hui Lin, “Gender Recognition using Ad boosted Feature”, 3rd International Conference on Natural Computation, Volume 2, Pages 646-650, Aug. 2007. [8]. Zisheng Li, J. Imai, and M. Kaneko, ”Robust Face Recognition using Block Based bag of Words”, 20th International Conference on Pattern Recognition (ICPR), Pages 1285-1288, Aug 2010. [9]. Jonathan M. Blackledge, “Digital Image Processing”, Harwood Publishing, Chinchester, West Sussex, 2005. [10]. Rouphael Y., Rivera C.M., Buttaro D., Colla G., Gonella M., “Simple and accurate allometric model for leaf area estimation”.53, pages 1-8, 2015. [11]. J.G. Wang E. Sung, J. Li and W.Y. Yau, Boosting dense sift descriptors and shape contexts of face images for gender recognition. IEEE Conference on Computer Vision and Pattern Recognition Workshop, Pages 96-102, June 2010. [12]. L.L. Yu D. Gonzalez-Jimenez, J.L. Alba- Castro and P. Dago-Casas, “Single and cross- database benchmarks for gender classification under unconstrained setting”, IEEE International Conference on Computer Vision Workshop, Pages 2152-2159. Nov’2011. [13]. Oana G. Cula and Krstin, J. Dana, 3D Texture recognition using bidirectional feature histograms, Volume-59, 2004. [14]. H. Singh and S.K. Pandey, “A simple cost effective method for leaf area estimation”, pages 1-6, 2011. [15]. Steven L Edins, “Image Processing” 1993.