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

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

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

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

OpenCV 面试题与答案

问题 16. What are computer vision libraries?

OpenCV – Python, Java

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

问题 17. What are machine learning algorithms available in OpenCV?

Normal Bayes ClassifierK-Nearest NeighborsSupport Vector MachinesDecision TreesBoostingGradient Boosted TreesRandom TreesExtremely randomized trees

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

问题 18. How many types of image filters in OpenCV?

  • Averaging 
  • Gaussian Filtering 
  • Median Filtering 
  • Bilateral Filtering

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

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

Color ConversionThresholdingSmoothingMorphology Gradients CannyEdgeDetectionContoursHistograms

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

问题 20. How can we Increase the Quality of an Image in OpenCV?

Image enhancement process is purely dependent on the application where we need to use the enhanced image and the type of degradation in the image. Few solutions from my basic knowledge

– If image contain so much noises, apply filtering operations such as mean/median etc.

– If the image is looking too dark or too bright apply histogram equalization process to improve the contrast.

– If the image is blurred apply sharpening operations in the image.

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

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

版权所有 © 2026,WithoutBook。