Community Profile

photo

Matthew Schneck


Virginia Commonwealth University

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Question


How can I generate a "movie" using a series of binary images?
I have a 3-D matrix where each x-y plane defines a binary image. variable(:,:,1) calls image one; variable(:,:,2) is image 2...

9 years ago | 1 answer | 0

1

answer

Question


How do I individually calculate the area of each enclosed space within a binary image?
I have a binary image with multiple enclosed, assumed to be circular, areas and would like to calculate the enclosed areas indiv...

9 years ago | 1 answer | 0

1

answer

Answered
how to calculate the area of the segmented region?
You can calculate the area of a segmented image using the regionprops function: area = regionprops(your_image_name , 'Area'...

9 years ago | 0

Answered
How do I convert data stored in a variable as a matrix to an excel file?
There is a built-in function that can do this for you called 'xlswrite'. It is much better than transcribing numbers by hand. ...

9 years ago | 0

Question


How to call a function with a GUI push button
I would like to create a GUI that performs a set of specified operations (defined in a separate function) on an image chosen by ...

9 years ago | 1 answer | 0

1

answer