是否有OpenCV或类似的卷积神经网络实现? [英] Is there an implementation of Convolutional Neural Network available in OpenCV or similar?

查看:200
本文介绍了是否有OpenCV或类似的卷积神经网络实现?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

OpenCV中是否存在卷积神经网络?如何使用该算法进行图像或视频处理?

Is there a Convolutional Neural Network in OpenCV? How possible is it to use the algorithm for image or video processing?

推荐答案

是和否。

OpenCV中没有直接实现的convnet库,但Caffe(领先的卷积神经网络包之一)与它相互作用相当好。

There is no directly implemented convnet library bundled into OpenCV, however Caffe (one of the leading convolutional neural network packages) interacts with it rather well.


  • 如果您安装Caffe,其必备条件之一是OpenCV,然后您可以通过Caffe的C或Python API使用OpenCV。请参见主要Caffe网站

如果你安装OpenCV(一个足够新的版本),你可以使用新的opencv_dnn模块与Caffe进行交互。请参阅 opencv_dnn教程

If you install OpenCV (a recent enough version) you can use the new opencv_dnn module to interact with Caffe. See opencv_dnn tutorial.

这篇关于是否有OpenCV或类似的卷积神经网络实现?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