Mark Hayworth - MATLAB Central
photo

Mark Hayworth


The Procter & Gamble Company

Last seen: ongeveer 2 jaar ago Active since 2010

Followers: 0   Following: 0

Message

I've been doing image analysis for over 30 years. Professional Interests: image analysis

Statistics

All
MATLAB AnswersFile ExchangeFrom 07/10 to 05/25Use left and right arrows to move selectionFrom 07/10Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

5 Questions
5 Answers

File Exchange

3 Files

RANK
2.830
of 298.615

REPUTATION
21

CONTRIBUTIONS
5 Questions
5 Answers

ANSWER ACCEPTANCE
20.0%

VOTES RECEIVED
4

RANK
767 of 20.624

REPUTATION
2.406

AVERAGE RATING
4.30

CONTRIBUTIONS
3 Files

DOWNLOADS
20

ALL TIME DOWNLOADS
22619

RANK

of 161.826

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 5-Star Galaxy Level 5
  • Personal Best Downloads Level 3
  • First Review
  • First Submission
  • Thankful Level 1
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Question


Get data point that was clicked on in graph
I have a plot on a GUIDE GUI that gives some measurement made from frames in a video. What my user wants is to click on a point...

meer dan 2 jaar ago | 1 answer | 0

1

answer

Question


Determine available disk space
I was acquiring a bunch of images and got a write error from imwrite that it couldn't write the file. It turned out the problem...

meer dan 2 jaar ago | 3 answers | 1

3

answers

Submitted


MAGIC - MATLAB Generic Imaging Component
Tutorial GUI to demonstrate basic functionality of various controls on the GUI

meer dan 7 jaar ago | 10 downloads |

4.6 / 5
Thumbnail

Question


Need something like polyarea(), but that handles crossings.
I want to find the enclosed area of a list of (x,y) coordinates that define a perimeter. Normally polyarea() will do this, howe...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


Philips hue lighting system - a JSON device
My son got a <http://www2.meethue.com/en-us/ Philips Hue> bridge (network device) and some wi-fi bulbs. He wants to have his co...

meer dan 9 jaar ago | 2 answers | 2

2

answers

Answered
How can I determine the number of digits after the decimal point?
You can use the round() function to round a number to the specified number of places (though way out at the umpteenth place it m...

ongeveer 10 jaar ago | 0

| accepted

Answered
loading file from my directory?
Perhaps this: <http://www.mathworks.com/matlabcentral/fileexchange/32479-import-imagej-rois>

bijna 11 jaar ago | 0

Question


How do I set up a project or solution?
My guess is that _we can't_ , but I'll ask anyway... I would like to be able to have project files, where I have a collection...

bijna 11 jaar ago | 2 answers | 0

2

answers

Submitted


Stitch
Stiches or averages two image files or two sound files into a single file.

meer dan 11 jaar ago | 8 downloads |

4.0 / 5
Thumbnail

Answered
semi automatic circle fit function
Would the FAQ help? See <http://matlab.wikia.com/wiki/FAQ#How_can_I_fit_a_circle_to_a_set_of_XY_data.3F>

meer dan 12 jaar ago | 0

| accepted

Answered
noise removal in images
Try bwareaopen().

meer dan 12 jaar ago | 0

| accepted

Answered
Polygon width and centerline
Easy. Starting from a binary image... # Use bwmorph() to get the skeleton. # Use bwdist() to get the distance from the ce...

bijna 13 jaar ago | 1

| accepted

Submitted


Color Frequency Image
The frequency image is where the pixel intensity represents the frequency of the same color pixels.

bijna 15 jaar ago | 2 downloads |

4.3 / 5
Thumbnail