Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.5K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Image processing and edge recognition

Posted 4 years ago
Attachments:
2 Replies

Dear Henrik, thank you for your reply, indeed these commands work similarly. In case you can clearly see the shape in the original file I thought that despite only 33px width I was somehow able to increase the quality of the output file- especially since after filtering the image is quite sharp with a clear contour of the interface.

Do you have any ideas for improving the image analysis for bubble shape ?

Cezary,

I guess the basic problem is the really low resolution of your image:

ImageDimensions[img0 = First@Import["original.pdf", "EmbeddedImages"][1]]
(*   Out:   {17,256}   *)

BTW: A probably equivalent result can be achieved somewhat more simple like so:

FillingTransform@ColorNegate@Binarize[img0]
POSTED BY: Henrik Schachner
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard