SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 87-90
www.iosrjournals.org
DOI: 10.9790/0661-17618790 www.iosrjournals.org 87 | Page
Proposed Hough Technique for Estimating Climatic Conditions
recorded in the Cross Section of Tree Images
P.Meenakshi Sundari1
, S. Britto Ramesh Kumar2
,
1
Department of Computer Science, Fatima College, Madurai, India.
2
Department of Computer Science, St. Joseph’s College, Tiruchy, India.
Abstract: Complex ensemble of shapes in an image is very difficult for segmentation. Hough transform is one
of the robust algorithms for detecting geometric shapes in the images. The modification of this Hough transform
is used for effecting way of segmenting images. By tuning the parameters of the circle detection model,
extracting the concentric shapes is achieved. In this paper, we proposed an algorithm for finding the distance
between the concentric closed shapes in an image. These achieved by splitting the image into four quadrants
and apply the Hough transform for detecting the curves in each quadrant and finally combine the result of four
quadrants and achieve the result.
Key-words: Hough Technique, dendrochronologydendroclimatology, edge detection, Gaussian filtering, tree
ring.
I. Introduction
Tree rings records the age of tree and also responses the climatic conditions over the period of growth.
It is well known that the approximate age of a temperate forest tree can be established by
counting the growth rings in the lower parts of the stem. Growth rings records would be of much
promise to retrieve past climatic information in time scale of annual resolution [1]. The pattern of radial
growth in trees depends largely on
the climatic conditions of different localities and the yearly sequence of favourable and
unfavourable climate (wet and dry, warm and cold) is faithfully recorded by the sequence of wide
and narrow rings in large numbers of trees[2]. It is essential requirement to study the tree ring for identifying
this environment changes. It is also challenging issues for extracting the dendro data from the tree rings. From
literature survey [5 - 8], many methods are used for analysing the dendroecological data in the field of
dendrochronology, dendroecological and dendroclimatology but failed to meet the requirements. Otherwise, it is
limited for use and not focused on the solution of new tasks connected with environment heterogeneity [8].
In this paper, studied the Hough transform and apply it for identifying the growth of ring in each
annual.
II. Overview Of Hough Transform
Feature extraction technique is one of the important processes in digital image processing. Hough
transform technique is used for extracting features from an image. This technique is carried out by voting
procedure.
For detecting parameterized curves in images, this technique is used by mapping the edge points into
manifolds in the parameter space[9].
The Houghdetect the peaks in the parameter space, which can be used to trace the shapes in the images.
In a straight line (y=mx+b), each edge pixel is mapped with the parameter space m x b (b=-xm+y). To find the
peaks in the parameter space, histogram procedure is used by Hough method. The cells, which received more
voting in the parameter space, are indicating the shapes in the images.[9]
Steps for Hough transform:
Pre-processing of Hough transform is smoothing the image by Gaussian filter and then edge detection
Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section...
DOI: 10.9790/0661-17618790 www.iosrjournals.org 88 | Page
Method is used to trace the edges.
After Pre-processing, we have n pixels that may partially describe the boundary of shapes. We have to
extract the set of pixels which represent the specific objects. For example, the polar representation of straight
lines is x cosθ + y sinθ = ρ. Sinusoid in the ρθ- plane is represented by each point (xi ,yi ) in the xy-plane. M
collinear point lying on the ρθ- plane give M curves that intersect at (ρi ,θj ) in the parameter xi cosθ + yisinθ =
ρ.
Each curve in the fig -1 (a) represents family of points (xi ,yi ) , (xj ,yj )that present in a particular line
in the xy-plane. Each curve in the fig- 1 (b) represents family of points that intersection on the point (ρ’,θ’)
corresponds to the line passes through two points (xi ,yi ) and (xj ,yi ) [14].
More than 2D parameterizations can be decomposed into smaller sets is extremely beneficial in
memory requirements and time taken for calculations. For examples, circles are described by centre and radius.
Hence three parameters are required. So the problem can be decomposed into a two-stage process. First stage,
identify the centre coordinate and second stage to find the best value for radius. Similar ideas can be applied to
ellipse which has 5 parameters.
But hough techniques have been proposed to deal with the localization and discretization errors in
image edge points. This has not been satisfactory in locating noisy shapes and also considering false.
Additionally, this technique has been very expensive in computation and memory requirements[9].
In this paper, we consider the techniques to extract the concentric irregular rings, not exactly circle or ellipse in
tree rings and identify the growth of climatic conditions over the period of tree growth[14].
III. Proposed Algorithm
Fig -1 (a) and (b) are images after applying edge deduction in the cross section of tree ring images.
These images are cannot be fit into any geometric shapes. The shapes may vary for each tree. So it’s difficult to
propose an algorithm for the tree rings. In this paper, we design an algorithm which suitable for calculating the
distance between two radius and estimate the climatic conditions.
Fig-1 (a) and (b) Tree rings after edge deduction.
(xj , yj )
y
x
(xi , yi )


