资源列表
[OpenCV] opencv_platecorrection
说明:通过qt4、和opencv库实现车牌矫正和车牌号识别-Opencv library license platecorrection and license plate recognition by qt4<王明> 在 2025-07-04 上传 | 大小:6.02mb | 下载:0
[OpenCV] bwareaopenTest
说明:这是一个清除小对象的程序,在车牌识别,还有好多数字识别时,对图片中的杂志进行清除,下载即可使用-This is a clear program of small objects in the license plate recognition, there are a lot of digital identification, clean picture in the magazine, can be used to download<黄浩> 在 2025-07-04 上传 | 大小:6.01mb | 下载: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-04 上传 | 大小:6.04mb | 下载:0
[OpenCV] FixedCamShift
说明:改进后的Camshift算法(连续自适应的MeanShift算法),是将OpenCV中的Camshift背景检测和前景检测以及运动目标跟踪过程经过修改之后的代码。-FixedCamshift algorithm (the continuous adaptive MeanShift algorithm), is the Camshift background OpenCV detection and prospects for detection and moving target trackin<Zion> 在 2025-07-04 上传 | 大小:6.01mb | 下载: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-04 上传 | 大小:6.03mb | 下载: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-04 上传 | 大小:6.04mb | 下载:0
[OpenCV] Mastering_OpenCV
说明:《OpenCV2计算机视觉编程手册》英文版(原作)(OpenCV2 computer vision programming manual (English version))<宇临锋 > 在 2025-07-04 上传 | 大小:6.03mb | 下载:0
[OpenCV] Otsu方法
说明:opencv做的otsu方法,一、Otsu算法原理 Otsu算法(大津法或最大类间方差法)使用的是聚类的思想,把图像的灰度数按灰度级分成2个部分,使得两个部分之间的灰度值差异最大,每个部分之间的灰度差异最小,通过方差的计算来寻找一个合适的灰度级别来划分。 所以可以在二值化的时候采用otsu算法来自动选取阈值进行二值化。otsu算法被认为是图像分割中阈值选取的最佳算法,计算简单,不受图像亮度和对比度的影响。因此,使类间方差最大的分割意味着错分概率最小。 设t为设定的阈值。(otsu made<lookakid > 在 2025-07-04 上传 | 大小:6.02mb | 下载:0