搜索资源列表
CG3
- 实现了图的数据结构,以及错切、旋转、拉伸移动等算法(TurboC2.0下运行,编译前修改库路径)。-achieved map data structure, and Shear, rotation, stretching movement algorithm (TurboC2.0 running, compile amending the library path).
V2dCAD3.0
- 一个简单的二维图形编辑器.实现了缩放,平移,旋转,镜像等功能.并提供,直线,圆,矩形等基本图元的算法.适合于计算机图形学的学习和应用.-a simple two-dimensional graphics editor. To achieve the scalability, translation, rotation, mirroring capabilities. And to provide a straight, a round, rectangular map yuan basic al
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开发轮廓提取源程序 堆
VoronoiDAC
- voronoi图的分治算法实现,清晰展示voronoi图的merge过程。在VC6.0下实现-nibbling plan of partition algorithm, clear display triangles map merge process. Under the VC6.0
bianyuanjiance
- 边缘检测算法的实现,适合数字图象处理的初学者.简便的算法
chuangjianhuidutu
- 灰度图象便于图像处理,本程序是根据RGB图像创建一幅灰度图像的算法源码
图像滤波处理代码
- 选择打开文件,可以打开相应的图像。当前只可处理8位灰度图像。 homework1 中值滤波中,边界没有处理。 均值滤波中,边界也处理了,边界的原值没有保存下来。边界模糊。 homework2 对同样的阈值soble算子检测边缘比梯度算子清楚。 homework3 幅度谱表现出一些可辨认的结构,相位谱看不出来。 忽略相位信息,反变换得到的图看不出与原图的影子。 忽略幅度信息,反变换得到的图与原图好像有一些相似。 homework4
人脸检测算法
- 2dpca,用于图象特征的提取,及人脸检测算法
mdib_show
- 采用原始算法实现dib位图的读取.-using original algorithm Freehand bitmap read.
边沿检测与提取轮廓跟踪的图象算法
- 边沿检测与提取轮廓跟踪,来自于源码中国 www.Cn700.com-edge detection and extraction of contour tracking, source from China www.Cn700.com
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
ssim_index.rar
- 该程序SSIM(结构相似度)是基于matlab平台,用于图像的客观质量评价,是FR中精典算法,The program SSIM (structural similarity) is based on matlab platform for an objective image quality evaluation, is in the classical algorithm FR
voronoi3.rar
- voronoi图的Fortune算法源码,visual c++,Fortune s algorithm source code of voronoi diagram with visual c++
match2
- sift方法实现深度图的求取,算法严紧,高效,结果理想,可以帮助c++程序员提高水平-sift method to strike a depth chart, algorithm tight, efficient, results are satisfactory, can help c++ programmers raise the level of
autostitch
- 自动全景图生成示例程序,Matthew Brown and David G. Lowe的Automatic Panoramic Image Stitching using Invariant Features文章中的算法-The Automatic Panoramic Image Stitching theory is developed by Matthew Brown and David G. Lowe
avefilt
- 图像滤波的算法,算法基础,易懂,适合初次接触图象滤波的人入门用-Getting Started with the image filtering algorithms, the algorithm foundation, easy to understand, for the initial contact image filtering
random-walker
- 随机游走在图像分割中的应用,它类似于图割算法,利用谱信息进行分割 -random walker
cg_point_location_trapezoid
- 计算几何中使用梯形图的点定位算法实现,界面为win32-Use in computational geometry ladder point positioning algorithm
Itti模型Matlab源码
- 做显著图提取算法,很经典。可以模拟视觉显著图提取,提取重要的显著图特征(ITT Imodel wtjopn snfoixnlsiobkjvsfno)
基于Qt的简单2D画图软件
- 本项目是Qt下的2D画图软件,可以画直线、圆、多边形这些基本图元,画这些基本图元都没有调库,都是自己手写的算法,并且实现了旋转、缩放、平移、裁剪的功能。