SlideShare a Scribd company logo
TELKOMNIKA Indonesian Journal of Electrical Engineering
Vol. 14, No. 2, May 2015, pp. 318 ~ 322
DOI: 10.11591/telkomnika.v14i2.7725  318
Received January 27, 2015; Revised March 23, 2015; Accepted April 17, 2015
The Detection of Straight and Slant Wood Fiber through
Slop Angle Fiber Feature
Ratri Dwi Atmaja*, Erwin Susanto, Junartho Halomoan, Gurnita K I, Muhammad Ary Murti
School of Electrical Engineering, Telkom University
Jalan Telekomunikasi no.1, Terusan Buah Batu, Bandung 40257, Indonesia
*Corresponding author, e-mail: ratridwiatmaja@telkomuniversity.ac.id
Abstract
Quality control is one of important process that can not be avoided in industry. Image processing
technique is required to distinguish the quality of wood. If it can be done automatically by the computer, it
will be very helpful. This paper discusses the detection of straight and slant wood fiber to distinguish its
quality. This paper proposes an algorithm by using only two features i.e. mean (average value of slop
angle fiber) and maximumangle (the maximum value of slop angle fiber). Then the classification method is
used by tresholding. The result shows the performance is achieved on accuracy 79.2%
Keywords: detection, slop angle fiber feature, algorithm of feature extraction
Copyright © 2015 Institute of Advanced Engineering and Science. All rights reserved.
1. Introduction
Image classification technique requires a fairly long step. It starts from image
segmentation, object identification, feature extraction, feature selection and classification [5].
Wood image real-time segmentation algorithm based on video processing has been proposed
by Ratri [1] and has achieved 100% accuracy. This paper is a continuation of the research
paper [1] to distinguish the straight and slant fiber. The samples are taken from previous studies
on paper [1] and this paper only focus to the feature extraction algorithm.
2. Research Method
Figure 1 is the flowchart of algorithm proposed. The samples are taken using webcame
and IP camera. Bwareaopen is used to eliminate the noise (small objects) in binary image. The
“bwlabel” is used to find connected objects in binary image. Example of binary image taken and
output “bwlabel” results is shown in Figure 2.
Figure 1. Flowchart of algorithm proposed
TELKOMNIKA ISSN: 2302-4046 
The Detection of Straight and Slant Wood Fiber Through Slop Angle Fiber… (Ratri Dwi Atmaja)
319
(a) (b)
Figure 2. (a) Example of binary image taken and (b) Output bwlabel results from Figure 2(a)
Figure 3. Flowchart to find angle and data
N from Figure 3 is the number of connected objects in bwlabel result. From Figure 2(b),
there are 3 connected objects so it get N=3. Matrix is binary image of a connected object. There
are 3 matrixs on Figure 2(b).
Figure 4. Third matrix from Figure 2(b)
Area is the amount of 1 valued pixel in matrix. It is obtained area=3 from Figure 4. Then,
A is 1-dimensional matrix which is represent the row position of 1 valued pixel taken from
matrix. while B is 1-dimensional matrix which is represent the column position of 1 valued pixel
taken from matrix. From Figure 4, it is obtained A=[2 1 2] then B=[4 5 5]. It means that there are
3 pixels of 1 valued pixel in coordinate (2,4), (1,5), and (2,5). Min is the lowest value of A, while
max is the highest value of A. If A=[2 1 2] then obtained min=1 and max=2.
 ISSN: 2302-4046
