photo

Steve Eddins


Last seen: Today Actif depuis 2011

Followers: 26   Following: 4

Retired from MathWorks in 2024 after 30 years of service. Can now be found at MATLAB Central and steveeddins.com. MathWorks career included image processing, toolbox development, MATLAB development and design, development team management, MATLAB design standards, Steve on Image Processing blog (https://blogs.mathworks.com/steve). Co-author of Digital Image Processing Using MATLAB (https://www.imageprocessingplace.com/DIPUM-3E/dipum3e_main_page.htm). French horn enthusiast, member of Concord Orchestra and Melrose Symphony, member of the board of Cormont Music and the Kendall Betts Horn Camp

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistiques

All
MATLAB Answers

1 Question
154 Réponses

File Exchange

21 Fichiers

Cody

7 Problèmes
211 Solutions

Discussions

13 Points forts

RANG
207
of 301 513

RÉPUTATION
512

CONTRIBUTIONS
1 Question
154 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
100

RANG
7 433 of 21 310

RÉPUTATION
135

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
21 Fichiers

TÉLÉCHARGEMENTS
47

ALL TIME TÉLÉCHARGEMENTS
79348

RANG
704
of 175 013

CONTRIBUTIONS
7 Problèmes
211 Solutions

SCORE
2 976

NOMBRE DE BADGES
23

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
13 Points forts

NOMBRE MOYEN DE LIKES
4

  • Pro
  • Thankful Level 1
  • Strings I Master
  • Indexing I Master
  • GitHub Submissions Level 3
  • Personal Best Downloads Level 3
  • Introduction to MATLAB Master
  • 6 Month Streak
  • Speed Demon
  • Community Group Solver
  • Computational Geometry I Master
  • Promoter

Afficher les badges

Feeds

Réponse apportée
Who can tell me how to use GUIDE in MATLAB version 2025a?T-T
GUIDE has been officially retired in R2025a. See Sonja Sethi's blog post, "Goodbye GUIDE, Hello App Designer: Evolving your MATL...

6 mois il y a | 1

Réponse apportée
How does the svd function determine or fix the phase of singular vectors?
For a discussion of how MATLAB computes the SVD, see Cleve Moler's blog post, "Two Flavors of SVD," 23-Feb-2025. The svd doc pa...

6 mois il y a | 1

Réponse apportée
Problem with image registration on images with simple patterns
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 mois il y a | 0

| A accepté

Réponse apportée
is there a bug in imregcorr-function for transformtype "rigid" ?
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 mois il y a | 0

| A accepté

Réponse apportée
Registering high resolution image with blurry image
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 mois il y a | 0

Réponse apportée
imregcorr() misaligns images badly
As of R2024b, the function imregcorr uses a new algorithm called normalized gradient correlation. See my 16-Oct-2025 blog post f...

6 mois il y a | 1

Réponse apportée
Image registration with different x and y scales
I know I'm 5+ years late to this question, but I just now came across it while reviewing old questions about imregcorr. The tra...

6 mois il y a | 0

Réponse apportée
Specifying color as hex works for plot, but not for scatter
I believe this is a bug, and I recommend that you report it to MathWorks support. Perhaps it was an oversight from when hex colo...

6 mois il y a | 0

Réponse apportée
Weird LaTeX result of $\tilde{}$ in R2025b version.
It looks like graphics LaTeX renderer has changed. It is now producing something that looks similar to what is shown in the MATL...

6 mois il y a | 0

Réponse apportée
Mapping toolbox functions missing in installation
These functions are implemented as methods of certain classes, such as MapCellsReference or GeographicCellsReference. As methods...

6 mois il y a | 0

| A accepté

Question


Where is the programmable setting corresponding to the Live Editor default view?
The settings UI panel for MATLAB -> Editor/Debugger -> Display includes this control: Where can I find the corresponding pr...

environ un an il y a | 1 réponse | 2

1

réponse

Réponse apportée
Are there any faster alternatives to readlines?
Try this: Read the file using fileread. Convert to string. Call split. Using Walter's idea for a sample text file: filename...

environ un an il y a | 1

| A accepté

Réponse apportée
Vertical blank space in tiledlayout compact
Trying setting TileSpacing to compact or tight. t=tiledlayout(2,2,'Padding','compact','TileSpacing','compact'); Or: t=tiledla...

plus d'un an il y a | 1

Réponse apportée
What is the Image Processing Toolbox Convention for Input to freqz2() ?
The convention for Image Processing Toolbox filter design functions is for the filter to be specified as a correlation kernel. T...

plus d'un an il y a | 1

| A accepté

Réponse apportée
Axes in dialog box turn blank after calling imagesc in pushbutton callback
This is a strange one. The primary trigger for the unusual behavior is that the dialog function creates a figure with an empty c...

environ 3 ans il y a | 2

| A accepté

Réponse apportée
How to measure the correct circularity??
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

environ 3 ans il y a | 1

Réponse apportée
How to detect circularity more accurately than 4*pi*A/P^2?
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

environ 3 ans il y a | 3

Réponse apportée
regionprops circularity value >1 and 0 ?
R2023a Update: Correcting regionprops Circularity Measurements That Are Greater Than 1.0 Image Processing Toolbox R2023a or Lat...

environ 3 ans il y a | 2

Réponse apportée
What is the easiest way to plot a circle annotation that maintains its shape regardless of figure dimensions?
You can position a circle with the center specified in axes data space by plotting a single point using a circle marker. You can...

plus de 3 ans il y a | 0

Réponse apportée
Saving figure in jpg with 600 dpi
The function exportgraphics generates and saves the image at the specified resolution, but it does not write resolution info int...

plus de 3 ans il y a | 4

| A accepté

Réponse apportée
How to remove thin lines from the following image?
Try using the 3rd output of imfindcircles (metric) to distinguish the bigger droplets that aren't really circles.

plus de 3 ans il y a | 0

Réponse apportée
Convert RAW file (NEF) to CIELab
You could use the Image Processing Toolbox function raw2rgb to convert your raw NEF to sRGB values, and then you could use the r...

plus de 3 ans il y a | 0

Réponse apportée
How can I change a square wave into a sign wave with the graph provided?
Try removing the call to the sign function.

plus de 3 ans il y a | 0

Réponse apportée
label two objects that share part of the same boundary separately
m = [0,1,1,1,0;1,0,0,0,1;0,1,1,1,0;0,1,0,1,0;0,0,1,0,0] Fill the holes. From your example, it looks like the background connect...

plus de 3 ans il y a | 1

| A accepté

Réponse apportée
Extracting bright spots on image
Try something like the following: Convert to grayscale (using rgb2gray). Use imextendedmax to pick out the bright peaks. You'l...

presque 4 ans il y a | 1

| A accepté

Réponse apportée
Saving to .mat without additional struct.
Try this: s = load("test2.mat"); aircraftdata = s.test;

presque 4 ans il y a | 1

Réponse apportée
Find consecutive numbers below threshold using bwlabel
You could a hysteresis thresholding technique. First, threshold with a strict threshold, like your 0.5. Then, threshold with a s...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
3D Plot shrinks one dimension when plotting Alphashape
The plot method for alphaShapes sets the data aspect ratio to [1 1 1]. When your code arrives at line 76, the data aspect ratio...

presque 4 ans il y a | 0

Réponse apportée
Use Geographic Plots in tiledlayout without multiple axis
From the doc for nexttile: "nexttile creates an axes object and places it into the next empty tile of the tiled chart layout tha...

presque 4 ans il y a | 0

| A accepté

Réponse apportée
Is this another bug in imread(), or is this just a forum problem?
I can reproduce the problem in MATLAB Answers. The problem does not occur in MATLAB Online or in the desktop version. I'll let ...

environ 4 ans il y a | 0

Charger plus