’

’
xj cos + yj sin =
xi cos + yi sin = 
Fig -1 (a) xy plane
Fig -1 (b)  plane
Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section...
DOI: 10.9790/0661-17618790 www.iosrjournals.org 89 | Page
Steps for proposed Algorithm
1. Divide the rings in the image as four quadrant as in fig-2
2. Calculate the distance between centre and each edge pixel and accumulate the results in each quadrant
separately.
3. Estimate the radius by taking the average of accumulated results in each curve separately for each
quadrant.
4. Compare the radius of each curve in four quadrant and estimate the radius of each ring.
5. Extract the climatic condition recorded in the image.
Time complexity for this algorithm is O(n2
/ 16) for each quadrant. Finally the time taken for entire
algorithm is O(n2
/4).
Splitting the image into four quadrant and apply the hough technique for each quadrant separately.
Hence the memory requirement and amount of time taken is less compared to applying the hough circle for the
entire image.
IV. Results
Implement the algorithm in java using ImageJ tool. Applying the proposed technique in the image fig 2
(a), we can get the radius of 12 rings in fig-3(a);In fig – 3 (b), we can estimate the distance of the 12 rings.
Using this estimation, we can calculate the age of tree as 12 and climatic condition can be analysed by the
distance between the rings. In fig 3(c) we can extract the climatic condition of the tree which recorded in its
bark.
Applying the proposed technique in the image fig 2 (b), we can get the radius of 43 rings in fig-3(b); In
fig 4 (b), we can estimate the distance of the 43 rings. Using this estimation, we can calculate the age oftree as
43 and climatic condition can be analysed by the distance between the rings. In fig 4 (c), we can extract the
climatic condition of the tree, recorded in its bark.
Fig-2 (a) and (b) Tree rings after edge deduction.
Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section...
DOI: 10.9790/0661-17618790 www.iosrjournals.org 90 | Page
V. Conclusion
Counting the rings and finding the climatic condition from the tree ring record is very crucial issues.
By applying the Hough technique in the proposed way can extract the information from the image. Nature is a
best creator, hence the formation of ring is vary from tree to tree. It is difficult to propose an algorithm for fixed
shapes. Some boundary may lose during the deduction of edges in the image and also cracks in the rings may
affect the result of edge deduction also. Proposed Hough technique can count the rings and identify the growth
of the tree. Time complexity and memory requirement also less compare to the Hough circle techniques.
References
[1]. FlurinBabst · M. Ross Alexander · Paul Szejner · Olivier Bouriaud · Stefan Klesse · John Roden · Philippe Ciais · Benjamin Poulter
David Frank · David J. P. Moore · Valerie Trouet, A tree-ring perspective on the terrestrial carbon cycle,Springer-Verlag Berlin
Heidelberg 2014, , published online 01- august 2014.
[2]. Vikash Kumar, Dendroclimatology – Present and Future Prospects, Published by Tropical Forest Research Institute, Jabalpur, MP,
India, july 2015 .
[3]. Mauricio Cerda1,3, Nancy Hitschfeld-Kahler1, and Domingo Mery2 1 Department of Computer Science, University of Chile,
Blanco Encalada 2120, Santiago, Chile, Robust Tree Ring Detection, PSIVT 2007, LNCS 4872, pp. 575–585, 2007. c Springer-
Verlag Berlin Heidelberg 2007.
[4]. P.MeenakshiSundari, Dr.Britto Ramesh Kumar, An Approach for Dendroclimatology using image processing techniques, published
by Published in: Computing and Communication Technologies (WCCCT), 2014 World Congress onFeb. 27 2014-March 1 2014.
[5]. FlurinBabst · M. Ross Alexander · Paul Szejner · Olivier Bouriaud · Stefan Klesse · John Roden · Philippe Ciais · Benjamin Poulter
David Frank · David J. P. Moore · Valerie Trouet, A tree-ring perspective on the terrestrial carbon cycle, published online 01-
august 2014, Springer-Verlag Berlin Heidelberg 2014.
[6]. W. Steven Conner, Robert A. Schowengerdt, Martin Munro and Malcolm K. Hughes, “Design of a computer vision based tree ring
dating system”, Proceedings IEEE Southwest Symposium on Image Analysis and interpretation, 1998.
[7]. HayetLaggoune, Sarifuddin, Vincent Guesdon, “Tree Ring Analysis”, Proceeding IEEE, CCECE/CCGEI, Saskatoon, May 2005
[8]. Hang-jun Wang, Guang-qun Zhang, Heng-nian Qi, Wen-zhu Li, Bi-hui Wang, “An Automatic Method of Tree-Rings Boundary
Detection on Wood Microimages”, ICCASM 2010.
[9]. P. Borianne, R. Pernaudat, G. Subsol, “Automated Delineation of Tree rings in X-Ray Computed Tomography Images of Wood”,
Proceedings 18th IEEE, 2011.
[10]. Clark F. Olson, Constrained Hough Transforms for Curve Detection, Jet Propulsion Laboratory, California Institute of Technology,
Mail Stop 125-209, 4800 Oak Grove Drive, Pasadena, California 91109 Received January 7, 1997; accepted July 31, 1998