TELKOMNIKA Vol. 14, No. 2, May 2015 : 318 – 322
320
(a) (b)
Figure 5. (a) Flowchart to find leftrow and leftcolumn and (b) Flowchart to find rightrow and
rightcolumn
length is the length of A, If A=[2 1 2] so it is obtained length =3. Then, angle is an
object slope angle (wood fiber) and can be found with this equation:
tan
| |
| |
Data is a 1-dimensional matrix contains the values of angle at a wood image. Mean is
the average of angle value while maximumangle is the highest angle value. These mean and
maximumangle are used as feature vector. Whereas, the classification uses tresholding
method. Tresholding is done by the following rules:
a) If maximumangle < x or mean < y, It is decided as straight fiber
b) If maximumangle >= x and mean >= y, It is decided as slant fiber
3. Results and Analysis
The samples which are used are taken from wood processing industry with the size
20cm x 8cm. Figure 6 is the sample:
(a) (b)
Figure 6. (a) Sample taken through webcame and (b) Sample taken through IP camera
TELKOMNIKA ISSN: 2302-4046 
The Detection of Straight and Slant Wood Fiber Through Slop Angle Fiber… (Ratri Dwi Atmaja)
321
To see the performance of the proposed algorithm, it is tested by using the three
scenarios:
a) The samples are taken by using two types of cameras to find out which is the best.
b) Do the optimization of x to find out the best value of x
c) Do the optimization of y to find out the best value of y
Table 1. The result of first scenario
No Type of Camera
Number of samples
Total Accuracy (%)
Straight fiber Slant fiber
1 Webcam 592 woods 356 woods 948 woods 71.73
2 IP Camera 150 woods 100 woods 250 woods 77.2
The experiments in Table 1 is done with a value of x = 4 and y = 3.2 then, the results
show the accuracy using IP camera is higher than webcame. These results are used as a
reference for using the sample of IP camera in the next scenario.
Table 2. The result of second scenario
No Value of x (degrees) Accuracy (%)
1 2 77.2
2 3 77.2
3 4 77.2
4 10 77.6
5 15 74
6 20 66.8
The experiments in Table 2 is done with a value of y = 3.2 then, the results show that
optimal value is on the value of x = 10. In other words, straight wood fiber has a value of slope
angle fiber below 10 degrees, and for slant fiber wood has a value of slop angle fiber began
over 10 degrees.
Table 3. The result of third scenario
No Value of y (degrees) Accuracy (%)
1 2.2 68.4
2 3.2 77.6
3 3.7 78.4
4 4 79.2
5 4.2 78.4
6 4.7 74.8
7 5.2 72
The experiments of table 3 is done with a value of x = 10 then, the results show that
optimal value is on the value of y = 4. In other words, straight wood fiber has an average value
of slop angle fiber below 4 degrees, and for slant fiber wood has an average value of slop angle
fiber began over 4 degrees.
4. Conclusion
This research has an algorithm with 79.2% accuracy by using only two features i.e.
mean (average value of slop angle fiber) and maximumangle (the maximum value of slop angle
fiber). This algorithm can be adapted to other cases that have a same typical object.
References
[1] Ratri Dwi Atmaja. Wood image real-time segmentation algorithm based on video processing.
International Journal of Imaging & Robotics. 2014; 15(1).
 ISSN: 2302-4046
TELKOMNIKA Vol. 14, No. 2, May 2015 : 318 – 322
322
[2] Haralick, Robert M, Linda G Shapiro. Computer and Robot Vision Volume I. Addison-Wesley. 1992:
28-48.
[3] FS Najafabadi, H Pourghassem. Surface and Corner Defect Detection on Tile Images Using Gabor
Features, Level Set Segmentation and Dot Product. International Journal of Imaging & Robotics.
2012; 8(2).
[4] Ahmad Nazri Ali, Mohd Zaid Abdullah. One Dimensional With Dynamic Features Vector For Iris
Classification Using Traditional Support Vector Machines. Journal of Theoretical and Applied
Information Technology. 2014; 70(1).
[5] Nur Shazwani Kamarudin, et al. Comparison Of Image Classification Techniques Using Caltech 101
Dataset. Journal of Theoretical and Applied Information Technology. 2015; 71(1).
[6] Nadeem Mahmood, et al. Image Segmentation Methods and Edge Detection: An Application To Knee
Joint Articular Cartilage Edge Detection. Journal of Theoretical and Applied Information Technology.
2015; 71(1).
[7] Ning Chen, Xiao-ping Song, Yi Liu. Edge Detection Based on Biomimetic Pattern Recognition.
TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(9).
[8] Qu zhongshui. An Algorithm of Image Quality Assessment Based on Data Fitting of Image Histogram.
TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(1).
[9] Hong-an Li, Jie Zhang, Baosheng Kang. Image Deformation Based on Wavelet Filter and Control
Curves. TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(5).

