资源列表
ORB
- 使用orb二值特征描述子进行图像的特征匹配。- Use orb matching binary feature descr iptor for image features.
drawing
- 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
trackParticleFilter
- 在vs210,opencv环境下,编写的关于粒子滤波进行目标跟踪的程序,对于初学粒子滤波的入门者较好的辅助性-In vs210, opencv environment, write about particle filter for target tracking applications, for beginners grasp good auxiliary particle filter
kalman
- 使用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
USB-camera-display
- USB摄像头显示,提供电脑用USB摄像头显示画面- USB camera display
opencvQt.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
snake
- 使用opencv制作的贪吃蛇小游戏,仅供参考-Using opencv make Snake game, for reference only
opencvKLT
- 项目中用到的使用opencv实现的klt追踪算法-Used in the project using opencv tracking algorithm implemented klt
LicensePlateRecognition
- 车牌识别系统,可以自己看看,这个代码比较详细-License plate recognition systems, and can see for yourself, this code in detail
5_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
emgucv
- c# emgucv 开发资料,开发所需环境等。-翻译 c# emgucv 开发资料,开发所需环境等。 c# emgucv development information, develop the required environment.
356f25b6c7b8
- 利用Opencv软件实现对一段三车道上的视频进行车辆计数-Using Opencv software implementation for a three lane video vehicle counting
