社区Profile

照片

Image Analyst


最后见:今天|自2010年以来活跃

全球10家最大的工业公司之一的高级科学家(男性/男子)和发明家全职进行图像分析。博士在光学科学中专门研究成像,图像处理和图像分析。40多年的军事,学术和(主要是)图像分析编程和算法开发的工业经验。经验设计自定义轻型摊位和其他成像系统。具有颜色和单色成像的经验,视频分析,热,紫外线,高光谱,CT,MRI,X射线照相,细节法,显微镜,NIR和拉曼光谱等。Mathworks社区顾问委员会成员。确保单击我的文件交换中的“查看全部”以查看我的所有演示和教程://www.tatmou.com/matlabcentral/fileexchange/?term=authorid%3A31862专业利益:图像分析和处理

编程语言:
MATLAB,视觉基本
Spoken Languages:
English
专业利益:
Industrial Statistics, Deep Learning with Images, Image Processing and Computer Vision

统计数据

All
  • Matlab Central寻宝终结者
  • Most Accepted 2021
  • 36 Month Streak
  • Solver
  • Personal Best Downloads Level 5
  • 编辑的选择
  • First Review
  • 5-Star Galaxy Level 5
  • 首先提交
  • Most Accepted 2014
  • Thankful Level 5
  • Grand Master

View badges

内容提要

回答
How to find vector with if loops and for loops
Are you allowed to turn in other people's solutions as your own for your final exam question? The first 5 values of the 20-elem...

ALREDEDOR de 4 Horas Aot |0

回答
Is it possible to add buttons on a figure that can change the components on the figure?
请参阅我的旧基于指南的演示。如果您使用应用程序设计师而不是指南,可能会有一些细微的更改。也许 ...

alrededorde 7 horas ago | 0

回答
How do I get cd to work properly?
I agree with Steve and the FAQ: https://matlab.fandom.com/wiki/FAQ#Where_did_my_file_go?_The_risks_of_using_the_cd_function. D...

alrededorde 7 horas ago | 1

回答
Converting whole numbers to scientific notation
fprintf('%4E \ n',0);

alrededorde 7 horas ago | 0

回答
How to find z coordinate while having only x and y coordinates on images?
If you have x and y (as you said) then you can get the diameter (Z) by diameterZ = diameterImage (y, x);

alrededorde 13 horas ago | 0

回答
为什么我会收到“未定义函数或变量”的错误?
Not sure why taht error message is confusing but it's saying that one or more of the variables R,ps,pt,alpha,rs,cs has not been ...

ALREDEDOR de 14 HORAS |0

回答
Surround color for display
Why not just write 0's to those pixels instead of NaNs?

ALREDEDOR de 14 HORAS |0

回答
使用阈值自动裁剪图像
Try this: % Demo by Image Analyst clc; % Clear the command window. close all; % Close all figures (except those of imtool...

alrededorde 15 horas ago | 0

|accepted

回答
如何将Graylevel图像的像素值写入文本文件?
请参阅随附的演示。它将坐标和RGB值或灰色级别写入CSV文件。

alrededorde 16 horas ago | 0

回答
Extracting ranges of data from a column
Speed is not a table or cell array. Try using parentheses instead of braces. rows = Speed(:, 1) > 1.67 & Speed(:, 1) < 2.1;

alrededorde 16 horas ago | 0

回答
why my plots are getting replaced after every simulation?
Create a filename with sprintf, like outputFolder = 'c:\wherever'; if ~isfolder(outputFolder) mkdir(outputFolder) end f...

alrededorde 16 horas ago | 0

回答
一个人怎么可能从图像数字化曲线吗
Lots of File Exchange submissions on digitizing a graph: //www.tatmou.com/matlabcentral/fileexchange/?term=tag%3A%22di...

1día ago | 0

回答
更改所有轴标签的字体尺寸
对于它的价值,我正在附上一个演示,以通过设置各种属性来更改图表中所需的任何内容。希望它...

1día ago | 1

回答
如何在图像中找到每个斑点的面积,并在每个尺寸范围内创建斑点数的直方图
See my Image Processing Tutorial in my File Exchange: Image Analyst's File Exchange It does all that. Just change it to use y...

1día ago | 0

|accepted

回答
多个矩阵中的多个最大值
在括号内使用max():%data matrix1 = [10:1:15];matrix2 = [15:1:25];matrix3 = [25:1:35];%max maxv ...

1día ago | 2

回答
这个循环会发生什么?
See the FAQ https://matlab.fandom.com/wiki/FAQ#Why_is_0.3_-_0.2_-_0.1_(or_similar)_not_equal_to_zero? If you want, you can use...

1día ago | 0

回答
Finding the minimum value
Compute your f matrix, then try this % Find the overall minimum value of f. minValue = min(f(:)) % Hopefully 1 but maybe no...

1día ago | 0

|accepted

回答
how can I get the basic program behind a MATLAB GUI?
也许尝试魔术-MATLAB通用成像组件

1día ago | 0

回答
Visualizing matrix data with 2d histogram
您可以尝试冲浪或Imshow

1día ago | 0

回答
3x3 pixel Gaussian filter with σ=1 pixel after using blockproc?
我认为您将使用iMgaussfilt和自定义功能进行阻止。调整附件示例。我也建议您使用奇数nu ...

3días以前|0

回答
为什么我不能在图像上应用阈值?
好吧,它显然使用了错误的阈值。您没有说如何应用阈值或获得阈值。不...

3días以前|0

回答
how to repeat a loop?
If you simply want to repeat the loop while printing out exactly the same values each time, then do this: for k = 1 : 2 fo...

3días以前|0

回答
函数定义必须在末尾?
Anonymous functions (one-liners that use @) don't have to be at the end, but if you have a multi-line function that uses the "fu...

3días以前|1

回答
How to add time duration of peaks in plot
不确定您是如何定义宽度的,但是您可以跌落到峰的每一侧(有循环),直到您击中一定的lev ...

3días以前|0

回答
Ho to write 2D double arrays to image files
You can either save the image as a .mat file if you want to save the precision as double, or you can save it as a floating point...

3días以前|0

|accepted

回答
如何减少矩阵的大小?
您可以使用Conv2:M = Randi(9,4,4)%样本数据来轻松执行此操作。sums = conv2(m,一个(2,2)/4,'same');均值= sums(1:2:e ...

3días以前|1

回答
如何在向量中分组逻辑数字?
If you have the Image Processing Toolbox you can label each group and count them in a single line of code with bwlabel : Vector...

3días以前|0

回答
将变量从for周期保存到矩阵中
也许是:[行,列] = size(range_compression);输出=零(行,列);对于col = 1:列%获取列...

4días以前|0

回答
replace dlmread file name with a variable in a loop
Maybe this: folder = pwd; % Or wherever you want for T = [288 299 308 323 337] for P = [10 100 340 544] baseFile...

4días以前|1

|accepted

回答
如何在同一窗口(应用程序设计器)上显示所选图像
Adapt the attached app.

4días以前|0

装载更多