• Ingen resultater fundet

Edge Detection Exercise 6 in advanced image analysis

N/A
N/A
Info
Hent
Protected

Academic year: 2022

Del "Edge Detection Exercise 6 in advanced image analysis"

Copied!
1
0
0

Indlæser.... (se fuldtekst nu)

Hele teksten

(1)

Edge Detection

Exercise 6 in advanced image analysis

Henrik Aanæs and Karl Skoglund 23rd March 2004

The aim of this exercise is to give you an introductory practical experience with taking the derivative of images, taking scale space theory into considera- tion.

Task1: Make a function that takes an image and a scale parameter t as input and returns extracted edges according to: Tony Lindeberg, ”Scale-Space:

A framework for handling image structures at multiple scales”. Use Equation (14)

Task 2: Extract edges from the image found inCircIm.mat.

Task3: Extract edges from the image found in Pap.matat different scales.

Explain.

Hints

It is advised that you derive the Guassian kernel and its derivativesanalytically and use this for your implementation. Note that the Gaussian is separable, i.e.

the 2D kernel can be formed from 2 1D kernels. The formula for the 1D gaussian is:

√1

2πtexp(−x2 2t) Wheret=σ2 is the variance.

An example of how to convolve the image with a gaussian is:

im=filter2(Gauss,Pap,’same’);

Note that the size of the kernel should reflect the size of the scale parameter t. I.e. the larger thet the larger the kernel should be. A rule of thumb is that the kernelradius should equal 3√

t. Why?

A possible way of detecting zero-crossings of Lvvis:

LvvP=(Lvv>0);

Lvv0=xor(LvvP,circshift(LvvP,[0,1])) | xor(LvvP,circshift(LvvP,[1,0]));

Why? Note that this does not find the zero-crossings with sub-pixel accuracy.

1

Referencer

RELATEREDE DOKUMENTER

Furthermore we demonstrate calibration results and laboratory validation of a hyper spec- tral image analysis for detection of surface con- taminants in fresh meat

The characterization is based on a histogram of image features extracted densely over the meat sample in a single image.. Hereby we can measure the visual similarity of pork loin

21 A VGA study will involve the use of image quality criteria in a scoring scale, the images to be evaluated, the observers, a display platform for visual analysis, a

pathological evolution of specifi c diseases. Integration of large-scale spatially localized analyses of gene expression could be used in brain image analysis to help better

Figure 4(a), is the real life image taken from the 6D DSLR camera, 4(b) is the rendered image from Maya and V-Ray and 4(c) is the image from our proposed solution.. (a) Real DSLR

segmented the UTE images from a patient into bone and soft tissue regions in order to produce a bulk image that mimics that of a CT. MRI mimicry

From these samples the returning signal is reconstructed and two images are generated: An intensity (gray scale) image derived from the amplitude of the signal and a range image

The model decomposes an image into shift invariant feature images as well as a sparse coding matrix indicating where and to what degree in the original image these features