Pre-deep learning Flashcards
What is the primary goal of Principal Component Analysis (PCA)?
A) To increase the number of features in the dataset
B) To reduce the dimensionality of the dataset while retaining most of the variance
C) To perform image segmentation
D) To apply convolution to the dataset
B) To reduce the dimensionality of the dataset while retaining most of the variance
Which of the following is a global feature descriptor used in image analysis?
A) SIFT
B) HOG
C) Color histogram
D) SURF
C) Color histogram
What is the main advantage of using local features like SIFT or SURF in image processing?
A) They are invariant to scale, rotation, and illumination changes
B) They are simple to compute
C) They require no preprocessing
D) They reduce the image to a single feature vector
A) They are invariant to scale, rotation, and illumination changes
In the context of color spaces, what does HSV stand for?
A) Hue, Saturation, Value
B) Hue, Sharpness, Vibrance
C) High, Standard, Vivid
D) Hue, Saturation, Vividness
A) Hue, Saturation, Value
Which of the following is NOT a property of PCA?
A) Orthogonality of principal components
B) Maximizing variance along the axes
C) Minimizing the reconstruction error
D) Maximizing correlation between components
D) Maximizing correlation between components
What technique is commonly used to extract texture features from an image?
A) Histogram equalization
B) Co-occurrence matrices
C) Gaussian filtering
D) PCA
B) Co-occurrence matrices
What is the purpose of using the Lab* color space in image processing?
A) To separate the luminance and chromaticity components for better color manipulation
B) To represent images in binary format
C) To enhance the texture features
D) To perform edge detection
A) To separate the luminance and chromaticity components for better color manipulation
How does the Gabor filter function in texture analysis?
A) It enhances edges in the image
B) It captures both spatial and frequency information for texture representation
C) It performs histogram equalization
D) It reduces the image noise
B) It captures both spatial and frequency information for texture representation
What is the main use of eigenvalues and eigenvectors in PCA?
A) To perform image convolution
B) To compute the Fourier transform
C) To identify the principal components and their significance
D) To segment the image
C) To identify the principal components and their significance
Which feature descriptor is based on the distribution of gradient orientations in localized portions of an image?
A) SIFT
B) HOG (Histogram of Oriented Gradients)
C) LBP (Local Binary Patterns)
D) SURF
B) HOG (Histogram of Oriented Gradients)
Question: PCA reduces the dimensionality of data by projecting it onto the eigenvectors corresponding to the largest eigenvalues.
A) True
B) False
A) True
Local Binary Patterns (LBP) are a texture descriptor that captures the spatial structure of local image texture.
A) True
B) False
A) True
The RGB color space is often preferred over HSV for color-based segmentation tasks.
A) True
B) False
B) False
The primary advantage of using PCA is that it makes the data more interpretable by maximizing the variance along the principal components.
A) True
B) False
A) True
The co-occurrence matrix method is used to extract shape features from an image.
A) True
B) False
B) False
The SIFT algorithm is robust to changes in scale and rotation but not to illumination changes.
A) True
B) False
B) False