Ask Your Question

jatt-5015's profile - activity

2014-11-17 10:24:40 -0600 received badge  Student (source)
2014-10-29 08:46:46 -0600 received badge  Organizer (source)
2014-10-29 08:45:11 -0600 asked a question Categorizing lines on a shirt

TASK

I am interested in detection of texture on a shirt i.e. whether there are -

  1. Both Horizontal and vertical lines
  2. Only Horizontal lines
  3. Only Vertical lines
  4. Neither Horizontal nor Vertical

My images are as under -

Category 1 : Both horizontal and vertical lines

image description image description image description

Category 2 : Only Horizontal

image description image description

Category 3 : Only Vertical

image description image description

Category 4 : Neither Vertical nor Horizontal

image description image description

Methods I have tried

I have tried -

  1. Hough Lines -- A single line is broken into multiple lines. Results, were poor.
  2. Feature Extraction -- I extracted keypoints using SIFT and SURF and tried to check their orientation, could not find any pattern.
  3. Edge Detection -- I tried using Sobel Edge Detection, both in horizontal and vertical direction but could not figure out how to use that data.

QUESTION

How should I approach this task? What image processing algorithms should I use? How can I use the available OpenCV functionality?

2014-10-17 02:09:57 -0600 received badge  Supporter (source)