资源列表

« 1 2 ... .10 .11 .12 .13 .14 115.16 .17 .18 .19 .20 ... 745 »

[OpenCVdrawing

说明:opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
<Phindx> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[OpenCVtrackParticleFilter

说明:在vs210,opencv环境下,编写的关于粒子滤波进行目标跟踪的程序,对于初学粒子滤波的入门者较好的辅助性-In vs210, opencv environment, write about particle filter for target tracking applications, for beginners grasp good auxiliary particle filter
<jiwy> 在 2025-07-01 上传 | 大小:3kb | 下载:0

[OpenCVkalman

说明:使用kalman滤波进行目标跟踪,kalman可以通过观测到的结果进行更新从而估计下一时刻的目标状态-Using kalman filter for target tracking, kalman can be updated by the observed results to estimate the target state of the next moment
<jiwy> 在 2025-07-01 上传 | 大小:12kb | 下载:0

[OpenCVUSB-camera-display

说明:USB摄像头显示,提供电脑用USB摄像头显示画面- USB camera display
<tangguodong> 在 2025-07-01 上传 | 大小:5.69mb | 下载:0

[OpenCVopencvQt.tar

说明:Qt图像处理,实现一些图像处理基本功能,包括灰度图像转换,大律法二值化,添加水印等操作。后边会陆续增加功能。使用极度类似opencv- Qt image processing, to achieve some of the basic image processing functions, including grayscale image conversion, the law of the two values, add the watermark and other operat
<霍紫健> 在 2025-07-01 上传 | 大小:27kb | 下载:0

[OpenCVsnake

说明:使用opencv制作的贪吃蛇小游戏,仅供参考-Using opencv make Snake game, for reference only
<huabozh> 在 2025-07-01 上传 | 大小:2kb | 下载:0

[OpenCVopencvKLT

说明:项目中用到的使用opencv实现的klt追踪算法-Used in the project using opencv tracking algorithm implemented klt
<huabozh> 在 2025-07-01 上传 | 大小:2kb | 下载:0

[OpenCVLicensePlateRecognition

说明:车牌识别系统,可以自己看看,这个代码比较详细-License plate recognition systems, and can see for yourself, this code in detail
<鹏淹> 在 2025-07-01 上传 | 大小:85kb | 下载:0

[OpenCV5_Canny

说明:用opencv实现了Canny算子进行图像的锐化操作,能通过编写的滑条进行控制Canny算子的内核大小,从而控制锐化程度。-Opencv is used to implement the Canny operator image sharpening operation, can pass the written slider to control the size of the Canny operator kernel, so as to control the degree of shar
<Dylan> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[OpenCVemgucv

说明:c# emgucv 开发资料,开发所需环境等。-翻译 c# emgucv 开发资料,开发所需环境等。 c# emgucv development information, develop the required environment.
<fengjh> 在 2025-07-01 上传 | 大小:19.31mb | 下载:0

[OpenCV356f25b6c7b8

说明:利用Opencv软件实现对一段三车道上的视频进行车辆计数-Using Opencv software implementation for a three lane video vehicle counting
<Jole> 在 2025-07-01 上传 | 大小:4.91mb | 下载:0

[OpenCVcaffe_src_LandMark(5pt)_vs2013

说明:是github上的开源的人脸关键点定位,5点。用vs2013编译,我把整个依赖打包,因此你可以直接编译-The key point is the human face of the open source positioned on github, 5:00. With vs2013 compiler, I rely on the whole package, so you can compile
<sunli> 在 2025-07-01 上传 | 大小:41.98mb | 下载:0
« 1 2 ... .10 .11 .12 .13 .14 115.16 .17 .18 .19 .20 ... 745 »

源码中国 www.ymcn.org