International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7973
REAL TIME VISION SYSTEM FOR THREAD COUNTING IN WOVEN FABRIC
S. Nithya1, S.R. Nandhini2, S. Naveena3, T. Nivashini4
1Assistant Professor(Sr.G), Department of ECE,KPR Institute of Engineering and Technology
2,3,4Student, Department of ECE,KPR Institute of Engineering and Technology
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - In garment manufacturing, an automatic sewing
machine is desirable to reduce cost. To accomplish this, a
high speed vision system is required to track fabric motions
and recognize the warp and weft count with high accuracy.
This letter presents an innovative framework for thread
counting in woven fabric. Our framework includes a module
for motion estimation using blob detection and feature
matching. In this experiment, the proposed thread based
texture tracking system is capable of tracking denim fabric
with high accuracy.
keywords: blob detection, fabric quality, warp and
weft count.
1. INTRODUCTION
Woven fabrics are highly structured materials, the
appearance and mechanical features of fabrics are
influenced by their structures. There are several
parameters influencing their structures, such as the weave
patterns, the linear density of yarns, and yarn counts.
Accurate identification of these structural characteristics
offers a tool for fabric appearance evaluation and quality
control. In traditional textile industry, the work to analyze
fabric structures still relies on manual operations with the
help of magnifying glass and a teasing needle, which are
very tedious and time consuming. Thus, an automatic
analysis of fabric structural characteristics is desirable in
order to reduce labor cost and testing time.
Weaving is a textile production method which
involves interlacing a set of longer threads (called the
warp) with a set of crossing threads (called the weft). This
is done on a frame or machine known as a loom. Though
the vast majority of weaving is mechanised, some weaving
is still done by hand. Fabrics can be made in various
strength and degrees of durability, from the finest
gossamer to the sturdiest canvas. The factory system of
machine weaving produces quantities of standardized
material for mass consumption, though some of the finest
silks, velvets, table linens, and carpets are still woven on
handlooms. Woven fabrics are classified as to weave or
structure according to the manner in which warp and weft
cross each other.
The three fundamental types of weaving are plain,
twill, and satin. The weave pattern known as the twill,
shows a diagonal design made by causing weft threads to
interlace two to four warp threads. Noted for their
firmness and close weave, twill fabrics include gabardine,
serge, drill, and denim. This experiment uses denim fabric
as the input.
Typically, the inspection process relies strictly on
the human eye and it is done after the fabric formation.
Even with the well designed automated sewing machines
the error cannot be completely reduced to zero. This
human inspection system worked well when the amount
of wages are small. Later by years, the automation in the
production system made the amount of wages to be
increased and productivity are faster than ever. Therefore,
the traditional visual inspection for thread counting has no
ability to cope with today requirements. Moreover, the
traditional method are more prone to fatigue over time
and inevitably causes small counting errors.
Because of these vast drawbacks of human
inspection of counting threads in fabrics, and in order to
increase accuracy, attempts are being made to replace the
manual visual inspection by automated one that employs a
camera and imaging routines to ensure the best possibility
of objective and consistent evaluation of fabric quality.
These systems are called as Fabric Automatic Visual
Inspection (FAVI). These visual inspection not only offer
advantage for thread counting but also offers wide
potential advantages in analyzing major defects in fabric,
to reduce cost of inspection and elimination of human
errors. Therefore, automated visual inspection is gaining
increasing importance in weaving industry.
2. LITERATURE SURVEY
Before 2008, few surveys of the automated visual
inspection (AVI) system are available. Mostly the visual
inspection is used for defect detection in woven fabric,
which includes finding of weaving defect, oil spill
detection, finding loops, missing yarns, thick warp, snag
and knot.
But none covered the automatic visual inspection
of thread counting, probably due to their wide coverage on
inspection problem. Though, the area of defect detection
has been a popular research topic for many years yet
major techniques for defect detection in fabric are
reviewed in recent papers with more or less complete lists
of references. The defect detection problem can be
identified into three major classical categories: statistical
approach, frequency domain approach and model-based
approach. Relatively new detection methods which
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7974
include learning approaches showed promising results
and are worth considering.
The research work relevant to the automation of
fabric defect detection is very vast and diverse. It is
reasonable to believe that, the results of an automated
inspection system rely on its implementation where, the
better approach for defect detection is related to the
expected defect types. Mainly, all researchers consider this
task as texture segmentation and identification problem.
This survey focuses on the defect detection in
fabric which are categorized into six approaches. They
include statistical, structural, filter based, spectral based,
model based and learning.
The statistical approaches includes Bi level and
gray level thresholding, auto and cross correlation, Co-
occurrence matrix, local linear transform, histogram
properties and fractal dimensions.
The structural approaches includes primitive
measurements, edge features, skeleton representation,
morphological operations. The filter based approaches
includes spatial domain filtering, frequency domain
filtering, joint spatial/ spatial-frequency domain filtering.
The model based approaches includes Gauss
Markov random field model, Textem model, Model based
clustering. The learning approaches include Artificial
neural networks.
3. EXISTING SYSTEM
The existing system for thread counting in woven
fabric is use of magnifying glass and a teasing needle.
FIG 1 MAGNIFYING GLASS
The above FIG 1 shows the traditional way of
counting threads in looms. This is placed on the woven
fabric to check the thread count. This method is useful
when the rate of productivity is less. Later by years the
production of wages increased. So, analyzing thread count
for large quantity of wages is difficult. Hence the automatic
visual system is proposed for counting threads.
The purpose of counting threads is to maintain
the count throughout the fabric. On the finished product
the defect of thread count would cause the item to be a
second. The second is a fabric with a conspicuous defect
that affects the saleability.
The major problem of using the existing system is
that it leads to human error in counting threads and also
causes eye defects.
4. PROPOSED SYSTEM
The proposed system is based on the image
processing techniques done in Matlab R2013a. The
processing techniques are applied successfully to denim
fabric tracking and thread counting.
The recognizing process depends basically on two
factors. They include region detection and feature
extraction. The algorithm used for yarn region detection is
MSER. The algorithm used for feature extraction is SURF.
The first step of processing techniques is loading
the test image(denim fabric, may be gray or rgb). The test
image is resized(256x256) and converted to gray image.
After this process, yarn regions are detected from both the
test image and the trained image using MSER detection
algorithm. The regions of test and train images are
matched. From that, white regions(warp region) are
extracted. Based on the centroids, the warp and weft count
are done in a certain region. After that count is extended to
full image.
SURF algorithm is used for extraction of features
that is blob matching(autocorrelation of images).Detection
and matching of weave patterns takes place. The result of
warp and weft count is displayed in command window.
5. RESULTS AND DISCUSSION
The count of warp and weft in woven fabric is
shown below with denim fabric as the input.
FIG 2 INPUT IMAGE
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7975
The FIG 2 shows the denim fabric as the input
image.
FIG 3 OUTPUT
The FIG 3 shows the output image.
The total number of warp patterns 43
The total number of weft patterns 21
6. CONCLUSION
This paper explains the working of automatic
system of thread counting that uses the data sets as the
input. This method is based on the image processing
techniques. This technique is applied successfully to
denim fabric tracking and thread counting. Another major
step in the future is to develop a real time capturing of
images of different fabrics and processing it to find the
thread count.
REFERENCES
[1] Z.Wang, T.Hegazy, Z. Long, and G. AlRegib, “Noise-
robust detection and tracking of salt domes in post
migrated volumes using texture, tensors, and subspace
learning,” Geophysics, vol. 80, no. 6, pp. WD101–WD116,
2015.
[2] M. Pham, G. Mercier, E. Trouv´e, and S. Lef`evre, “SAR
image texture tracking using a pointwise graph-based
model for glacier displacement measurement,” in Proc.
IEEE Int. Geosci. Remote Sens. Symp., 2017, pp. 1083–
1086.
[3] W. J. Book et al., “Automated garment manufacturing
system using novel sensing and actuation,” in Proc. Int.
Symp. Flexible Autom., Tokyo, ISFA, 2010, pp. 1–10.
[4] H. Liang and D. S. Weller, “Edge-based texture
granularity detection,” in Proc. IEEE Int. Conf. Image
Process., 2016, pp. 3563–3567.
[5] J. Hays, M. Leordeanu, A. A. Efros, and Y. Liu,
“Discovering texture regularity as a higher-order
correspondence problem,” in Proc. Eur. Conf. Comput. Vis.,
2006, pp. 522–535.
[6] W. Lin andY. Liu, “Tracking dynamic near-regular
texture under occlusion and rapid movements,” in Proc.
Eur. Conf. Comput. Vis., 2006, pp. 44–55.
[7] W. Lin and Y. Liu, “A lattice-based MRF model for
dynamic near-regular texture tracking,” IEEE Trans.
Pattern Anal.l Mach. Intell., vol. 29, no. 5, pp. 777–792, May
2007.

More Related Content

PDF
Fabric Defect Detection by using Neural Network technique
PPTX
Study on woven fabric design
PDF
Fabric knitting
PDF
Process control and yarn quality in spinning woodhead publishing-karthik
PPT
PPTX
Cam arangement of differet knit fabrics
PPTX
Advanced Garment Technology
Fabric Defect Detection by using Neural Network technique
Study on woven fabric design
Fabric knitting
Process control and yarn quality in spinning woodhead publishing-karthik
Cam arangement of differet knit fabrics
Advanced Garment Technology

What's hot (7)

DOC
Woven Fabric faults and it's remedies
PPTX
Modefied hand loom in Ethiopia Final presentation ppt
PPTX
Pattern grading
PDF
Extensiometer for fabric
PDF
Study on different international standards
PPTX
Orizio.com
PPTX
IN FUTURE ROBOTS CAN TAKE PLACE OF HUMANS
Woven Fabric faults and it's remedies
Modefied hand loom in Ethiopia Final presentation ppt
Pattern grading
Extensiometer for fabric
Study on different international standards
Orizio.com
IN FUTURE ROBOTS CAN TAKE PLACE OF HUMANS
Ad

Similar to IRJET- Real Time Vision System for Thread Counting in Woven Fabric (20)

PDF
textile fabric defects
PDF
A Review on Fabric Defect Detection Techniques
PDF
IRJET- Defect Detection in Fabric using Image Processing Technique
PDF
IRJET- Fabric Defect Classification using Modular Neural Network
PDF
A REVIEW OF DETECTION OF STRUCTURAL VARIABILITY IN TEXTILES USING IMAGE PROCE...
PDF
CUTTING METHOD STANDARDIZATION
PDF
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
PDF
Implementation of Six Sigma: A case in Textile Industry
PDF
IRJET- Artificial Intelligence for Unearthing Yarn Breakage
PDF
Automation and Robotics Management in Textile Industries
PDF
PRODUCTIVITY IMPROVEMENT IN SPREADING (CUTTING) SECTION BY IMPLEMENTING PRE-D...
PDF
Regression model development for showing relation between mechanical yarn str...
PDF
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
PDF
IRJET- Lane Detection using Neural Networks
PDF
IRJET - Pothole Detection System
PDF
Drap pic frame
PDF
Leather Quality Estimation Using an Automated Machine Vision System
PDF
Leather Quality Estimation Using an Automated Machine Vision System
PDF
Efficiency losses calculation and identify causes of losses of circular knitt...
textile fabric defects
A Review on Fabric Defect Detection Techniques
IRJET- Defect Detection in Fabric using Image Processing Technique
IRJET- Fabric Defect Classification using Modular Neural Network
A REVIEW OF DETECTION OF STRUCTURAL VARIABILITY IN TEXTILES USING IMAGE PROCE...
CUTTING METHOD STANDARDIZATION
FABRIC DEFECT DETECTION BASED ON IMPROVED FASTER RCNN
Implementation of Six Sigma: A case in Textile Industry
IRJET- Artificial Intelligence for Unearthing Yarn Breakage
Automation and Robotics Management in Textile Industries
PRODUCTIVITY IMPROVEMENT IN SPREADING (CUTTING) SECTION BY IMPLEMENTING PRE-D...
Regression model development for showing relation between mechanical yarn str...
Fingerprint Based Gender Classification by using Fuzzy C- Means and Neural Ne...
IRJET- Lane Detection using Neural Networks
IRJET - Pothole Detection System
Drap pic frame
Leather Quality Estimation Using an Automated Machine Vision System
Leather Quality Estimation Using an Automated Machine Vision System
Efficiency losses calculation and identify causes of losses of circular knitt...
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PDF
Computer organization and architecuture Digital Notes....pdf
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PPTX
Building constraction Conveyance of water.pptx
PPTX
Feature types and data preprocessing steps
PPTX
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
PPTX
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
PPTX
mechattonicsand iotwith sensor and actuator
PPTX
Measurement Uncertainty and Measurement System analysis
PDF
Exploratory_Data_Analysis_Fundamentals.pdf
PDF
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
PDF
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
PPTX
Petroleum Refining & Petrochemicals.pptx
PPTX
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
PDF
distributed database system" (DDBS) is often used to refer to both the distri...
PDF
Applications of Equal_Area_Criterion.pdf
PPTX
wireless networks, mobile computing.pptx
PPTX
Amdahl’s law is explained in the above power point presentations
PPTX
Management Information system : MIS-e-Business Systems.pptx
PDF
Design Guidelines and solutions for Plastics parts
Computer organization and architecuture Digital Notes....pdf
20250617 - IR - Global Guide for HR - 51 pages.pdf
Building constraction Conveyance of water.pptx
Feature types and data preprocessing steps
A Brief Introduction to IoT- Smart Objects: The "Things" in IoT
Computer System Architecture 3rd Edition-M Morris Mano.pdf
Graph Data Structures with Types, Traversals, Connectivity, and Real-Life App...
mechattonicsand iotwith sensor and actuator
Measurement Uncertainty and Measurement System analysis
Exploratory_Data_Analysis_Fundamentals.pdf
Accra-Kumasi Expressway - Prefeasibility Report Volume 1 of 7.11.2018.pdf
null (2) bgfbg bfgb bfgb fbfg bfbgf b.pdf
Petroleum Refining & Petrochemicals.pptx
Sorting and Hashing in Data Structures with Algorithms, Techniques, Implement...
distributed database system" (DDBS) is often used to refer to both the distri...
Applications of Equal_Area_Criterion.pdf
wireless networks, mobile computing.pptx
Amdahl’s law is explained in the above power point presentations
Management Information system : MIS-e-Business Systems.pptx
Design Guidelines and solutions for Plastics parts

IRJET- Real Time Vision System for Thread Counting in Woven Fabric

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7973 REAL TIME VISION SYSTEM FOR THREAD COUNTING IN WOVEN FABRIC S. Nithya1, S.R. Nandhini2, S. Naveena3, T. Nivashini4 1Assistant Professor(Sr.G), Department of ECE,KPR Institute of Engineering and Technology 2,3,4Student, Department of ECE,KPR Institute of Engineering and Technology ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - In garment manufacturing, an automatic sewing machine is desirable to reduce cost. To accomplish this, a high speed vision system is required to track fabric motions and recognize the warp and weft count with high accuracy. This letter presents an innovative framework for thread counting in woven fabric. Our framework includes a module for motion estimation using blob detection and feature matching. In this experiment, the proposed thread based texture tracking system is capable of tracking denim fabric with high accuracy. keywords: blob detection, fabric quality, warp and weft count. 1. INTRODUCTION Woven fabrics are highly structured materials, the appearance and mechanical features of fabrics are influenced by their structures. There are several parameters influencing their structures, such as the weave patterns, the linear density of yarns, and yarn counts. Accurate identification of these structural characteristics offers a tool for fabric appearance evaluation and quality control. In traditional textile industry, the work to analyze fabric structures still relies on manual operations with the help of magnifying glass and a teasing needle, which are very tedious and time consuming. Thus, an automatic analysis of fabric structural characteristics is desirable in order to reduce labor cost and testing time. Weaving is a textile production method which involves interlacing a set of longer threads (called the warp) with a set of crossing threads (called the weft). This is done on a frame or machine known as a loom. Though the vast majority of weaving is mechanised, some weaving is still done by hand. Fabrics can be made in various strength and degrees of durability, from the finest gossamer to the sturdiest canvas. The factory system of machine weaving produces quantities of standardized material for mass consumption, though some of the finest silks, velvets, table linens, and carpets are still woven on handlooms. Woven fabrics are classified as to weave or structure according to the manner in which warp and weft cross each other. The three fundamental types of weaving are plain, twill, and satin. The weave pattern known as the twill, shows a diagonal design made by causing weft threads to interlace two to four warp threads. Noted for their firmness and close weave, twill fabrics include gabardine, serge, drill, and denim. This experiment uses denim fabric as the input. Typically, the inspection process relies strictly on the human eye and it is done after the fabric formation. Even with the well designed automated sewing machines the error cannot be completely reduced to zero. This human inspection system worked well when the amount of wages are small. Later by years, the automation in the production system made the amount of wages to be increased and productivity are faster than ever. Therefore, the traditional visual inspection for thread counting has no ability to cope with today requirements. Moreover, the traditional method are more prone to fatigue over time and inevitably causes small counting errors. Because of these vast drawbacks of human inspection of counting threads in fabrics, and in order to increase accuracy, attempts are being made to replace the manual visual inspection by automated one that employs a camera and imaging routines to ensure the best possibility of objective and consistent evaluation of fabric quality. These systems are called as Fabric Automatic Visual Inspection (FAVI). These visual inspection not only offer advantage for thread counting but also offers wide potential advantages in analyzing major defects in fabric, to reduce cost of inspection and elimination of human errors. Therefore, automated visual inspection is gaining increasing importance in weaving industry. 2. LITERATURE SURVEY Before 2008, few surveys of the automated visual inspection (AVI) system are available. Mostly the visual inspection is used for defect detection in woven fabric, which includes finding of weaving defect, oil spill detection, finding loops, missing yarns, thick warp, snag and knot. But none covered the automatic visual inspection of thread counting, probably due to their wide coverage on inspection problem. Though, the area of defect detection has been a popular research topic for many years yet major techniques for defect detection in fabric are reviewed in recent papers with more or less complete lists of references. The defect detection problem can be identified into three major classical categories: statistical approach, frequency domain approach and model-based approach. Relatively new detection methods which
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7974 include learning approaches showed promising results and are worth considering. The research work relevant to the automation of fabric defect detection is very vast and diverse. It is reasonable to believe that, the results of an automated inspection system rely on its implementation where, the better approach for defect detection is related to the expected defect types. Mainly, all researchers consider this task as texture segmentation and identification problem. This survey focuses on the defect detection in fabric which are categorized into six approaches. They include statistical, structural, filter based, spectral based, model based and learning. The statistical approaches includes Bi level and gray level thresholding, auto and cross correlation, Co- occurrence matrix, local linear transform, histogram properties and fractal dimensions. The structural approaches includes primitive measurements, edge features, skeleton representation, morphological operations. The filter based approaches includes spatial domain filtering, frequency domain filtering, joint spatial/ spatial-frequency domain filtering. The model based approaches includes Gauss Markov random field model, Textem model, Model based clustering. The learning approaches include Artificial neural networks. 3. EXISTING SYSTEM The existing system for thread counting in woven fabric is use of magnifying glass and a teasing needle. FIG 1 MAGNIFYING GLASS The above FIG 1 shows the traditional way of counting threads in looms. This is placed on the woven fabric to check the thread count. This method is useful when the rate of productivity is less. Later by years the production of wages increased. So, analyzing thread count for large quantity of wages is difficult. Hence the automatic visual system is proposed for counting threads. The purpose of counting threads is to maintain the count throughout the fabric. On the finished product the defect of thread count would cause the item to be a second. The second is a fabric with a conspicuous defect that affects the saleability. The major problem of using the existing system is that it leads to human error in counting threads and also causes eye defects. 4. PROPOSED SYSTEM The proposed system is based on the image processing techniques done in Matlab R2013a. The processing techniques are applied successfully to denim fabric tracking and thread counting. The recognizing process depends basically on two factors. They include region detection and feature extraction. The algorithm used for yarn region detection is MSER. The algorithm used for feature extraction is SURF. The first step of processing techniques is loading the test image(denim fabric, may be gray or rgb). The test image is resized(256x256) and converted to gray image. After this process, yarn regions are detected from both the test image and the trained image using MSER detection algorithm. The regions of test and train images are matched. From that, white regions(warp region) are extracted. Based on the centroids, the warp and weft count are done in a certain region. After that count is extended to full image. SURF algorithm is used for extraction of features that is blob matching(autocorrelation of images).Detection and matching of weave patterns takes place. The result of warp and weft count is displayed in command window. 5. RESULTS AND DISCUSSION The count of warp and weft in woven fabric is shown below with denim fabric as the input. FIG 2 INPUT IMAGE
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 7975 The FIG 2 shows the denim fabric as the input image. FIG 3 OUTPUT The FIG 3 shows the output image. The total number of warp patterns 43 The total number of weft patterns 21 6. CONCLUSION This paper explains the working of automatic system of thread counting that uses the data sets as the input. This method is based on the image processing techniques. This technique is applied successfully to denim fabric tracking and thread counting. Another major step in the future is to develop a real time capturing of images of different fabrics and processing it to find the thread count. REFERENCES [1] Z.Wang, T.Hegazy, Z. Long, and G. AlRegib, “Noise- robust detection and tracking of salt domes in post migrated volumes using texture, tensors, and subspace learning,” Geophysics, vol. 80, no. 6, pp. WD101–WD116, 2015. [2] M. Pham, G. Mercier, E. Trouv´e, and S. Lef`evre, “SAR image texture tracking using a pointwise graph-based model for glacier displacement measurement,” in Proc. IEEE Int. Geosci. Remote Sens. Symp., 2017, pp. 1083– 1086. [3] W. J. Book et al., “Automated garment manufacturing system using novel sensing and actuation,” in Proc. Int. Symp. Flexible Autom., Tokyo, ISFA, 2010, pp. 1–10. [4] H. Liang and D. S. Weller, “Edge-based texture granularity detection,” in Proc. IEEE Int. Conf. Image Process., 2016, pp. 3563–3567. [5] J. Hays, M. Leordeanu, A. A. Efros, and Y. Liu, “Discovering texture regularity as a higher-order correspondence problem,” in Proc. Eur. Conf. Comput. Vis., 2006, pp. 522–535. [6] W. Lin andY. Liu, “Tracking dynamic near-regular texture under occlusion and rapid movements,” in Proc. Eur. Conf. Comput. Vis., 2006, pp. 44–55. [7] W. Lin and Y. Liu, “A lattice-based MRF model for dynamic near-regular texture tracking,” IEEE Trans. Pattern Anal.l Mach. Intell., vol. 29, no. 5, pp. 777–792, May 2007.