搜索资源列表
chart.rar
- 图表生成器,能够按日期产量等参数使用指定图表模板建立柱状图,并能按柱状图样式直接生成EXCEL图表。
图像增强处理
- 使用了Box平滑模板、高斯平滑模板、拉普拉斯锐化模板对图像进行增强处理。-This project make use of Box moduling board,Goss moduling board and Laplas moduling board to enhance the images.
220195168672005715205401563311
- 图像的腐蚀图像的膨胀图像的结构开和结构闭图像的细化图像的边缘检测图像的Hough变换图像的轮廓提取图像的识别和模板匹配- The picture corrosion picture inflation picture structure opens with the structure shuts the picture the thin picture edge examination picture Hough transformation picture outline to with
zhangzhengyou
- 张正友的关于平面模板法实现摄像机内参数标定的算法实现,内附张的算法解释,是做机器视觉的朋友必备的资料,推荐!-Zhang is on the Friends of the plane template to achieve camera calibration parameters within the algorithm, the algorithm containing Zhang explained, machine vision is to do the essential work o
nccr
- 模板匹配的一个matlab实例,程序可读性好。-template matching a Matlab example, procedures readable.
dect_image
- 功能是图象的检测,模板匹配 命令行编译过程如下 vcvars32 rc bmp.rc cl detect.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-function is image detection, template matching process compiler command line as follows vcvars32 rc bmp.rc cl detect.c
GraphicsAlgorithm
- 计算机图形学编程模板,可供计算机图形学学习者进行编程实践-computer graphics programming template for computer graphics programming practice for learners
mobanpipeiippssda
- 这是一个图像处理模板匹配的新型算法,里面包括了三代模板匹配算法,包括使用INTEL的Ipp库,还有二次匹配算法,和SSDA算法-This is an image processing template matching new algorithms, including the inside of three generations of template matching algorithm, including the use of Intel studied by the library,
tuxiangchuliduosuanfa
- 有很多图像处理的算法,基本上比较全了,包括模板匹配,图像的边缘提取,二值化分析,膨胀和腐蚀,是学习的非常好的资料-many image processing algorithms, basically all the more, including template matching, Image Edge Extraction, two value analysis, inflation and corruption, is a very good study information
3DMatrixT
- 一个3D矩阵模板类,包含大多数的变换及投影。可以进行3D矩阵运算。-a 3D matrix template category, including most of the transformation and projection. Can 3D matrix calculation.
thefacecognition
- 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -Offline Character Recognition for The template matching, USPS font terminology Fisher Linear found handwritten identification numbers. For some reason, some of the databases
image-go
- 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆栈的数据结构和操作 VC++开*廓跟踪源
segobj
- 该程序对多物体二值图像进行多个物体分割,返回为各个物体的模板-the right procedures over two objects for a number of image objects segmentation, for the return of all objects template
color_muban
- 程序用matlab实现基于模板和肤色的人脸检测,首先利用肤色信息检测出可能的人脸区域,然后进行模板匹配.可以实现一幅图片中多人脸的检测.-procedures using Matlab based templates and color of face detection, the first to use color information may detect a face, then template matching. can be achieved over a picture of
ImageTemplate
- 图像浏览,bmp,jpg。经常需要测试或开发一些小东西,需要图像支持,所以做了一个模板工程,用的时候方便。-Image View, bmp, jpg. Often need testing or developing some small things, the need to support images, and make a template, use the convenient time.
图象的检测,模板匹配算法代码
- 图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
图象模板匹配算法代码
- 图象模板匹配算法代码,可直接运行exe文件,观察处理效果.-image template matching algorithm code can be run exe files directly observed treatment effect.
BitmapManage模板匹配和加矩形框完成
- BitmapManage模板匹配和加矩形框完成,实现的功能是在模版中找到与之相符合的图象-BitmapManage template matching and processing rectangular frame completed, the functions of the template is found incompatible with the image
图像检测和模板匹配源码2005518144751
- 图象的检测,模板匹配算法代码,c语言开发。-image detection and template matching algorithm code, c-language development.
Licensenumber
- 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不