OpenCV Interview Questions and Answers
Ques 1. what is OpenCV?
OpenCV stands for Open Source Computer Vision Library is an open-source library using which is used to develop real-time computer vision applications such as image processing, video capture, and analysis, for example, face detection and object detection.
Ques 2. List some sample applications of OpenCV?
Some of the applications of OpenCV are object detection, face recognition, medical diagnosis, etc.
Ques 3. What are Erosion and Dilation in OpenCV?
In OpenCV, Erosion and Dilation are the two very common morphological image processing operations which is a procedure for modifying the geometric structure in the image.
Ques 4. Which method of OpenCV is used to read image?
The cv2.imread() method of the Imgcodecs class is used in OpenCV to read an image.
Ques 5. How many types of image filters are available in OpenCV?
There are two types of image filters available in OpenCV:Linear filterNon-linear filter
Most helpful rated by users:
- Which method of OpenCV is used to read image?
- In OpenCV which function is used to draw a line?
- what is OpenCV?
- List some sample applications of OpenCV?
- How many types of image filters are available in OpenCV?