David - MATLAB Central
photo

David


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 09/11 to 04/25Use left and right arrows to move selectionFrom 09/11Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 个提问
5 个回答

排名
3,586
of 298,264

声誉
15

贡献数
2 个提问
5 个回答

回答接受率
50.0%

收到投票数
4

排名
 of 20,554

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,718

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How does fspecial average filter deal with overlap causes by edges of an image?
|fspecial| will just define the 3x3 filter you're using and |imfilter| is the function that actually applies it to the image. |i...

12 years 前 | 0

已回答
How to divide an image into non-overlapping blocks size 4x4?
How does this work for you? I = imread('AnisasImage.jpg'); I = rgb2gray(I); for col = 1:4:size(I,2)-4 for row ...

12 years 前 | 1

已回答
Calling Multiple GUI's
If I understand correctly, you've one GUI for whatever function your code is designed to carry out, and a second GUI that just c...

12 years 前 | 0

| 已接受

已回答
Georectify/Orthorectify Aerial Imagery
Perhaps |cpt2tform| to create a transform structure using a projective transform type. I'm not quite sure what coordinate pairs ...

12 years 前 | 0

提问


Estimate PSF from blurred and unblurred images.
I have a blurred image and I want to estimate the Point Spread Function (PSF) that blurred the image. I also have a sharp un-blu...

12 years 前 | 1 个回答 | 1

1

个回答

已回答
camera calibration
I have seen (but not used) this which claims to calculate camera calibration: http://www.vision.caltech.edu/bouguetj/calib_doc/...

13 years 前 | 2

| 已接受

提问


Poor delaunay triangulation output
I have an array of 2D coordinates which roughly follow a grid pattern. I am attempting to join these 'nodes' in the array to cre...

13 years 前 | 1 个回答 | 0

1

个回答