Extract information from grayscale image

2 次查看(过去 30 天)
Hi everyone, I need to extract some information from the attached grayscale image. Since this kind of image contains information (multiple lines, shading) I cannot convert to binary image to avoid loss of information. Generally my main objective is to understand the image intensity so that I can identify which one is front or rear dimensrion.
Thank you

采纳的回答

Image Analyst
Image Analyst 2014-2-24
Line drawings are ambiguous. You can't tell whether the two upper quadrilaterals are closest to you (so that the "notch" is in the back and you are looking at the underside), or the notch is in the front and you are looking down at the object. A classical line drawing of the 12 sides of a box is similar - you can't tell.
Why do you have to do this anyway? What is the "use case" (to use extreme programmer's lingo)

更多回答(1 个)

missC
missC 2014-2-24
Firstly thanks for your response. Well, seems its complicated. The main objective is to reconstruct the 3D model from the line drawing. Somehow I believe the illustration like shading, line pressure can assist on the recognition. Previously, I converted into line drawing (using morphological operation and thinning algorithm) and currently working on 2D geometrical (junctions,line and regions) entities extraction using chain code. By having only line drawing, I can't recognize which one is front or rear dimension. Could you have any suggestion other than this? Many thanks.
  2 个评论
Image Analyst
Image Analyst 2014-2-24
I'm not sure without researching it. It won't be easy. You can start here: http://en.wikipedia.org/wiki/Hidden_line_removal
You didn't answer my second question about why you need to do this. Do you know?
missC
missC 2014-2-24
As I told you (maybe i did not clarified), it is for 2D line recognition. I converted to binary image and did some preprocessing until get thinned image in order to identify the geometrical entities. Now I am trying to understand, how to program so that by having intensity of image, a machine can understand the bold and pressure part will be the front dimension. In simple manner, for dimension (front and rear) recognition. I am still in the process of this, and everything is for 3D reconstruction

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by