资源列表
[OpenCV] opencv_platecorrection
说明:通过qt4、和opencv库实现车牌矫正和车牌号识别-Opencv library license platecorrection and license plate recognition by qt4<王明> 在 2025-07-17 上传 | 大小:6.02mb | 下载:0
[OpenCV] opencvtest
说明:该程序使用vc++和opencv对视频文件进行读取与播放,并可根据自己的要求修改帧间播放时差。-The the program use vc++ and opencv read and play video files, inter-fr a me playback time difference can be modified according to their own requirements.<李娇> 在 2025-07-17 上传 | 大小:6.04mb | 下载:0
[OpenCV] OpenSURF-H
说明:关键点检测和描述算法,surf算法的opencv的源码,surf算法的性能与sift相当,但速度要远大于sift算法,经过测试可以正常运行-Keypoint detection and descr iption algorithm, algorithm source code at the Surf, surf the performance of the algorithm and sift quite, but the speed is much larger than sift algor<zhangbin> 在 2025-07-17 上传 | 大小:6.06mb | 下载:0
[OpenCV] Mastering-OpenCV
说明:Mastering OpenCV with Practical Computer Visi 一本很好的书去学习opencv-Mastering OpenCV with Practical Computer Visi a good book to learn opencv<崔微> 在 2025-07-17 上传 | 大小:6.03mb | 下载:0
[OpenCV] SurfDescriptorExtractor
说明:本代码实现了利用SURF算法进行特征描述,找出图像中的角点。-This code implements characterization, figure out the image of the corner by using SURF algorithm .<张苇宁> 在 2025-07-17 上传 | 大小:6.06mb | 下载:0
[OpenCV] PGPD
说明:提出的压缩跟踪算法能够实时运行,并执行挑战序列,在效率方面,准确性和鲁棒性方面能与最先进的算法抗衡-The proposed compressive tracking algorithm runs in real-time and performs favorably against state-of-the-art algorithms on challenging sequences in terms of efficiency, accuracy and robustness.<夏鑫鑫> 在 2025-07-17 上传 | 大小:6.04mb | 下载:0
[OpenCV] Mastering_OpenCV
说明:《OpenCV2计算机视觉编程手册》英文版(原作)(OpenCV2 computer vision programming manual (English version))<宇临锋 > 在 2025-07-17 上传 | 大小:6.03mb | 下载:0
[OpenCV] Otsu方法
说明:opencv做的otsu方法,一、Otsu算法原理 Otsu算法(大津法或最大类间方差法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别来划分。 所以可以在二值化的时候采用otsu算法来自动选取阈值进行二值化。otsu算法被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响。因此,使类间方差最大的分割意味着错分概率最小。 设t为设定的阈值。(otsu made<lookakid > 在 2025-07-17 上传 | 大小:6.02mb | 下载:0