More Related Content

What's hot

K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease Detection
IJERA Editor
 
Secret-Fragment Visible Mosaic Images by Genetic Algorithm
Secret-Fragment Visible Mosaic Images by Genetic AlgorithmSecret-Fragment Visible Mosaic Images by Genetic Algorithm
Secret-Fragment Visible Mosaic Images by Genetic Algorithm
IRJET Journal
 
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
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
eSAT Publishing House
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methods
eSAT Journals
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A Survey
journalBEEI
 
Final ppt
Final pptFinal ppt
Final ppt
narmadakari
 
Performance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for imagePerformance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for image
IAEME Publication
 
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
ijaia
 
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic CodingLossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
iosrjce
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
eSAT Publishing House
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri images
eSAT Journals
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
IOSR Journals
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
IAEME Publication
 
I017417176
I017417176I017417176
I017417176
IOSR Journals
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
IJERA Editor
 
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET Journal
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
eSAT Publishing House
 
Fractal Image Compression By Range Block Classification
Fractal Image Compression By Range Block ClassificationFractal Image Compression By Range Block Classification
Fractal Image Compression By Range Block Classification
IRJET Journal
 

What's hot (19)

K-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease DetectionK-Means Segmentation Method for Automatic Leaf Disease Detection
K-Means Segmentation Method for Automatic Leaf Disease Detection
 
Secret-Fragment Visible Mosaic Images by Genetic Algorithm
Secret-Fragment Visible Mosaic Images by Genetic AlgorithmSecret-Fragment Visible Mosaic Images by Genetic Algorithm
Secret-Fragment Visible Mosaic Images by Genetic Algorithm
 
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...
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methods
 
Features for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A SurveyFeatures for Cross Spectral Image Matching: A Survey
Features for Cross Spectral Image Matching: A Survey
 
Final ppt
Final pptFinal ppt
Final ppt
 
Performance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for imagePerformance and analysis of improved unsharp masking algorithm for image
Performance and analysis of improved unsharp masking algorithm for image
 
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
The Application Of Bayes Ying-Yang Harmony Based Gmms In On-Line Signature Ve...
 
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic CodingLossless Image Compression Using Data Folding Followed By Arithmetic Coding
Lossless Image Compression Using Data Folding Followed By Arithmetic Coding
 
Importance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documentsImportance of post processing for improved binarization of text documents
Importance of post processing for improved binarization of text documents
 
Image segmentation methods for brain mri images
Image segmentation methods for brain mri imagesImage segmentation methods for brain mri images
Image segmentation methods for brain mri images
 
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...A modified pso based graph cut algorithm for the selection of optimal regular...
A modified pso based graph cut algorithm for the selection of optimal regular...
 
I017417176
I017417176I017417176
I017417176
 
Ed34785790
Ed34785790Ed34785790
Ed34785790
 
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet TransformIRJET- Fabric Defect Detection using Discrete Wavelet Transform
IRJET- Fabric Defect Detection using Discrete Wavelet Transform
 
Real time implementation of object tracking through
Real time implementation of object tracking throughReal time implementation of object tracking through
Real time implementation of object tracking through
 
Fractal Image Compression By Range Block Classification
Fractal Image Compression By Range Block ClassificationFractal Image Compression By Range Block Classification
Fractal Image Compression By Range Block Classification
 

Similar to The Detection of Straight and Slant Wood Fiber through Slop Angle Fiber Feature

Mo2521632166
Mo2521632166Mo2521632166
Mo2521632166
IJERA Editor
 
F045033337
F045033337F045033337
F045033337
IJERA Editor
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation of
ijcsa
 
