OpenCV اسئلة واجوبة المقابلات
سؤال 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.
سؤال 2. List some sample applications of OpenCV?
Some of the applications of OpenCV are object detection, face recognition, medical diagnosis, etc.
سؤال 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.
سؤال 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.
سؤال 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
الاكثر فائدة حسب تقييم المستخدمين:
- what is OpenCV?
- Which method of OpenCV is used to read image?
- In OpenCV which function is used to draw a line?
- List some sample applications of OpenCV?
- How many types of image filters are available in OpenCV?