Computer Vision MCQs
Computer Vision MCQs
3 domains of AI:-
1. Data – is in many forms such as numbers, text, symbols, images, audio and video.
2. Computer Vision – enables the computers and systems to understand visuals.
3. Natural Language Processor – ability of the computers to understand human language.
Which color will you get if you set all the 3 colors’ intensities to 0 – Black
Which color will you get if you set all the 3 colors’ intensities to 255 – White
Change the intensity of blue to 0 & that of the other two colours to 255 – Which colour you
will get? Yellow
How many colors will you get if you try out the blend of 3 basic colors to various intensities’
– 256 x 256 x 256 = 16777216
Mention a color model is also used by printers:- CMYK (Cyan Magenta Yellow Black)
Give some common tasks for which computer vision can be used.
Here are a few common tasks that computer vision systems can be used for:
Object classification. The system parses visual content and classifies the object on a photo/video
to the defined category. For example, the system can find a dog among all objects in the image.
Object identification. The system parses visual content and identifies a particular object on a
photo/video. For example, the system can find a specific dog among the dogs in the image.
Object tracking. The system processes video finds the object (or objects) that match search
criteria and track its movement.
15) Basic functions of computer vision
Optical character recognition(OCR)
Retail automation(personalized search)
Machine inspection
3D model building
Medical imaging
Match move (mocap)
Motion capture
Surveillance
Automotive Safety
Fingerprint recognition and biometrics
Difference:-
RGB CMYK
Scanners, digital cameras and computer Commercial printing presses print with Cyan,
monitors use Red, Green and Blue (RGB) light Magenta, Yellow and Black (CMYK) ink, called
to display color. process printing.
RGB is an additive colour model. RGB uses CMYK is subtractive color model. CMYK uses
white as a combination of all primary colours white as the natural colour of the print
and black as the absence of light. background and black as a combination of
coloured inks.