fkl;sdj Flashcards
Computer vision is concerned with modeling and replicating human vision using
computer software and hardware?
a. Can not say
b. FALSE
c. TRUE
d. Can be true or false
c
. Computer vision is a discipline that studies how to reconstruct, interrupt and understand a
3d scene from its ________.?
a. 1d images
b. 3d images
c. 4d images
d. 2d images
d
The input and output of image processing are?
a. depends on input
b. image only
c. signal and image
d. signal only
b
Which of the following studies various techniques to classify patterns?
a. Pattern Recognition
b. Image Recognition
c. Photogrammetry
d. Image Processing
a
Which of the following is an Applications of Computer Vision?
a. Robotics
b. Medicine
c. Security
d. All of the above
d
the spatial coordinates of a digital image(x,y) are proportional to—-?
a. Noise
b. Brightness
c. contract
d. Position
b
Among the following image processing techniques which is fast, precise and flexible?
a. Optical
b. Photographic
c. Digital
d. Electronic
c
What is pixel?
a. Pixel is the elements of an analog image
b. Pixel is the elements of a digital image
c. Pixel is the cluster of a digital image
d. Pixel is the cluster of an analog image
b
In computer graphics, given the 3D scene composed of objects, materials, certain
semantic pose and motion we are concerned with rendering a photorealistic 2D image of
that scene.?
a. True
b. false
a
computer vision is the invers of computer graphics?
a. false
b. True
b
image processing can do what computer vision do?
a. false
b. True
a
challenges of CV are—-?
a. Viewport
b. illumination
c. A,B
d. B,C
e. occlusion
d
——–image data doesn’t matter as long as there are enough features remaining in
image
a. Refracted
b. missing
c. transmitted
d. reflected
b
——–can be used to initialize fitting for more complex models?
a. Affine transformation
b. 2D transformation
c. Fourier transformation
d. 3D transformation
a
we need ———geometry because recovery of structure from one image is inherently
ambiguous?
a. single view
b. geometrical correct view
c. line-view
d. multi-view
d
if we can scale the entire scene by a factor k and at the same time scale the camera
matrices by the factor 1/k, the projections of the scene point in the image—?
a. remain unchanged
b. convert to 3D
c. convert to 2D
d. change randomly
a
rays passing through the center of the lens are ——?
a. deviated
b. not deviated
c. scattered
d. reflected
b
translation transformation matrix can affect ——-image ?
a. scale
b. position
c. dimension
d. all of the above
b
scaling matrix keeps the relative distance of image…….?
a. all above
b. decrease if less than one
c. constant for both coordinate
d. the same
e. increase if greater than 1
c
All ……. Rays converge to one point on a plane located at the focal length f
a. Parallel
b. Diverged
c. Perpendicular
d. Intersect
a
……. Projection occurs when camera at far point
a. Orthogonal
b. Week perspective
c. Perspective
d. A,B
a
———-projection camera coordinate and image coordinate coincide?
a. perspective
b. A, B
c. week perspective
d. orthogonal
d
Which of the following is the role played by segmentation in image processing?
a. Deals with techniques for reducing the storage required saving an image, or the
bandwidth required transmitting it
b. Deals with partitioning an image into its constituent parts or objects
c. Deals with extracting attributes that result in some quantitative information of interest
d. Deals with property in which images are subdivided successively into smaller regions
b
Region of Interest (ROI) operations is generally known as _______?
a. Dilation
b. Shading correction
c. Masking
d. None of the Mentioned
c
f we apply transformation to an object matrix in the following order R.S.T then to return to
the original object use—?
a. inv(T)inv(S)inv(R)
b. Inv(T)inv(R)inv(S)
c. A and B
d. inv(R).inv(S).Inv(T)
a
The degree of freedom is proportional to—?
a. All of the above
b. homogeneous coordinate
c. type of transformation
d. object coordinate
c
To apply translation to any object you need to—-?
a. multiply the object matrix with translation matrix
b. Add translation matrix to object matrix
c. draw the object
d. move the object to the origin
a
Which of the following is the abbreviation of JPEG?
a. Joint Photographic Expansion Group
b. Joint Photographic Expanded Group
c. Joint Photographs Expansion Group
d. Joint Photographic Experts Group
d
To apply rotation to any object you need to—-?
a. multiply the object matrix with rotation matrix
b. Add rotation matrix to object matrix
c. draw the object
d. move the object to the origin
d
We use homogeneous coordinate for any type of transformation
a. False
b. True
b
f the object matrix is A and required to rotate (R), and scale (S) object then the operation
is-?
a. R.S.X
b. Non
c. T-1.S.R.T.X
d. S.R.X
c
Which are recognized by vision
a. Motion
b. B and C
c. Objects
d. Activities
b
Adding an imaginary plane to the object coordinate is for —?
a. treat all transformation in consistence way
b. Non
c. adding linearity to transformation
d. increasing the dimensions of object coordinate
a
YOLO algorithm is important because of the following reasons:?
a. speed
b. accuracy
c. Learning capabilities
d. all of the above
d
It refers to making the image less clear or distinct. It is done with the help of various low
pass filter kernels.
a. Erosion and Dilation of images
b. Eroding an image
c. Grayscaling of image
d. Blurring an image
d
aims at assigning an image to one of a number of different categories (e.g. car, dog, cat,
human, etc.), essentially answering the question “What is in this picture?”. One image has
only one category assigned to it.?
a. object localization
b. recognition
c. image classification
d. Object detection
c
is a computer vision task that involves identifying and locating objects in images or
videos.?
a. image processing
b. tracking
c. object detection
d. recognition
c
provides the tools for doing just that – finding all the objects in an image and drawing the
so-called bounding boxes around them.?
a. object localization
b. Object detection
c. recognition
d. image classification
b
Cropping: Now, suppose I want to extract a second rectangular region from my image
starting at x=1,y=48 and ending at x=80,y=69. What is the correct line of code to perform
this cropping?
a. Crop = image[1:48, 80:69]
b. Crop = image[48:69, 1:80]
c. Crop = image[80:69, 1:48]
d. Crop = image[48:80, 48:69]
b
How many types of recognition are there in artificial intelligence?
a. 2
b. 3
c. 1
d. 4
b
is a popular metric to measure localization accuracy and calculate localization errors in
object detection models.?
a. Intersection over Union
b. single-shot object detection
c. Average Precision
d. Two-shot object detection
a
The RGB tuple (255, 0, 0) codes for red. But OpenCV would actually interpret this color
as:?
a. Green
b. Blue
c. orange
d. red
b
Suppose our image has a width of 700 pixels, a height of 550 pixels, and 3 channels, one for
each Red, Green, and Blue component. How would we express this image as a NumPy
array shape?
a. (3,500,700)
b. (3, 700, 550)
c. (550, 700, 3)
d. (700, 550, 3)
c