How to Copy Labeled Object Area Value and Paste on Other Object

조회 수: 1 (최근 30일)
Murat Kocaman
Murat Kocaman 2018년 9월 7일
댓글: Murat Kocaman 2018년 9월 13일
Hello,
I am not sure if it is possible or not but would like to ask if anybody has a knowledge on copying the properties of any labeled objects to another oobject. I mean Regionprops values with properties.
An example, I am using below properties on regionprops:
regionprops=regionprops('Centroid','Area','Eccentricity','Perimeter')
and my aim is to copy the area value to pasted point.
  댓글 수: 2
Walter Roberson
Walter Roberson 2018년 9월 7일
So at the target location, the code should check to see if there is an existing object there and if so it should delete or add randomly to the object until the area of the resulting object was the same as the first object?
Murat Kocaman
Murat Kocaman 2018년 9월 11일
Yes. This is my goal.

댓글을 달려면 로그인하십시오.

답변 (3개)

Walter Roberson
Walter Roberson 2018년 9월 7일
regionprops returns a struct. You can assign the struct or parts of it to another variable.

Image Analyst
Image Analyst 2018년 9월 7일
Why would you want to do that? It sounds like a very bad and deceptive idea and would lead to wrong, or at best, misleading results.
You forgot to attach your input binary image, and what you want to see as the result of this (in my opinion, unwise) operation.
What is a "pasted point"? What are you pasting and how and where?
Do you simply want to display some text (in the overlay) of the area of one object but above some different object? Again, this is wrong.

Murat Kocaman
Murat Kocaman 2018년 9월 10일
편집: Murat Kocaman 2018년 9월 10일
I am trying to find a solution to count not counted objects and give the value of average value(Area) of the whole objects which are almost the same. I couldn't do that without fake object approach.
My image is:
The X locations are not counted ones. The red X object is the same with the 22. So I thought I am able to use it instead of that one.
What I use are Centroid, Area and Eccentricity values of the object.
  댓글 수: 4
Image Analyst
Image Analyst 2018년 9월 11일
You haven't given the "use case" for this application, and that would help guide our replies.
First of all, see if you can take photos without overexposing the subject.
Then, I'm guessing that you want to compare this thing (ring or jewelry or whatever) to a perfect version, so do you have a perfect version to compare it to?
Next, if the subject is the same for every photo, then why can't you just use imfreehand() to hand draw a template - a set of regions that define where every region should be? If all your subjects will be the same shape/structure, then a template would be the simplest approach.
Murat Kocaman
Murat Kocaman 2018년 9월 13일
I think editing your code on the manual duplicating which we have already discussed at that topic would solve the problem. I am trying to implement it thank you.
So, fake object approach become duplicating objects and because the outer objects on the above picture are the same It would be better than the first.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Segmentation and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by