El4301832837
El4301832837El4301832837
El4301832837
IJERA Editor
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
IRJET Journal
 
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
IJECEIAES
 
Development of stereo matching algorithm based on sum of absolute RGB color d...
Development of stereo matching algorithm based on sum of absolute RGB color d...Development of stereo matching algorithm based on sum of absolute RGB color d...
Development of stereo matching algorithm based on sum of absolute RGB color d...
IJECEIAES
 
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
IOSR Journals
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
IRJET Journal
 
Stereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detectionStereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detection
TELKOMNIKA JOURNAL
 
Mm3422322236
Mm3422322236Mm3422322236
Mm3422322236
IJERA Editor
 
I010135760
I010135760I010135760
I010135760
IOSR Journals
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
IOSR Journals
 
Paper id 36201507
Paper id 36201507Paper id 36201507
Paper id 36201507
IJRAT
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
IRJET Journal
 
Green coffee beans feature extractor using image processing
Green coffee beans feature extractor using image processingGreen coffee beans feature extractor using image processing
Green coffee beans feature extractor using image processing
TELKOMNIKA JOURNAL
 
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
IRJET Journal
 
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
 
Fk35963966
Fk35963966Fk35963966
Fk35963966
IJERA Editor
 
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
IJAAS Team
 

Similar to The Detection of Straight and Slant Wood Fiber through Slop Angle Fiber Feature (20)

Mo2521632166
Mo2521632166Mo2521632166
Mo2521632166
 
F045033337
F045033337F045033337
F045033337
 
Implementation and performance evaluation of
Implementation and performance evaluation ofImplementation and performance evaluation of
Implementation and performance evaluation of
 
El4301832837
El4301832837El4301832837
El4301832837
 
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...Image Denoising of various images Using Wavelet Transform and Thresholding Te...
Image Denoising of various images Using Wavelet Transform and Thresholding Te...
 
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
Keyframe Selection of Frame Similarity to Generate Scene Segmentation Based o...
 
Development of stereo matching algorithm based on sum of absolute RGB color d...
Development of stereo matching algorithm based on sum of absolute RGB color d...Development of stereo matching algorithm based on sum of absolute RGB color d...
Development of stereo matching algorithm based on sum of absolute RGB color d...
 
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
2-Dimensional Wavelet pre-processing to extract IC-Pin information for disarr...
 
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
Translation Invariance (TI) based Novel Approach for better De-noising of Dig...
 
Stereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detectionStereo matching based on absolute differences for multiple objects detection
Stereo matching based on absolute differences for multiple objects detection
 
Mm3422322236
Mm3422322236Mm3422322236
Mm3422322236
 
I010135760
I010135760I010135760
I010135760
 
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet TransformContent Based Image Retrieval Using 2-D Discrete Wavelet Transform
Content Based Image Retrieval Using 2-D Discrete Wavelet Transform
 
Paper id 36201507
Paper id 36201507Paper id 36201507
Paper id 36201507
 
Techniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine LearningTechniques of Brain Cancer Detection from MRI using Machine Learning
Techniques of Brain Cancer Detection from MRI using Machine Learning
 
Green coffee beans feature extractor using image processing
Green coffee beans feature extractor using image processingGreen coffee beans feature extractor using image processing
Green coffee beans feature extractor using image processing
 
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
 
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...
 
Fk35963966
Fk35963966Fk35963966
Fk35963966
 
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
SLIC Superpixel Based Self Organizing Maps Algorithm for Segmentation of Micr...
 

More from Nooria Sukmaningtyas

Technology Content Analysis with Technometric Theory Approach to Improve Perf...
Technology Content Analysis with Technometric Theory Approach to Improve Perf...Technology Content Analysis with Technometric Theory Approach to Improve Perf...
Technology Content Analysis with Technometric Theory Approach to Improve Perf...
Nooria Sukmaningtyas
 
