Image processing Flashcards

1
Q

When dealing with an image as an array of x, and y coordinates. What is the conversion?

A

for an array -> [rows,coloums]
So -y,x in coordinates.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Is the notation height then width or width then height in an image?

A

height then width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does SLIC from Skimage work?

A

It defines the distance in colour-space metric, initialises centres uniformly on the image and iterates till convergence.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Give the colour-space metric equation

A

Distance = sqrt( (normalised_colour_distance)**2 + (normalised_spatial_distance) )

How well did you know this?
1
Not at all
2
3
4
5
Perfectly