Machine Vision COPY Flashcards
T:F If an object absorbs all light illumination, it appears white.
False
T:F Perspective transformation preserve parallel lines only when they are parallel to the projection plane.
True
T:F Binary Images has three different color channels for every pixel.
False
T:F Hough Transforms is mainly used for corner detection.
False
Watershed algorithm grow level by level, starting with dark pixels.
True
In composite transformation, each affine transformation matrix is applied to input image one by one.
False
Sobel edge detection uses alignment of the edges when detecting the edges.
False
Erosion operation in morphological filters can be used removing small noisy pixels from the input image.
True
SIFT descriptors are used for detecting the circle parameters
False
SIFT descriptors are scale and rotation invariant.
True
In traditional machine vision pipeline, hand-crafted features are used for classification.
True
False
_________ is the principal factor determining the spatial resolution of an image.
Sampling
We use the validation data split to __________.
Tune hyperparameters
In SIFT descriptors, we use ___________ to obtain invariance to illumination.
Gradients
In order to detect lines in a binary image, which method can be used?
Hough
Grayscale images have one channel but color images have more than one channel. For color images, we can use RGB color model and two additional color models. Shortly explain the RGB and one of the two additional color models.
RGB is red, green , blue, and is a color model typically used for screens and have 3 samples of digits from 0-255.
CMY is cyan, magenta and yellow is a color model used for printers.
The definition of image resolution is two fold, gray level resolution and spatial resolution. Sampling and quantization may change the resolution. Briefly explain the sampling and quantization.
Sampling: principal factor for determining the spatial resolution (dpi/pixels per unit) of an image.
Quantization: changes the analogue signal into a digital representation of the image
To perform affine and perspective transformations, we can use inverse and forward transform. Comment on the differences between inverse and forward transform. Which one generates better output images? Shortly explain your reasons.
________ is the principal factor for determining the spatial resolution.
Sampling
The more samples in a fixed range, the lower the resolution.
False
Goals for Machine Vision are Acquisition, Improvement, Analysis, and Understanding. Please match them with descriptions.
Using features and attributes find the meaningful results from the images.
Understanding
Goals for Machine Vision are Acquisition, Improvement, Analysis, and Understanding. Please match them with descriptions.
Designing an imaging system to visualize the environment.
Acquisition
Goals for Machine Vision are Acquisition, Improvement, Analysis, and Understanding. Please match them with descriptions.
Preparing images for measurement of the features and structures present.
Analysis
Improving the visual appearance of captured images and videos.
Improvement
If an object absorbs (subtracts) all the light illuminating it, it appears __________.
black