登录
首页 » Python » opencv

opencv

于 2020-12-04 发布 文件大小:591KB
0 49
下载积分: 1 下载次数: 5

代码说明:

  opencv-python 将图片转换成视频 实现转场效果(Strongly recommend you know the grammar of python first and learn OpenCV)

文件列表:

opencv, 0 , 2018-10-20
opencv\lena.jpg, 44280 , 2018-10-18
__MACOSX, 0 , 2018-10-20
__MACOSX\opencv, 0 , 2018-10-20
__MACOSX\opencv\._lena.jpg, 212 , 2018-10-18
opencv\noble.jpg, 22503 , 2018-09-21
__MACOSX\opencv\._noble.jpg, 212 , 2018-09-21
opencv\1.py, 1050 , 2018-10-18
__MACOSX\opencv\._1.py, 268 , 2018-10-18
opencv\2.png, 172709 , 2018-10-18
__MACOSX\opencv\._2.png, 212 , 2018-10-18
opencv\3.png, 197152 , 2018-10-18
__MACOSX\opencv\._3.png, 212 , 2018-10-18
opencv\1.png, 169513 , 2018-10-18
__MACOSX\opencv\._1.png, 212 , 2018-10-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 数学建模
    说明:  用遗传算法求解带模糊时间窗的VRP问题,注释清晰明了,新手友好(Genetic algorithm for VRP with fuzzy time window)
    2020-11-22 12:09:35下载
    积分:1
  • Python
    说明:  用Python实现了网页数据的抓取,网页动态图的浮现,字体颜色大小的改变,网页数据爬取,制作相关网页,用表格体现,并改变了表格的风格,(Python is used to capture web page data, the emergence of dynamic graph, the change of font size, the crawl of web page data, the production of relevant web pages, which are represented by tables, and the style of tables is changed.)
    2020-06-24 10:20:02下载
    积分:1
  • pygcn-master
    图卷积神经网络,图神经网络的一种,通过提取特征来训练神经网络,实现网络嵌入(Graph Convolution Neural Network, a kind of Graph Neural Network, trains the Neural Network by extracting features to realize network embedding.)
    2020-06-15 22:50:02下载
    积分:1
  • BP_GitChat
    BP(back propagation)神经网络是1986年由Rumelhart和McClelland为首的科学家提出的概念,是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络,py实现(BP (back propagation) neural network is a concept put forward by Rumelhart and McClelland in 1986. It is a multi-layer feedforward neural network trained by error back propagation algorithm. It is the most widely used neural network at present.)
    2019-05-06 14:07:38下载
    积分:1
  • 证书加密解密
    说明:  本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字签名认证。(This experiment is based on a widely tested public encryption library to implement digital signature services. Here is the choice The M2Crypto encryption library is implemented, and the M2Crypto encryption library can fully support the OpenSSL library, so it will It's more convenient. And this library contains a RSA asymmetric encryption algorithm (M2Crypto.RSA), high level The encryption and decryption interface (M2Crypto.EVP) can also operate the X.509 Certificate (M2Crypto.X509). We A certificate, a public key file, and a private key file can be generated by the modules of the M2Crypto repository first, and the later will be beneficial. The encrypted decryption and digital signature authentication are realized with the generated certificate, private key and public key.)
    2017-12-20 16:39:40下载
    积分:1
  • 12343454533
    单目摄相机标定!OpenCV实现,标定图像,标定结果。(Monocular camera calibration! OpenCV realization, calibration image, calibration results。)
    2012-01-14 17:43:52下载
    积分:1
  • cut_image.py
    说明:  车道线检测方法,包括对直行、拐弯车道线的代码描述(Lane line detection)
    2019-11-18 14:32:34下载
    积分:1
  • GetSkeleton-using-OpenNI(Qt)
    MS的kinec SDK和OpenNI都提供了人体骨骼跟踪的算法,人体骨骼跟踪算法在kinect人体行为识别中非常重要,该识别过程通常被用来作为行为识别的第一步,比如说,通过定位人体中的骨骼支架,可以提取出人手的部位,从而可以把手的部分单独拿出来分析,这样就达到了手势的定位,而后面的手势识别则可以在刚刚定位出的领域进行处理。总而言之,一套有效的人体骨架追踪算法在kinect的一系列应用中非常有用,不过MS SDK和OpenNI虽然都提供了该算法类的直调用,但是其源码并没有开放,毕竟这是人家最核心的东东。   开发环境:QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2(MS kinec SDK and OpenNI provides a human skeleton tracking algorithm, the human skeleton tracking algorithm in recognition kinect human behavior, is very important, the identification process is usually used as the first step in behavior recognition, for example, by positioning the body The skeletal stent, can extract a portion of manpower, which can grip a portion separate out to be analyzed, so that to achieve the positioning of a gesture, and the back of the gesture recognition processing can just locate the areas. All in all, a human skeleton tracking algorithm in the kinect range of applications useful, but MS SDK and OpenNI provides direct invocation of the algorithm class, but its source is not open, and this is, after all, the people most core stuff. Development Environment: QtCreator2.5.1+OpenNI1.5.4.0+Qt4.8.2)
    2021-03-25 21:29:14下载
    积分:1
  • 浅层NN
    说明:  手动实现一个浅层神经网络的BP。分开了4个模块,清晰明了(Manually implement BP of a shallow neural network. Four modules are separated to make it clear.)
    2020-02-24 22:54:14下载
    积分:1
  • BP神经网络
    说明:  BP神经网络的代码,已写好,可直接使用,十分方便简洁(The code of BP neural network has been written)
    2020-05-16 20:51:14下载
    积分:1
  • 696522资源总数
  • 104047会员总数
  • 21今日下载