Data Exchange Design with SDMX Format for Interoperability Statistical Data
Data Exchange Design with SDMX Format for Interoperability Statistical DataData Exchange Design with SDMX Format for Interoperability Statistical Data
Data Exchange Design with SDMX Format for Interoperability Statistical Data
Nooria Sukmaningtyas
 
The Knowledge Management System of A State Loss Settlement
The Knowledge Management System of A State Loss SettlementThe Knowledge Management System of A State Loss Settlement
The Knowledge Management System of A State Loss Settlement
Nooria Sukmaningtyas
 
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
Nooria Sukmaningtyas
 
U-slot Circular Patch Antenna for WLAN Application
U-slot Circular Patch Antenna for WLAN ApplicationU-slot Circular Patch Antenna for WLAN Application
U-slot Circular Patch Antenna for WLAN Application
Nooria Sukmaningtyas
 
Active Infrared Night Vision System of Agricultural Vehicles
Active Infrared Night Vision System of Agricultural VehiclesActive Infrared Night Vision System of Agricultural Vehicles
Active Infrared Night Vision System of Agricultural Vehicles
Nooria Sukmaningtyas
 
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Nooria Sukmaningtyas
 
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable FactorResearch on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
Nooria Sukmaningtyas
 
Nonlinear Robust Control for Spacecraft Attitude
Nonlinear Robust Control for Spacecraft AttitudeNonlinear Robust Control for Spacecraft Attitude
Nonlinear Robust Control for Spacecraft Attitude
Nooria Sukmaningtyas
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
Nooria Sukmaningtyas
 
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force FeedbackTele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
Nooria Sukmaningtyas
 
Research on Adaptation of Service-based Business Processes
Research on Adaptation of Service-based Business ProcessesResearch on Adaptation of Service-based Business Processes
Research on Adaptation of Service-based Business Processes
Nooria Sukmaningtyas
 
Review on Islanding Detection Methods for Photovoltaic Inverter
Review on Islanding Detection Methods for Photovoltaic InverterReview on Islanding Detection Methods for Photovoltaic Inverter
Review on Islanding Detection Methods for Photovoltaic Inverter
Nooria Sukmaningtyas
 
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point ControllerStabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
Nooria Sukmaningtyas
 
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Nooria Sukmaningtyas
 
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
Nooria Sukmaningtyas
 
INS/GPS Integrated Navigation Technology for Hypersonic UAV
INS/GPS Integrated Navigation Technology for Hypersonic UAVINS/GPS Integrated Navigation Technology for Hypersonic UAV
INS/GPS Integrated Navigation Technology for Hypersonic UAV
Nooria Sukmaningtyas
 
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Nooria Sukmaningtyas
 
An Improved AC-BM Algorithm for Monitoring Watch List
An Improved AC-BM Algorithm for Monitoring Watch ListAn Improved AC-BM Algorithm for Monitoring Watch List
An Improved AC-BM Algorithm for Monitoring Watch List
Nooria Sukmaningtyas
 
Design of a Subsequent Water Detection System Controlled by the Microcontroller
Design of a Subsequent Water Detection System Controlled by the MicrocontrollerDesign of a Subsequent Water Detection System Controlled by the Microcontroller
Design of a Subsequent Water Detection System Controlled by the Microcontroller
Nooria Sukmaningtyas
 

More from Nooria Sukmaningtyas (20)

Technology Content Analysis with Technometric Theory Approach to Improve Perf...
Technology Content Analysis with Technometric Theory Approach to Improve Perf...Technology Content Analysis with Technometric Theory Approach to Improve Perf...
Technology Content Analysis with Technometric Theory Approach to Improve Perf...
 
Data Exchange Design with SDMX Format for Interoperability Statistical Data
Data Exchange Design with SDMX Format for Interoperability Statistical DataData Exchange Design with SDMX Format for Interoperability Statistical Data
Data Exchange Design with SDMX Format for Interoperability Statistical Data
 
The Knowledge Management System of A State Loss Settlement
The Knowledge Management System of A State Loss SettlementThe Knowledge Management System of A State Loss Settlement
The Knowledge Management System of A State Loss Settlement
 
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
Automatic Extraction of Diaphragm Motion and Respiratory Pattern from Time-se...
 
