Image Analyst
Followers: 101 Following: 0
Senior Scientist (male/man) and Inventor in the Procter and Gamble Company, one of the world's 10 largest industrial corporations. I did image analysis full time until my retirement in 2023 and currently have only part time jobs with P&G. I have Ph.D. in Optical Sciences specializing in imaging, image processing, and image analysis. 45+ years of military, academic, and (mostly) industrial experience with image analysis programming and algorithm development. Experience designing custom light booths and other imaging systems. Experience with color and monochrome imaging, video analysis, thermal, ultraviolet, hyperspectral, CT, MRI, radiography, profilometry, microscopy, NIR and Raman spectroscopy, etc. on a huge variety of subjects. Member of the Mathworks Community Advisory Board. Be sure to click "View All" in my File Exchange to see ALL of my demos and tutorials.
MATLAB, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Industrial Statistics, Image Processing and Computer Vision
Statistiques
0 Questions
39 489 Réponses
17 Fichiers
Cody0 Problèmes
1 Solution
75 Points forts
RANG
2
of 301 653
RÉPUTATION
78 542
CONTRIBUTIONS
0 Questions
39 489 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
12 599
RANG
28 of 21 377
RÉPUTATION
23 985
CLASSEMENT MOYEN
4.70
CONTRIBUTIONS
17 Fichiers
TÉLÉCHARGEMENTS
109
ALL TIME TÉLÉCHARGEMENTS
221034
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
75 Points forts
NOMBRE MOYEN DE LIKES
3
Feeds
How to calculate spray cone angle with videos?
I've posted spray angle demos before. Have you searched the Answers forum?
2 jours il y a | 3
Plots in appdesigner grids are not the same size
Try setting the InnerPosition or OuterPosition property of the axes to match each other.
5 jours il y a | 0
Find x values where y values are the same from a set of data.
Looking at your plot, the D1 and D8 signals look similar but not the same - not exactly identical like it was just copied to a n...
5 jours il y a | 0
Unable to set breakpoint
Is the file SAVED? If it is, there will be no * next to the file name on the tab. If it is NOT saved, there will be a * next t...
8 jours il y a | 0
matlab installation fail at login account
That's an error I've not seen. I'd ask your professor first and if they don't know I'd call Mathworks on Monday. They give fre...
16 jours il y a | 0
Find specified number of points on curve with identical chord length (not arc length)
Use pdist2 to find the distance of every point to every other point. Then run along every row, starting with the diagonal eleme...
22 jours il y a | 0
How to remove unwanted double image in plot
Try something like this with your data [sortedx, sortOrder] = sort(x, 'ascend'); % Sort x and get the order it was sorted in. ...
22 jours il y a | 1
Identifying bright spots in RGB image
If the spots are always about the same size and white, then you can just segment out white regions and then filter out things th...
environ un mois il y a | 1
2026a Release Date?
They don't announce the date in advance. You can check the website, which usually has it available for download before you get ...
environ un mois il y a | 1
When plotting 3D graphs in MATLAB, can the x and y axis labels be made flush with the x-y plane, as shown in the figure below?
If you have a fixed orientation of the axes, try assigning the Orientation or Rotation properties of the tick labels. However I...
environ un mois il y a | 1
Discussion
MATLAB on Artemis II?
Do we know if MATLAB is being used on the Artemis II (moon mission) spacecraft itself? Like is the crew running MATLAB programs...
environ un mois il y a | 0
Need to download MATLAB 2008b onto my existing computer but no more activations exist for my license
Login to your Mathworks account on the web. Drill down until you see what computers are activated for your license. Tell it to...
environ 2 mois il y a | 0
identifying shapes in image
Yeah, of course. You can't use things like aspect ratio, area, etc. to classify shapes. Aspect ratio of a rectangle will chang...
environ 2 mois il y a | 0
Width and height values for ROIPosition must be greater than 0. error even when explicitly defining them.
I'm using a Teledyne camera with gentl. What happens if you call this attached InitializeVideoCamera function? It's meant to b...
2 mois il y a | 0
Identify non accident properties and segment regions of concavity
You can identify concave regions by using bwconvhull and then subtracting, or doing an XOR, with the original binary image.
2 mois il y a | 0
How can I force a .txt export
First of all NEVER overwrite the built in path variable. It's a reserved variable name and has information in there that you do...
2 mois il y a | 0
| A accepté
visdiff() is crashing continuously in R2025b
No. But I haven't used it. You are a man of very few words (perhaps because you never read the tutorial link below). I'm not s...
2 mois il y a | 0
| A accepté
How to identify a thin line in a noisy sideview picture?
It looks like the blobs are all on the upper side of the water surface. So what I would do is just scan the image finding the l...
2 mois il y a | 0
Seeking advice on batch processing for opacity masking in ARK(Auto-Refractor Keratometer) retroillumination images (500+ images)
I agree with John. 500 is not that many and you'd spend more time developing an automatic algorithm than if you just hand traced...
2 mois il y a | 0
to segment the coins from the background in the image and find the centroid of each distinct segmented coin
It looks like a homework question that gave you some starter code and you're supposed to fill in the commands after the comments...
3 mois il y a | 0
searchin for an M file in all folders of my PC.
Try "Everything" by voidtools: https://www.voidtools.com/ It can give you nearly instant results on where files live. Not like...
3 mois il y a | 0
to segment the coins from the background in the image and find the centroid of each distinct segmented coin
You need to use regionprops See my Image Segmentation Tutorial in my File Exchange: Image Analyst's File Exchange It does exa...
3 mois il y a | 0
How to make a shape and find orientation of said shape from a BW mask?
You can use regionprops and look at 'Orientation' and the Feret properties with regionprops or bwferet.
3 mois il y a | 0
How to do 1D signal analysis?
Right before %% Compute PSDs for original signals [f1, PSD1] = myPSD(sig1, Fs); [f2, PSD2] = myPSD(sig2, Fs); you're going t...
3 mois il y a | 0
How to do 2D Image Processing?
For some examples, see my File Exchange: https://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862&sort=downl...
3 mois il y a | 0
Morphological Image Processing: Object Identification and Separation
There are MATLAB demos that separate particles. See blogs: Watershed transform question from tech support » Watershed transfor...
3 mois il y a | 1
Not able to access license.
Did you try to do what it said about logging in to your account to fix it? And then calling tech support and ask for installati...
3 mois il y a | 0
Can I get specific principal components from PC bands?
How did you specify or locate the coordinates in your MRI images? And is it a set of (x,y) coordinates, one set for each image?...
3 mois il y a | 0
how do i fill in the shapes
If you're ultimately trying to say that "this shape is a yellow triangle" and "this shape is a blue square" then some of what yo...
3 mois il y a | 1
how do i fill in the shapes
I have no idea what "how do i fill in the outline of the shapes so i can recognise them later " means. What do you really want ...
3 mois il y a | 0











