
Image Analyst
Senior Scientist (male/man) and Inventor in one of the world's 10 largest industrial corporations doing image analysis full time. Ph.D. in Optical Sciences specializing in imaging, image processing, and image analysis. 44+ 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: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 Professional Interests: Image analysis and processing
MATLAB, Visual Basic
Spoken Languages:
English
Pronouns:
He/him
Professional Interests:
Image Data Workflows, Industrial Statistics, Image Processing and Computer Vision
Statistiques
0 Questions
38 325 Réponses
17 Fichiers
Cody0 Problèmes
1 Solution
29 Points forts
RANG
2
of 281 859
RÉPUTATION
76 362
CONTRIBUTIONS
0 Questions
38 325 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
12 030
RANG
29 of 19 062
RÉPUTATION
23 233
CLASSEMENT MOYEN
4.70
CONTRIBUTIONS
17 Fichiers
TÉLÉCHARGEMENTS
343
ALL TIME TÉLÉCHARGEMENTS
213622
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
29 Points forts
NOMBRE MOYEN DE LIKES
2
Content Feed
Help in plotting a graph
Try this: numPoints = 1000; x = linspace(0.03, 0.09, numPoints); y = linspace(15, -10, numPoints); plot(x, -12*ones(numPoint...
environ 4 heures il y a | 0
i have detected a object in a scene image , now i want to find centroid coordinates of this object in a whole image . How do i get this ?
See my Image Segmentation Tutorial in my File Exchange: Image Analyst's File Exchange It's a generic, general purpose demo of ...
environ 8 heures il y a | 0
Is it possible to programmatically get a list of all file dependencies included in my standalone application (Matlab Compiler )
I use my attached function. Obviously it only finds functions called by your functions. Even if you hard coded some filename i...
environ 18 heures il y a | 0
How can I plot columnar grains?
Perhaps the Volume Viewer app on the Apps tab of hte tool ribbon.
environ 18 heures il y a | 0
Importing multiple files using a loop
See the FAQ document for code snippets: https://matlab.fandom.com/wiki/FAQ#How_can_I_process_a_sequence_of_files?
1 jour il y a | 0
Skipping iteration on child throwing a warning
You can use try catch: for k = 1 : 200 try % In the try block put the code that might throw an error. catch ...
1 jour il y a | 0
How determine prime numbers after checking if they're odd
Since z is a vector, try using a for loop over all z and checking each element one at a time.
1 jour il y a | 0
looking for the Matlab file "ESG_s26.mat"
If you have the financial toolbox, it's in C:\ProgramData\MATLAB\SupportPackages\R2023b\examples\finance\data
4 jours il y a | 0
I need a little help with tables.
Like some of the others said, the code is working in that it does give numbers in column 2 in between -5 and 5 (if that's what y...
4 jours il y a | 0
Rotate one image and plot on top of another
Try creating a new image by replacing only the parts of the rotated one where it's not white. Like mask = TrunkAngle_Rotation ...
4 jours il y a | 0
How to make horizontal and vertical axis in matlab plot?
Try this: % Method #1: figure; x = -4:11; y = 90 - 15 * x; plot(x, y, 'b-', 'LineWidth', 2); grid on; xlabel('x'); yla...
5 jours il y a | 1
transform infinite plane into finite circular plane
Perhaps try rescaling the appropriate variables with rescale.
5 jours il y a | 0
please i want to implement this formula in matlab
What input values did you supply? What output values did you get and what was expected? It's hard to follow your code because ...
5 jours il y a | 1
Need help plotting the parabolic signal
Hint: n = linspace(0, 10, 1000); Then stem. The derivatives can be computed analytically from the formula for n (what I'd do)...
6 jours il y a | 0
how can we represent a pixel to a character in image ?
Hints: imread, rgb2gray, imshow, imresize, fprintf, size. With a double for loop over rows and columns and those 6 functions, y...
6 jours il y a | 0
Real Football Draft Order Adventure
Here's some help: To learn fundamental concepts, invest 2 hours of your time here: MATLAB Academy - Free 2 hour training T...
6 jours il y a | 0
Smooth data on a Sloping wall
I'd try to rotate the wall so that it's perfectly vertical or horizontal. Then use movmean or conv2 to blur it. Then rotate it...
6 jours il y a | 0
Trying to fix error 353 or error 1616 'no more activations available' but cant deactivate old copy on a crashed machine
You can deactivate from the Mathworks website. Just login and go to your account and look for a link that lists your licenses a...
7 jours il y a | 0
I want my line graph to Overlap
Try this to reposition the legend from the default location to a location that you find more desirable. % Plot something. plot...
7 jours il y a | 0
What criteria should be used to select the number of images used in image processing for detection the drawbacks of any surfaces?
It depends on your situation. So I'm presuming you have some ground truth that tells you whether the algorithm gave the correct...
7 jours il y a | 0
How to have MATLAB provide picture output from a typed sentence
Use a dictionary to find the image file name corresponding to the word. For example the word "speak" might correspond to the "s...
7 jours il y a | 0
Overall intensity calculation from an image
Not sure what you mean by overall intensity. You can get the red channel like this redChannel = rgbImage(:, :, 1); % Get sum ...
7 jours il y a | 0
| A accepté
Edge tracing - left side only
@Carolina Vazquez try this: % Demo by Image Analyst clc; % Clear the command window. close all; % Close all figures (exce...
7 jours il y a | 1
| A accepté
green arrow for current line and variable values not displaying during debug pause at breakpoint
So it stopped on line 68 but there is no green arrow pointing to that line? It could be some kind of display adapter issue. Wh...
9 jours il y a | 0
When are previous version of MATLAB at end of life?
Not sure but those are new enough that they are still supported. If you did have like a 15 year old version, it would probably ...
9 jours il y a | 0
my license check failed for cytomap. Please help?
What license? Can you run MATLAB at all, even before trying to run Cytomap? If so, I'd recommend you contact the author: http...
10 jours il y a | 0
my detector shows multiple bounding boxes .
I don't know what your detector does or how it operates or even what function you called. However maybe you can run through the...
10 jours il y a | 0
How to make a nonperiodic signal periodic?
How about making it for one chunk, and then using repmat to make copies of it? You can't go from t → -∞, +∞ but you can go for...
10 jours il y a | 1
insert two vertical axes (left and right) into the same bar graph
Wow, that is confusing. As a consumer of your data visualization, that would be very confusing for me to interpret. What I'd...
10 jours il y a | 1
Return largest number of decimal places in a vector of numbers
All double numbers have the same number of decimal points, unless they're rounded, because they're all 64 bit numbers. Watch: ...
10 jours il y a | 0