U-slot Circular Patch Antenna for WLAN Application
U-slot Circular Patch Antenna for WLAN ApplicationU-slot Circular Patch Antenna for WLAN Application
U-slot Circular Patch Antenna for WLAN Application
 
Active Infrared Night Vision System of Agricultural Vehicles
Active Infrared Night Vision System of Agricultural VehiclesActive Infrared Night Vision System of Agricultural Vehicles
Active Infrared Night Vision System of Agricultural Vehicles
 
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
Robot Three Dimensional Space Path-planning Applying the Improved Ant Colony ...
 
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable FactorResearch on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
Research on a Kind of PLC Based Fuzzy-PID Controller with Adjustable Factor
 
Nonlinear Robust Control for Spacecraft Attitude
Nonlinear Robust Control for Spacecraft AttitudeNonlinear Robust Control for Spacecraft Attitude
Nonlinear Robust Control for Spacecraft Attitude
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
 
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force FeedbackTele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
Tele-Robotic Assisted Dental Implant Surgery with Virtual Force Feedback
 
Research on Adaptation of Service-based Business Processes
Research on Adaptation of Service-based Business ProcessesResearch on Adaptation of Service-based Business Processes
Research on Adaptation of Service-based Business Processes
 
Review on Islanding Detection Methods for Photovoltaic Inverter
Review on Islanding Detection Methods for Photovoltaic InverterReview on Islanding Detection Methods for Photovoltaic Inverter
Review on Islanding Detection Methods for Photovoltaic Inverter
 
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point ControllerStabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
Stabilizing Planar Inverted Pendulum System Based on Fuzzy Nine-point Controller
 
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
Gross Error Elimination Based on the Polynomial Least Square Method in Integr...
 
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
Design on the Time-domain Airborne Electromagnetic Weak Signal Data Acquisiti...
 
INS/GPS Integrated Navigation Technology for Hypersonic UAV
INS/GPS Integrated Navigation Technology for Hypersonic UAVINS/GPS Integrated Navigation Technology for Hypersonic UAV
INS/GPS Integrated Navigation Technology for Hypersonic UAV
 
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
 
An Improved AC-BM Algorithm for Monitoring Watch List
An Improved AC-BM Algorithm for Monitoring Watch ListAn Improved AC-BM Algorithm for Monitoring Watch List
An Improved AC-BM Algorithm for Monitoring Watch List
 
Design of a Subsequent Water Detection System Controlled by the Microcontroller
Design of a Subsequent Water Detection System Controlled by the MicrocontrollerDesign of a Subsequent Water Detection System Controlled by the Microcontroller
Design of a Subsequent Water Detection System Controlled by the Microcontroller
 

Recently uploaded

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
abbyasa1014
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
KrishnaveniKrishnara1
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
insn4465
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
wisnuprabawa3
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
enizeyimana36
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
mamamaam477
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 

Recently uploaded (20)

CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Engineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdfEngineering Drawings Lecture Detail Drawings 2014.pdf
Engineering Drawings Lecture Detail Drawings 2014.pdf
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt22CYT12-Unit-V-E Waste and its Management.ppt
22CYT12-Unit-V-E Waste and its Management.ppt
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
哪里办理(csu毕业证书)查尔斯特大学毕业证硕士学历原版一模一样
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
New techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdfNew techniques for characterising damage in rock slopes.pdf
New techniques for characterising damage in rock slopes.pdf
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball playEric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
Eric Nizeyimana's document 2006 from gicumbi to ttc nyamata handball play
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
Engine Lubrication performance System.pdf
Engine Lubrication performance System.pdfEngine Lubrication performance System.pdf
Engine Lubrication performance System.pdf
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 

