photo

David


Active since 2011

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
5 Answers

RANK
3.600
of 297.457

REPUTATION
15

CONTRIBUTIONS
2 Questions
5 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
4

RANK
 of 20.438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158.938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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...

ongeveer 12 jaar ago | 0

Answered
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 ...

ongeveer 12 jaar ago | 1

Answered
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...

ongeveer 12 jaar ago | 0

| accepted

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

ongeveer 12 jaar ago | 0

Question


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...

meer dan 12 jaar ago | 1 answer | 1

1

answer

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

meer dan 13 jaar ago | 2

| accepted

Question


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...

meer dan 13 jaar ago | 1 answer | 0

1

answer