热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

OpenCV 面试题与答案

问题 11. What is Scharr Operator?

Scharr() Operator is an operator that is used to detect the second derivatives of an image in horizontal and vertical directions.

这有帮助吗? 添加评论 查看评论
 

问题 12. Which method of OpenCV is used to save images?

cv2.imwrite() method is the method of OpenCV that is used to save an image.

这有帮助吗? 添加评论 查看评论
 

问题 13. Which method of OpenCV is used to show the image?

cv2.imshow() method is the method of OpenCV that is used to show an image.

这有帮助吗? 添加评论 查看评论
 

问题 14. Enlist different types of filters available in OpenCV?

The different types of linear and non-linear filter that you can apply to a picture using OpenCV are, BaeColumn filter, Base filter, BaseRow filter, FilterEngine, Bilateral filter, AdaptiveBilateral Filter, Blur, BorderInterpolate, BoxFilter, BuildPyramid, copyMakeBorder, createBoxFilter, createDerivFilter, createGuassionFilter, createLinear filter, createMorphology filter, createSeparableLinear filter, dilate, erode, filter2D, GuassianBlur, getDerivKernels, getKernelType, getStructuringElement, medianBlur, morphologyEx, Laplacian, pyrDown, pyrUp, pyrMeanShiftFiltering, sepFilter2D, Smooth, Sobel, Scharr.

这有帮助吗? 添加评论 查看评论
 

问题 15. What is computer vision?

It's a Subset of AI. Computer vision is an interdisciplinary scientific field that deals with how computers can be made to gain a high-level understanding of images or videos.

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。