The Detection of Straight and Slant Wood Fiber through Slop Angle Fiber Feature

  • 1. TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 14, No. 2, May 2015, pp. 318 ~ 322 DOI: 10.11591/telkomnika.v14i2.7725  318 Received January 27, 2015; Revised March 23, 2015; Accepted April 17, 2015 The Detection of Straight and Slant Wood Fiber through Slop Angle Fiber Feature Ratri Dwi Atmaja*, Erwin Susanto, Junartho Halomoan, Gurnita K I, Muhammad Ary Murti School of Electrical Engineering, Telkom University Jalan Telekomunikasi no.1, Terusan Buah Batu, Bandung 40257, Indonesia *Corresponding author, e-mail: ratridwiatmaja@telkomuniversity.ac.id Abstract Quality control is one of important process that can not be avoided in industry. Image processing technique is required to distinguish the quality of wood. If it can be done automatically by the computer, it will be very helpful. This paper discusses the detection of straight and slant wood fiber to distinguish its quality. This paper proposes an algorithm by using only two features i.e. mean (average value of slop angle fiber) and maximumangle (the maximum value of slop angle fiber). Then the classification method is used by tresholding. The result shows the performance is achieved on accuracy 79.2% Keywords: detection, slop angle fiber feature, algorithm of feature extraction Copyright © 2015 Institute of Advanced Engineering and Science. All rights reserved. 1. Introduction Image classification technique requires a fairly long step. It starts from image segmentation, object identification, feature extraction, feature selection and classification [5]. Wood image real-time segmentation algorithm based on video processing has been proposed by Ratri [1] and has achieved 100% accuracy. This paper is a continuation of the research paper [1] to distinguish the straight and slant fiber. The samples are taken from previous studies on paper [1] and this paper only focus to the feature extraction algorithm. 2. Research Method Figure 1 is the flowchart of algorithm proposed. The samples are taken using webcame and IP camera. Bwareaopen is used to eliminate the noise (small objects) in binary image. The “bwlabel” is used to find connected objects in binary image. Example of binary image taken and output “bwlabel” results is shown in Figure 2. Figure 1. Flowchart of algorithm proposed
  • 2. TELKOMNIKA ISSN: 2302-4046  The Detection of Straight and Slant Wood Fiber Through Slop Angle Fiber… (Ratri Dwi Atmaja) 319 (a) (b) Figure 2. (a) Example of binary image taken and (b) Output bwlabel results from Figure 2(a) Figure 3. Flowchart to find angle and data N from Figure 3 is the number of connected objects in bwlabel result. From Figure 2(b), there are 3 connected objects so it get N=3. Matrix is binary image of a connected object. There are 3 matrixs on Figure 2(b). Figure 4. Third matrix from Figure 2(b) Area is the amount of 1 valued pixel in matrix. It is obtained area=3 from Figure 4. Then, A is 1-dimensional matrix which is represent the row position of 1 valued pixel taken from matrix. while B is 1-dimensional matrix which is represent the column position of 1 valued pixel taken from matrix. From Figure 4, it is obtained A=[2 1 2] then B=[4 5 5]. It means that there are 3 pixels of 1 valued pixel in coordinate (2,4), (1,5), and (2,5). Min is the lowest value of A, while max is the highest value of A. If A=[2 1 2] then obtained min=1 and max=2.
  • 3.  ISSN: 2302-4046 TELKOMNIKA Vol. 14, No. 2, May 2015 : 318 – 322 320 (a) (b) Figure 5. (a) Flowchart to find leftrow and leftcolumn and (b) Flowchart to find rightrow and rightcolumn length is the length of A, If A=[2 1 2] so it is obtained length =3. Then, angle is an object slope angle (wood fiber) and can be found with this equation: tan | | | | Data is a 1-dimensional matrix contains the values of angle at a wood image. Mean is the average of angle value while maximumangle is the highest angle value. These mean and maximumangle are used as feature vector. Whereas, the classification uses tresholding method. Tresholding is done by the following rules: a) If maximumangle < x or mean < y, It is decided as straight fiber b) If maximumangle >= x and mean >= y, It is decided as slant fiber 3. Results and Analysis The samples which are used are taken from wood processing industry with the size 20cm x 8cm. Figure 6 is the sample: (a) (b) Figure 6. (a) Sample taken through webcame and (b) Sample taken through IP camera
  • 4. TELKOMNIKA ISSN: 2302-4046  The Detection of Straight and Slant Wood Fiber Through Slop Angle Fiber… (Ratri Dwi Atmaja) 321 To see the performance of the proposed algorithm, it is tested by using the three scenarios: a) The samples are taken by using two types of cameras to find out which is the best. b) Do the optimization of x to find out the best value of x c) Do the optimization of y to find out the best value of y Table 1. The result of first scenario No Type of Camera Number of samples Total Accuracy (%) Straight fiber Slant fiber 1 Webcam 592 woods 356 woods 948 woods 71.73 2 IP Camera 150 woods 100 woods 250 woods 77.2 The experiments in Table 1 is done with a value of x = 4 and y = 3.2 then, the results show the accuracy using IP camera is higher than webcame. These results are used as a reference for using the sample of IP camera in the next scenario. Table 2. The result of second scenario No Value of x (degrees) Accuracy (%) 1 2 77.2 2 3 77.2 3 4 77.2 4 10 77.6 5 15 74 6 20 66.8 The experiments in Table 2 is done with a value of y = 3.2 then, the results show that optimal value is on the value of x = 10. In other words, straight wood fiber has a value of slope angle fiber below 10 degrees, and for slant fiber wood has a value of slop angle fiber began over 10 degrees. Table 3. The result of third scenario No Value of y (degrees) Accuracy (%) 1 2.2 68.4 2 3.2 77.6 3 3.7 78.4 4 4 79.2 5 4.2 78.4 6 4.7 74.8 7 5.2 72 The experiments of table 3 is done with a value of x = 10 then, the results show that optimal value is on the value of y = 4. In other words, straight wood fiber has an average value of slop angle fiber below 4 degrees, and for slant fiber wood has an average value of slop angle fiber began over 4 degrees. 4. Conclusion This research has an algorithm with 79.2% accuracy by using only two features i.e. mean (average value of slop angle fiber) and maximumangle (the maximum value of slop angle fiber). This algorithm can be adapted to other cases that have a same typical object. References [1] Ratri Dwi Atmaja. Wood image real-time segmentation algorithm based on video processing. International Journal of Imaging & Robotics. 2014; 15(1).
  • 5.  ISSN: 2302-4046 TELKOMNIKA Vol. 14, No. 2, May 2015 : 318 – 322 322 [2] Haralick, Robert M, Linda G Shapiro. Computer and Robot Vision Volume I. Addison-Wesley. 1992: 28-48. [3] FS Najafabadi, H Pourghassem. Surface and Corner Defect Detection on Tile Images Using Gabor Features, Level Set Segmentation and Dot Product. International Journal of Imaging & Robotics. 2012; 8(2). [4] Ahmad Nazri Ali, Mohd Zaid Abdullah. One Dimensional With Dynamic Features Vector For Iris Classification Using Traditional Support Vector Machines. Journal of Theoretical and Applied Information Technology. 2014; 70(1). [5] Nur Shazwani Kamarudin, et al. Comparison Of Image Classification Techniques Using Caltech 101 Dataset. Journal of Theoretical and Applied Information Technology. 2015; 71(1). [6] Nadeem Mahmood, et al. Image Segmentation Methods and Edge Detection: An Application To Knee Joint Articular Cartilage Edge Detection. Journal of Theoretical and Applied Information Technology. 2015; 71(1). [7] Ning Chen, Xiao-ping Song, Yi Liu. Edge Detection Based on Biomimetic Pattern Recognition. TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(9). [8] Qu zhongshui. An Algorithm of Image Quality Assessment Based on Data Fitting of Image Histogram. TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(1). [9] Hong-an Li, Jie Zhang, Baosheng Kang. Image Deformation Based on Wavelet Filter and Control Curves. TELKOMNIKA Indonesian Journal of Electrical Engineering. 2014; 12(5).