资源列表
车牌识别系统
- 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。-use this example to open directory pic of pictures, then click the button "turn", "1", "2", "3" and "4" and "5", can achieve
radon变换检测直线
- 做个图像直线检测的算法,主要是用来检测图像中的直线,用处据说不少,而且自己感觉挺好。-be a linear image detection algorithm is used to determine the linear image, usefulness is said, but his driver.
视频分割的matlab 程序
- 1. 视频数据读取,读取相邻两帧中的人眼最敏感的亮度数据。 2. 用后一帧的亮度矩阵减去前一帧亮度矩阵,计算出两帧的帧差。 3. 迭代计算出帧差中的噪声的均值和标准差。 4. 根据均值和标准差滤除噪声,得到变化区域。 5. 用数学形态学运算得到对象的最终模板。-1. Video data is read, read two adjacent eyes of the brightness of the most sensitive data. 2. After a brightness of th
watermark综述+代码
- 数字水印算法实现(matlab程序包),包含有DCT水印嵌入算法,DWT水印嵌入算法,以及水印攻击和性能测试程序。参考价值极大-digital watermarking algorithm (Matlab package), including a watermark embedded DCT algorithm, DWT algorithm embedded watermark, watermark and attack and performance testing procedures.
fastmatch__一种快速的图像匹配算法,能够识别复杂背景下的小目标
- fastmatch__一种快速的图像匹配算法,能够识别复杂背景下的小目标
LOGISTIC序列产生的MATLAB源代码
- LOGISTIC序列产生的MATLAB源代码
Optical flow 光流法 matlab源代码
- Optical flow 光流法 matlab源代码
直方图均衡
- 直方图均衡
用VTK实现DICOM文件平滑处理
- 用VTK实现DICOM文件平滑处理 效果非常好
加权Hausdorff距离
- 图像匹配中的距离计算
车牌识别
- 车牌定位及分割程序,希望对同学们有所帮助~
Coons曲面、bezier曲面和B样条曲面
- 这是一个用VC++画Coons曲面、bezier曲面和B样条曲面的程序,对于初学者,或许会有些帮助。