搜索资源列表
fingerprint_regoniation_system
- fvs_enhancer:指纹增强程序,描述了如何使用该库增强指纹图像。原图像和目标图 像都是位图。 fvs_direction:描述了如何提取方向图。输入图像必须是归一化的图像,这样才能 有较好的效果。输出图像覆盖于输入图像之上。 fvs_createtestimages:该程序用来产生调试过程中可能会用到的一些位图图像,这 些图像是不同角度和不同间隔的条纹。产生图像的文件名命名方式如下: testimgSSSDDD.bmp 其中,SSS代表条纹间隔(像素个数)
OpenCVtuxiangju
- 用OpenCV做的,先对图像做预处理,再求取图像中目标区域的归一化中心矩或者Hu矩。使用前先对VC++6.0进行OpenCV环境设置。
targetdetecting
- 基于运动区域和运动区域外截矩形进行运动目标检测
3
- 基于运动区域和运动区域外截矩形进行运动目标检测-Movement target detection
target
- 通过计算最大互相关(Cross Correlation),在给定的图像中检测目标图像,并在图像显示窗口中高亮该区域-By calculating the maximum cross-correlation (Cross, The Correlation), detection of the target image in a given image, and highlight the region in the image display window
snake_demo
- Snake算法是一种用来计算轮廓演化的算法。它可以在给定一个大致的轮廓区域的前提下,自动地逼近并最终精确求得我们所感兴趣的目标区域。-Snake algorithm is an algorithm used to calculate the contour evolution. It can be given a rough outline of the region under the premise, the automatic approximation and the final exa
遗传算法
- 用于实现图像分割,获得最佳的特殊区域,目标区域。