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.
2
Q
Is the notation height then width or width then height in an image?
A
height then width
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.
4
Q
Give the colour-space metric equation
A
Distance = sqrt( (normalised_colour_distance)**2 + (normalised_spatial_distance) )