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

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

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

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

OpenCV 面试题与答案

问题 6. What is OpenGL?

OpenGL stands for Open Graphics Library, it is an open-source cross-platform application programming interface (API) for rendering 2D and 3D vector graphics. The API is used to interact with GPU for achieving the hardware-accelerated rendering.

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

问题 7. What is CUDA?

CUDA is a parallel computing platform developed by Nvidia that is consists of its own GPU for general computing.

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

问题 8. In OpenCV which function is used to draw a line?

In the OpenCV line() function is used to draw the line.

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

问题 9. How many types of video filters are in OpenCV?

Different types of video filters available in OpenCV are Blurring, Smoothing, Distortion, Warp Stabilizer, alpha extract, bilateral, color matrix, chrome hold, etc.

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

问题 10. How to find threshold in images using OpenCV?

We can find the threshold of an image in OpenCV with the help of cv.threshold function.

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

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

版权所有 © 2026,WithoutBook。