Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to slice image with respect to horizontal line pattern

I am new to opencv and trying out segmenting operations. I have this processed image as follows --> image description

I want to slice the image into separate blocks only if the line covers about 70% of the total width as shown in below image -->

image description

I tried HoughLine Transform as given in this link but the results were completely wrong and not even close. Please explain how to solve this problem with code.

How to slice image with respect to horizontal line pattern

I am new to opencv and trying out segmenting operations. I have this processed image as follows --> image description

I want to slice the image into separate blocks only if the line covers about 70% of the total width as shown in below image -->

image description

I tried HoughLine Transform as given in this link but the results were completely wrong and not even close. Please explain how to solve this problem with code.