Community Profile

photo

Cynth


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Answered
How do I create an array of scalars?
I figured it out. Instead, the following code works. info = regionprops(CC, 'MinorAxisLength','MajorAxisLength'); Major_I(...

12 years ago | 0

Question


How do I create an array of scalars?
I want to make a list of the major and minor axis of several different functions. I made a loop loop that runs images from 1:10...

12 years ago | 2 answers | 0

2

answers

Question


How to find the index of a specific point on a bwlabeled image
After you use bwlabel on an image, if you use [x,y] = ginput and find certain points on an image. What code can you use to get t...

12 years ago | 1 answer | 0

1

answer

Question


How to get Areas of Specified Objects in an Image?
I have been trying to take an image and divide it up into regions, and then calculate various properties of those regions. A s...

13 years ago | 3 answers | 0

3

answers