Weitere ähnliche Inhalte

Was ist angesagt?

Assessment of Vascular Network Segmentation
Assessment of Vascular Network SegmentationAssessment of Vascular Network Segmentation
Assessment of Vascular Network SegmentationCSCJournals
 
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...ijitjournal
 
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...Institute of Information Systems (HES-SO)
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weightedeSAT Publishing House
 
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODSTUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODaciijournal
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrissipij
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...eSAT Publishing House
 
Reeb Graph for Automatic 3D Cephalometry
Reeb Graph for Automatic 3D CephalometryReeb Graph for Automatic 3D Cephalometry
Reeb Graph for Automatic 3D CephalometryCSCJournals
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationIAEME Publication
 
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...IJTET Journal
 
Ukash_QSM_ISMRM_PreFinal2
Ukash_QSM_ISMRM_PreFinal2Ukash_QSM_ISMRM_PreFinal2
Ukash_QSM_ISMRM_PreFinal2Shruti Prasad
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...sipij
 
Image Compression based on DCT and BPSO for MRI and Standard Images
Image Compression based on DCT and BPSO for MRI and Standard ImagesImage Compression based on DCT and BPSO for MRI and Standard Images
Image Compression based on DCT and BPSO for MRI and Standard ImagesIJERA Editor
 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...csandit
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAijait
 
A Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in MammogramA Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in MammogramIDES Editor
 
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...IJECEIAES
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...Institute of Information Systems (HES-SO)
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...CSCJournals
 

Was ist angesagt? (19)

Assessment of Vascular Network Segmentation
Assessment of Vascular Network SegmentationAssessment of Vascular Network Segmentation
Assessment of Vascular Network Segmentation
 
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
ROBUST STATISTICAL APPROACH FOR EXTRACTION OF MOVING HUMAN SILHOUETTES FROM V...
 
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...
Texture-Based Computational Models of Tissue in Biomedical Images: Initial Ex...
 
Multi modal medical image fusion using weighted
Multi modal medical image fusion using weightedMulti modal medical image fusion using weighted
Multi modal medical image fusion using weighted
 
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHODSTUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
STUDY ANALYSIS ON TEETH SEGMENTATION USING LEVEL SET METHOD
 
