资源列表
11
- 功能:对图像进行边界跟踪。 -Functions: to track the border of the image.to track the border of the image.
111
- 思路简要说明: 1、图像二值化 将图片中的各点用0或1表示,1为有效点,0为背景。这里使用的是最大类间方差法 (otsu),在资料中有介绍。 2、去除干扰点 3、分割 将整个的图片分为每个单独的字,在下一步中才能一一识别。 4、与样本库进行对比,寻求最近似匹配 这步是比较核心的地方,由于要识别的图形每次都是随机变化的,我们不能进行完 全匹配识别,所以使用的是‘欧氏距离’来进行最近似匹配,资料中的《自由手写体 数字识别》里面有详细说明。
9927447TiltView
- VC图像处理及各种应用程序集合,包括图像的各种变换,图像分割,图像识别,特征提取等多种应用-VC various image processing and application pool, including the transformation of images, image segmentation, image recognition, feature extraction and other applications
VB6.0
- 以VB6.0为开发平台,制作图片处理器,实现二维图片的简单处理。-VB6.0 as a development platform to produce image processor, the realization of a simple two-dimensional image processing.
Opengl
- Some sample about OpenGL in C
anneal
- algorithm simualted annealing
ImageProcess
- 图像处理-图像增强(图像统计直方图,均衡化直方图)-Image-Process
Fcm
- Hilbert扫描矩阵的生成,将二维图像转换为一维信号-Hilbert scan matrix generation
cv_trainingpede
- Pedestrian detection
210131182200792892847635182
- Optimized Gabor Filter Based Feature Extraction For Character Recognition
draw_triangle
- 使用opengl环境,在glut下,任意点三个点,可以画出一个颜色渐变的三角形,其颜色由该点和三个顶点的距离决定。-draw a triangle in glut,opengl....
ilumina
- A simple ilumination delphi program, which shows the light source and the shadow of an object (stonehedhe in this example)
