IDS MID I Objective
IDS MID I Objective
Which color space model is based on the additive combination of red, green, and blue?
5 D
A) HSV B) YUV C) CMYK D) RGB
In image processing, what does the term 'color space conversion' refer to?
A) Changing the image resolution
9 B) Translating image data from one color model to another B
C) Adjusting the brightness of an image
D) Compressing the image file
What does the term 'morphological operation' in image processing refer to?
A) Changing the color of an image
11 B) Adjusting image contrast C
C) Operations based on the shape of objects in an image
D) Compressing the image file
What does the term 'feature extraction' in computer vision refer to?
A) Adding features to an image
16 B) Identifying and extracting key points or objects from an image B
C) Compressing the image data
D) Changing the image resolution
20 B
What is the main advantage of using the HSV color space over the RGB color space?
B
A) HSV provides better color compression
24 B) HSV is more intuitive for adjusting colors like hue and saturation
C) HSV has higher resolution
D) HSV is easier to convert to grayscale
What is the key feature of the ORB (Oriented FAST and Rotated BRIEF) algorithm?
28 A) It detects edges in an image B) It is a fast feature detector and descriptor B
C) It converts color spaces D) It enhances image resolution
What does 'local binary pattern' (LBP) feature describe in texture analysis?
A) Color histograms
32 B) Edge orientations C
C) Texture by comparing pixel intensity with neighboring pixels
D) Shape features
What is the primary purpose of the Fourier transform in image processing?
A) To convert an image into its frequency domain
33 B) To detect edges A
C) To perform color space conversion
D) To smooth an image
38 A
What is the main function of 'principal component analysis' (PCA) in computer vision?
A) To detect edges
40 B) To reduce dimensionality and extract key features B
C) To convert color spaces
D) To enhance image contrast
Which term refers to the process of adjusting an image to correct its perspective distortions?
A) Image registration
43 B) Image warping B
C) Image normalization
D) Image binarization
What is 'edge enhancement' used for in image processing?
A) To blur the edges of an image
44 B) To make edges more distinct and visible B
C) To change the color of edges
D) To increase image resolution
49 A
Which technique is used to detect and measure shapes like circles and ellipses in images?
A) Hough transform
50 B) K-means clustering A
C) Gaussian blur
D) Principal Component Analysis
Module-II
What is the primary goal of feature detection in computer vision?
A) To enhance image resolution
51 B) To identify and extract important points or regions from an image B
C) To convert color spaces
D) To compress image data
Which of the following is a commonly used feature descriptor?
52 A) SIFT B) Gaussian blur A
C) Median filter D) Histogram equalization
What does SIFT stand for in the context of image processing?
A) Scale-Invariant Feature Transform
53 B) Scale-Independent Feature Transform A
C) Spatial-Invariant Feature Transform
D) Scale-Invariant Feature Technique
Which algorithm is designed to detect corners in an image?
54 A) Harris corner detector B) Hough transform A
C) Canny edge detector D) ORB
What is the main advantage of using feature descriptors like ORB over SIFT?
A) ORB is more computationally expensive
55 B) ORB is invariant to scale and rotation C
C) ORB is faster and less computationally intensive
D) ORB is more accurate in detecting corners
Which technique is used to detect and describe local features in images robustly?
56 A) K-means clustering B) Hough transform C
C) SURF D) Principal Component Analysis
In feature matching, what is a 'descriptor'?
A) A color model
57 B) A method for enhancing image contrast C
C) A representation of the feature’s appearance
D) A method for edge detection
What is the purpose of feature matching in computer vision?
A) To detect edges
58 B) To identify corresponding points or features between images B
C) To convert color spaces
D) To enhance image resolution
Which of the following is NOT a feature extraction method?
59 C
A) SIFT B) ORB C) Gaussian Mixture Model D) SURF
60 What does the 'RANSAC' algorithm do in feature matching? B
A) Detects edges in an image
B) Finds robust feature matches by iteratively removing outliers
C) Converts images to grayscale
D) Enhances image contrast
What is the main purpose of 'image descriptors' in feature matching?
A) To convert images to grayscale
61 B) To quantify the appearance of detected features B
C) To enhance image colors
D) To compress image data
Which algorithm is used for detecting blobs in an image?
A) Harris corner detector
62 B) Difference of Gaussian (DoG) B
C) Canny edge detector
D) Hough transform
What does 'ORB' stand for in image feature detection?
A) Oriented FAST and Rotated BRIEF
63 B) Original FAST and Robust BRIEF A
C) Optimal FAST and Rotated BRIEF
D) Oriented FAST and Refined BRIEF
What is a 'keypoint' in the context of image feature detection?
A) A point of high color intensity
64 B) A point of interest with distinctive features in an image B
C) A point where edges intersect
D) A point used for image compression
What is the 'FAST' algorithm used for in computer vision?
65 A) Feature detection B) Image segmentation A
C) Edge detection D) Color space conversion
Which of the following is a popular method for object recognition?
A) Hough transform
66 B) Convolutional Neural Networks (CNNs) B
C) Gaussian blur
D) Median filtering
What is the primary function of a 'convolutional layer' in a CNN?
A) To detect edges and features
67 B) To convert color spaces A
C) To apply a median filter
D) To perform image compression
What does 'transfer learning' in deep learning involve?
A) Training a model from scratch
68 B) Using a pre-trained model as a starting point for a new task B
C) Converting images to grayscale
D) Enhancing image resolution
CNNs, what is the purpose of pooling layers?
A) To detect edges
69 B) To reduce the spatial dimensions of the feature maps B
C) To apply color corrections
D) To perform image segmentation
What is 'object localization' in the context of computer vision?
A) Identifying objects in an image
70 B) Determining the precise location of objects within an image B
C) Converting images to grayscale
D) Enhancing image contrast
71 Which of the following is used to describe the spatial arrangement of features in an image? A
A) Histogram of Oriented Gradients (HOG)
B) Principal Component Analysis (PCA)
C) Convolutional Neural Networks (CNNs)
D) K-means clustering
What is the main advantage of using HOG descriptors for object detection?
A) They are computationally inexpensive
72 B) They capture gradient information to describe object shapes B
C) They detect color changes
D) They convert images to grayscale
In the context of object recognition, what does 'classification' refer to?
A) Determining the type of object in an image
73 B) Segmenting the image into regions A
C) Enhancing image resolution
D) Detecting edges
What does 'bounding box' refer to in object detection?
A) A box used to segment an image
74 B) A rectangle that outlines the location of an object in an image B
C) A tool for edge detection
D) A method for image compression
Which algorithm is used for face detection and recognition?
75 A) Hough transform B) Convolutional Neural Networks (CNNs) B
C) Harris corner detector D) K-means clustering
What is the primary function of the 'softmax' layer in a neural network?
A) To apply non-linearity
76 B) To perform classification by converting scores into probabilities B
C) To reduce the dimensionality of data
D) To detect edges
What is 'data augmentation' in the context of training deep learning models?
A) Reducing the size of the dataset
77 B) Creating variations of training images to improve model robustness B
C) Converting images to grayscale
D) Compressing image data
What does 'feature fusion' refer to in computer vision?
A) Combining features from multiple sources to improve recognition accuracy
78 B) Converting images to grayscale A
C) Enhancing image resolution
D) Applying color filters
In object detection, what is 'non-maximum suppression' used for?
A) To remove redundant bounding boxes
79 B) To enhance image colors A
C) To convert color spaces
D) To detect edges
What is the primary use of 'Gaussian Mixture Models' (GMM) in image processing?
80 A) Image segmentation B) Edge detection A
C) Feature extraction D) Color correction
What does the 'Kalman filter' do in object tracking?
A) Enhances image contrast
81 B) Estimates the position and velocity of an object over time B
C) Converts images to grayscale
D) Detects edges
82 Which technique is used for detecting and tracking moving objects in a video? A
A) Optical flow
B) Histogram equalization
C) Gaussian blur
D) Convolutional Neural Networks (CNNs)
In feature extraction, what is the primary goal of 'principal component analysis' (PCA)?
A) To convert color spaces
83 B) To reduce dimensionality and highlight important features B
C) To perform edge detection
D) To enhance image resolution
What is 'image clustering' used for?
A) Grouping similar images or features together
84 B) Detecting edges in an image A
C) Converting images to grayscale
D) Enhancing image colors
Which method is commonly used for detecting shapes like circles in an image?
A) Hough transform
85 B) Convolutional Neural Networks (CNNs) A
C) K-means clustering
D) Gaussian Mixture Models
What is 'object tracking' in computer vision?
A) Identifying objects in static images
86 B) Following the movement of objects across frames in a video B
C) Converting images to grayscale
D) Enhancing image contrast
What does 'mean shift' algorithm do in image processing?
A) Tracks objects by finding the mode of a probability distribution
87 B) Detects edges in an image A
C) Converts images to grayscale
D) Enhances image colors
What is 'feature matching' used for in computer vision?
A) To identify corresponding features in different images
88 B) To enhance image colors A
C) To perform image compression
D) To detect edges
Which method is used to compute the similarity between two feature vectors? A
89 A) Euclidean distance B) Gaussian Mixture Model
C) Convolutional Neural Networks D) Hough transform
What is 'visual localization' in the context of autonomous systems?
A) Determining the location of an object within a single image
90 B) Finding the location of the autonomous system within an environment B
C) Converting images to grayscale
D) Enhancing image resolution
What does 'object recognition' involve in computer vision?
A) Identifying and classifying objects in an image
91 B) Converting images to grayscale A
C) Enhancing image contrast
D) Performing edge detection
In object detection, what does 'anchor boxes' refer to?
A) Pre-defined bounding boxes used to predict the location of objects
92 B) Tools for enhancing image colors A
C) Methods for edge detection
D) Techniques for image compression
93 What is 'semantic segmentation' in computer vision? A
A) Segmenting an image into regions based on object categories
B) Converting images to grayscale
C) Detecting edges in an image
D) Enhancing image resolution
What is 'instance segmentation'?
A) Identifying individual object instances and their boundaries in an image
94 B) Converting images to grayscale A
C) Performing image compression
D) Detecting edges
What is the purpose of the 'relu' activation function in neural networks?
A) To apply non-linearity and introduce activation
95 B) To enhance image colors A
C) To convert color spaces
D) To perform edge detection
What does 'feature engineering' involve in machine learning?
A) Creating new features from raw data to improve model performance
96 B) Converting images to grayscale A
C) Enhancing image contrast
D) Performing image compression
What is 'object classification' in the context of computer vision?
A) Determining the category or type of object in an image
97 B) Segmenting the image into regions A
C) Enhancing image resolution
D) Detecting edges
Which technique is commonly used for face recognition?
A) Histogram of Oriented Gradients (HOG)
98 B) Convolutional Neural Networks (CNNs) B
C) Hough transform
D) K-means clustering
What does the term 'depth learning' refer to in deep learning models?
A) Using multiple layers in neural networks to learn complex features
99 B) Converting images to grayscale A
C) Enhancing image resolution
D) Detecting edges
In feature matching, what is a 'homography'?
A) A transformation matrix used to map points between images
100 B) A technique for enhancing image colors A
C) A method for edge detection
D) A tool for image compression
Module-III
102
A
Which algorithm is commonly used for image segmentation by clustering
pixel values?
A) K-means clustering B) Harris corner detector
C) Hough transform D) Canny edge detector
107 A
Which method is used for segmenting images by detecting boundaries between regions?
A) Edge detection
108 B) Region growing A
C) Watershed segmentation
D) K-means clustering
Which algorithm is used to detect objects by learning features from labeled images?
A) Convolutional Neural Networks (CNNs)
112 B) K-means clustering A
C) Gaussian Mixture Model
D) Principal Component Analysis (PCA)
What does 'YOLO' stand for in the context of object detection?
113 A) You Only Look Once B) You Only Learn Once A
C) Your Object Locator D) Yield Object Locator
What is the main function of 'Region Proposal Networks' (RPNs) in Faster R-CNN?
A) To propose candidate object regions for further classification
116 B) To enhance image resolution A
C) To convert images to grayscale
D) To detect edges
What does 'Single Shot MultiBox Detector' (SSD) refer to in object detection?
A) A method that detects objects in a single pass through the network
117 B) A technique for enhancing image colors A
C) A method for converting color spaces
D) A tool for edge detection
118 A
What technique is commonly used for detecting multiple objects in an image using a grid-based
approach?
A) YOLO
122 A
B) K-means clustering
C) Gaussian Mixture Model
D) Principal Component Analysis
123 A
Prepared By
Name: Mr S Mahipal
Signature:
HOD Signature