A new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mrisA new hybrid method for the segmentation of the brain mris
A new hybrid method for the segmentation of the brain mris
 
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...Brain tumor segmentation using asymmetry based histogram thresholding and k m...
Brain tumor segmentation using asymmetry based histogram thresholding and k m...
 
Reeb Graph for Automatic 3D Cephalometry
Reeb Graph for Automatic 3D CephalometryReeb Graph for Automatic 3D Cephalometry
Reeb Graph for Automatic 3D Cephalometry
 
Leaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classificationLeaf identification based on fuzzy c means and naïve bayesian classification
Leaf identification based on fuzzy c means and naïve bayesian classification
 
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...
Hierarchical Vertebral Body Segmentation Using Graph Cuts and Statistical Sha...
 
Ukash_QSM_ISMRM_PreFinal2
Ukash_QSM_ISMRM_PreFinal2Ukash_QSM_ISMRM_PreFinal2
Ukash_QSM_ISMRM_PreFinal2
 
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...ANALYSIS OF INTEREST POINTS OF CURVELET  COEFFICIENTS CONTRIBUTIONS OF MICROS...
ANALYSIS OF INTEREST POINTS OF CURVELET COEFFICIENTS CONTRIBUTIONS OF MICROS...
 
Image Compression based on DCT and BPSO for MRI and Standard Images
Image Compression based on DCT and BPSO for MRI and Standard ImagesImage Compression based on DCT and BPSO for MRI and Standard Images
Image Compression based on DCT and BPSO for MRI and Standard Images
 
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
REGION CLASSIFICATION BASED IMAGE DENOISING USING SHEARLET AND WAVELET TRANSF...
 
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINAAN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
AN AUTOMATIC SCREENING METHOD TO DETECT OPTIC DISC IN THE RETINA
 
A Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in MammogramA Novel Method for Detection of Architectural Distortion in Mammogram
A Novel Method for Detection of Architectural Distortion in Mammogram
 
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...
A Novel Approach Based on Decreased Dimension and Reduced Gray Level Range Ma...
 
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...3D Riesz-wavelet Based Covariance Descriptors for Texture Classication of Lu...
3D Riesz-wavelet Based Covariance Descriptors for Texture Classi cation of Lu...
 
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
Local Phase Oriented Structure Tensor To Segment Texture Images With Intensit...
 

Ähnlich wie Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section of Tree Images

A new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesA new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesAlexander Decker
 
A new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesA new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesAlexander Decker
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimationijma
 
Geospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial SystemsGeospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial SystemsIEREK Press
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometriceSAT Publishing House
 
Pupil Detection Based on Color Difference and Circular Hough Transform
Pupil Detection Based on Color Difference and Circular Hough Transform Pupil Detection Based on Color Difference and Circular Hough Transform
Pupil Detection Based on Color Difference and Circular Hough Transform IJECEIAES
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimationijma
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorIRJET Journal
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor csandit
 
A Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough TransformA Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough TransformIJSRED
 
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...CSCJournals
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001vital vital
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001vital vital
 

Ähnlich wie Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section of Tree Images (20)

A new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesA new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray images
 
A new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray imagesA new method of gridding for spot detection in microarray images
A new method of gridding for spot detection in microarray images
 
154 158
154 158154 158
154 158
 
F045033337
F045033337F045033337
F045033337
 
Boosting ced using robust orientation estimation
Boosting ced using robust orientation estimationBoosting ced using robust orientation estimation
Boosting ced using robust orientation estimation
 
Geospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial SystemsGeospatial Data Acquisition Using Unmanned Aerial Systems
Geospatial Data Acquisition Using Unmanned Aerial Systems
 
50120130405020
5012013040502050120130405020
50120130405020
 
Recent developments in iris based biometric
Recent developments in iris based biometricRecent developments in iris based biometric
Recent developments in iris based biometric
 
E017443136
E017443136E017443136
E017443136
 
Af33174179
Af33174179Af33174179
Af33174179
 
