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...
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년 전 | 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 ...
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년 전 | 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...
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년 전 | 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 ...
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년 전 | 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년 초과 전 | 답변 수: 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/...
camera calibration
I have seen (but not used) this which claims to calculate camera calibration: http://www.vision.caltech.edu/bouguetj/calib_doc/...
13년 초과 전 | 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년 초과 전 | 답변 수: 1 | 0