Af33174179
Af33174179Af33174179
Af33174179
 
Pupil Detection Based on Color Difference and Circular Hough Transform
Pupil Detection Based on Color Difference and Circular Hough Transform Pupil Detection Based on Color Difference and Circular Hough Transform
Pupil Detection Based on Color Difference and Circular Hough Transform
 
Boosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation EstimationBoosting CED Using Robust Orientation Estimation
Boosting CED Using Robust Orientation Estimation
 
Segmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain TumorSegmentation and Classification of MRI Brain Tumor
Segmentation and Classification of MRI Brain Tumor
 
OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor OBIA on Coastal Landform Based on Structure Tensor
OBIA on Coastal Landform Based on Structure Tensor
 
A Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough TransformA Case Study : Circle Detection Using Circular Hough Transform
A Case Study : Circle Detection Using Circular Hough Transform
 
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...
Robust Block-Matching Motion Estimation of Flotation Froth Using Mutual Infor...
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
 
Ijcse13 05-01-001
Ijcse13 05-01-001Ijcse13 05-01-001
Ijcse13 05-01-001
 
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris RecognitionComparison of Phase Only Correlation and Neural Network for Iris Recognition
Comparison of Phase Only Correlation and Neural Network for Iris Recognition
 

Mehr von iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

Mehr von iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Kürzlich hochgeladen

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadaditya806802
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating SystemRashmi Bhat
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsDILIPKUMARMONDAL6
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxsiddharthjain2303
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating SystemRashmi Bhat
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Kürzlich hochgeladen (20)

young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
home automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasadhome automation using Arduino by Aditya Prasad
home automation using Arduino by Aditya Prasad
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Main Memory Management in Operating System
Main Memory Management in Operating SystemMain Memory Management in Operating System
Main Memory Management in Operating System
 
The SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teamsThe SRE Report 2024 - Great Findings for the teams
The SRE Report 2024 - Great Findings for the teams
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Energy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptxEnergy Awareness training ppt for manufacturing process.pptx
Energy Awareness training ppt for manufacturing process.pptx
 
Input Output Management in Operating System
Input Output Management in Operating SystemInput Output Management in Operating System
Input Output Management in Operating System
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 

Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section of Tree Images

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661,p-ISSN: 2278-8727, Volume 17, Issue 6, Ver. I (Nov – Dec. 2015), PP 87-90 www.iosrjournals.org DOI: 10.9790/0661-17618790 www.iosrjournals.org 87 | Page Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section of Tree Images P.Meenakshi Sundari1 , S. Britto Ramesh Kumar2 , 1 Department of Computer Science, Fatima College, Madurai, India. 2 Department of Computer Science, St. Joseph’s College, Tiruchy, India. Abstract: Complex ensemble of shapes in an image is very difficult for segmentation. Hough transform is one of the robust algorithms for detecting geometric shapes in the images. The modification of this Hough transform is used for effecting way of segmenting images. By tuning the parameters of the circle detection model, extracting the concentric shapes is achieved. In this paper, we proposed an algorithm for finding the distance between the concentric closed shapes in an image. These achieved by splitting the image into four quadrants and apply the Hough transform for detecting the curves in each quadrant and finally combine the result of four quadrants and achieve the result. Key-words: Hough Technique, dendrochronologydendroclimatology, edge detection, Gaussian filtering, tree ring. I. Introduction Tree rings records the age of tree and also responses the climatic conditions over the period of growth. It is well known that the approximate age of a temperate forest tree can be established by counting the growth rings in the lower parts of the stem. Growth rings records would be of much promise to retrieve past climatic information in time scale of annual resolution [1]. The pattern of radial growth in trees depends largely on the climatic conditions of different localities and the yearly sequence of favourable and unfavourable climate (wet and dry, warm and cold) is faithfully recorded by the sequence of wide and narrow rings in large numbers of trees[2]. It is essential requirement to study the tree ring for identifying this environment changes. It is also challenging issues for extracting the dendro data from the tree rings. From literature survey [5 - 8], many methods are used for analysing the dendroecological data in the field of dendrochronology, dendroecological and dendroclimatology but failed to meet the requirements. Otherwise, it is limited for use and not focused on the solution of new tasks connected with environment heterogeneity [8]. In this paper, studied the Hough transform and apply it for identifying the growth of ring in each annual. II. Overview Of Hough Transform Feature extraction technique is one of the important processes in digital image processing. Hough transform technique is used for extracting features from an image. This technique is carried out by voting procedure. For detecting parameterized curves in images, this technique is used by mapping the edge points into manifolds in the parameter space[9]. The Houghdetect the peaks in the parameter space, which can be used to trace the shapes in the images. In a straight line (y=mx+b), each edge pixel is mapped with the parameter space m x b (b=-xm+y). To find the peaks in the parameter space, histogram procedure is used by Hough method. The cells, which received more voting in the parameter space, are indicating the shapes in the images.[9] Steps for Hough transform: Pre-processing of Hough transform is smoothing the image by Gaussian filter and then edge detection
  • 2. Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section... DOI: 10.9790/0661-17618790 www.iosrjournals.org 88 | Page Method is used to trace the edges. After Pre-processing, we have n pixels that may partially describe the boundary of shapes. We have to extract the set of pixels which represent the specific objects. For example, the polar representation of straight lines is x cosθ + y sinθ = ρ. Sinusoid in the ρθ- plane is represented by each point (xi ,yi ) in the xy-plane. M collinear point lying on the ρθ- plane give M curves that intersect at (ρi ,θj ) in the parameter xi cosθ + yisinθ = ρ. Each curve in the fig -1 (a) represents family of points (xi ,yi ) , (xj ,yj )that present in a particular line in the xy-plane. Each curve in the fig- 1 (b) represents family of points that intersection on the point (ρ’,θ’) corresponds to the line passes through two points (xi ,yi ) and (xj ,yi ) [14]. More than 2D parameterizations can be decomposed into smaller sets is extremely beneficial in memory requirements and time taken for calculations. For examples, circles are described by centre and radius. Hence three parameters are required. So the problem can be decomposed into a two-stage process. First stage, identify the centre coordinate and second stage to find the best value for radius. Similar ideas can be applied to ellipse which has 5 parameters. But hough techniques have been proposed to deal with the localization and discretization errors in image edge points. This has not been satisfactory in locating noisy shapes and also considering false. Additionally, this technique has been very expensive in computation and memory requirements[9]. In this paper, we consider the techniques to extract the concentric irregular rings, not exactly circle or ellipse in tree rings and identify the growth of climatic conditions over the period of tree growth[14]. III. Proposed Algorithm Fig -1 (a) and (b) are images after applying edge deduction in the cross section of tree ring images. These images are cannot be fit into any geometric shapes. The shapes may vary for each tree. So it’s difficult to propose an algorithm for the tree rings. In this paper, we design an algorithm which suitable for calculating the distance between two radius and estimate the climatic conditions. Fig-1 (a) and (b) Tree rings after edge deduction. (xj , yj ) y x (xi , yi )   ’  ’ xj cos + yj sin = xi cos + yi sin =  Fig -1 (a) xy plane Fig -1 (b)  plane
  • 3. Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section... DOI: 10.9790/0661-17618790 www.iosrjournals.org 89 | Page Steps for proposed Algorithm 1. Divide the rings in the image as four quadrant as in fig-2 2. Calculate the distance between centre and each edge pixel and accumulate the results in each quadrant separately. 3. Estimate the radius by taking the average of accumulated results in each curve separately for each quadrant. 4. Compare the radius of each curve in four quadrant and estimate the radius of each ring. 5. Extract the climatic condition recorded in the image. Time complexity for this algorithm is O(n2 / 16) for each quadrant. Finally the time taken for entire algorithm is O(n2 /4). Splitting the image into four quadrant and apply the hough technique for each quadrant separately. Hence the memory requirement and amount of time taken is less compared to applying the hough circle for the entire image. IV. Results Implement the algorithm in java using ImageJ tool. Applying the proposed technique in the image fig 2 (a), we can get the radius of 12 rings in fig-3(a);In fig – 3 (b), we can estimate the distance of the 12 rings. Using this estimation, we can calculate the age of tree as 12 and climatic condition can be analysed by the distance between the rings. In fig 3(c) we can extract the climatic condition of the tree which recorded in its bark. Applying the proposed technique in the image fig 2 (b), we can get the radius of 43 rings in fig-3(b); In fig 4 (b), we can estimate the distance of the 43 rings. Using this estimation, we can calculate the age oftree as 43 and climatic condition can be analysed by the distance between the rings. In fig 4 (c), we can extract the climatic condition of the tree, recorded in its bark. Fig-2 (a) and (b) Tree rings after edge deduction.
  • 4. Proposed Hough Technique for Estimating Climatic Conditions recorded in the Cross Section... DOI: 10.9790/0661-17618790 www.iosrjournals.org 90 | Page V. Conclusion Counting the rings and finding the climatic condition from the tree ring record is very crucial issues. By applying the Hough technique in the proposed way can extract the information from the image. Nature is a best creator, hence the formation of ring is vary from tree to tree. It is difficult to propose an algorithm for fixed shapes. Some boundary may lose during the deduction of edges in the image and also cracks in the rings may affect the result of edge deduction also. Proposed Hough technique can count the rings and identify the growth of the tree. Time complexity and memory requirement also less compare to the Hough circle techniques. References [1]. FlurinBabst · M. Ross Alexander · Paul Szejner · Olivier Bouriaud · Stefan Klesse · John Roden · Philippe Ciais · Benjamin Poulter David Frank · David J. P. Moore · Valerie Trouet, A tree-ring perspective on the terrestrial carbon cycle,Springer-Verlag Berlin Heidelberg 2014, , published online 01- august 2014. [2]. Vikash Kumar, Dendroclimatology – Present and Future Prospects, Published by Tropical Forest Research Institute, Jabalpur, MP, India, july 2015 . [3]. Mauricio Cerda1,3, Nancy Hitschfeld-Kahler1, and Domingo Mery2 1 Department of Computer Science, University of Chile, Blanco Encalada 2120, Santiago, Chile, Robust Tree Ring Detection, PSIVT 2007, LNCS 4872, pp. 575–585, 2007. c Springer- Verlag Berlin Heidelberg 2007. [4]. P.MeenakshiSundari, Dr.Britto Ramesh Kumar, An Approach for Dendroclimatology using image processing techniques, published by Published in: Computing and Communication Technologies (WCCCT), 2014 World Congress onFeb. 27 2014-March 1 2014. [5]. FlurinBabst · M. Ross Alexander · Paul Szejner · Olivier Bouriaud · Stefan Klesse · John Roden · Philippe Ciais · Benjamin Poulter David Frank · David J. P. Moore · Valerie Trouet, A tree-ring perspective on the terrestrial carbon cycle, published online 01- august 2014, Springer-Verlag Berlin Heidelberg 2014. [6]. W. Steven Conner, Robert A. Schowengerdt, Martin Munro and Malcolm K. Hughes, “Design of a computer vision based tree ring dating system”, Proceedings IEEE Southwest Symposium on Image Analysis and interpretation, 1998. [7]. HayetLaggoune, Sarifuddin, Vincent Guesdon, “Tree Ring Analysis”, Proceeding IEEE, CCECE/CCGEI, Saskatoon, May 2005 [8]. Hang-jun Wang, Guang-qun Zhang, Heng-nian Qi, Wen-zhu Li, Bi-hui Wang, “An Automatic Method of Tree-Rings Boundary Detection on Wood Microimages”, ICCASM 2010. [9]. P. Borianne, R. Pernaudat, G. Subsol, “Automated Delineation of Tree rings in X-Ray Computed Tomography Images of Wood”, Proceedings 18th IEEE, 2011. [10]. Clark F. Olson, Constrained Hough Transforms for Curve Detection, Jet Propulsion Laboratory, California Institute of Technology, Mail Stop 125-209, 4800 Oak Grove Drive, Pasadena, California 91109 Received January 7, 1997; accepted July 31, 1998