搜索资源列表
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
graphic_arithmetic
- C语言实现图形学基本算法,有助于学习图形学的裁剪平移相交等基本算法。-C language graphics basic algorithm, to the learning graphics translation intersection of cutting the basic algorithm.
bcl-1.1.2
- 下载的代码,可以实现基本的压缩算法,如RLE行程编码,Huffman变换。-download the code, can achieve a basic compression algorithms, such as RLE itinerary coding, Huffman transform.
javaimageprocess
- 数字图像处理,java描述,包括最基本的算法.
2DMFC
- 我自己写的一个基于MFC的2D绘图软件,里面包含各种基本的2D图形绘制算法,如跟踪画线,框,圆,贝赛尔曲线等,希望对初学者有用!本程序可直接用Visual 2003.Net打开。
computergraphicexamplevc++
- 一个简单的计算机图形学编程实例,实行了多种计算图形学的算法,包括基本图形的绘制,与裁剪,平移等算法
JavaBasicGraph
- java编写的基本绘图程序,没有采用系统api,而是演示了一些基本的计算机图形学算法,比如,DDA,中点法画直线,画圆形等。
imagedemo
- 包含了各种基本的数字图象处理算法的matlab实现的源代码,如图象增强,变换,恢复,压缩算法实现
基本画线实现算法
- 新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (Col
基于Matlab 7.0的指纹图像预处理
- 指纹检测在近一个世纪里被广泛应用在生物特征识别领域 ;MATLAB 近年来则广 泛应用于工业与科学技术的仿真,本文通过对指纹图像处理基本问题的介绍和分析,对目前 现有的预处理方法的介绍和比较,提出一套完整有效基于MATLAB 7.0 的预处理仿真算法。 主要过程包括规格化、背景区域去除、方向图计算、方向滤波、二值化、细化算法以及特征 提取。
er
- 计算机图形学二维图形基本变换的算法实现 使用Turbo C的开发环境-Two-dimensional graphics computer graphics basic transform algorithms using Turbo C development environment
LineAlgorithm
- 图形学中三种最基本的画线算法,DAA算法,Bresenham算法,和中点算法的实现,及其比较。-Graphics are three basic line drawing algorithm, DAA algorithm, Bresenham algorithm, and the midpoint algorithm, and more.
LBP-algorithm-of-image
- 4种基本的lbp算法函数,实现图片纹理分类-Four basic LBP algorithm functions, realize image texture classification
fenpian
- 分形算法及其应用,包括源代码和运行结果,了解基本的分形算法-Fractal algorithm and its application, including source code and run results
graphic-processing
- 经典的图像处理程序,小型光影魔术手了,曝光等功能,都用的最基本的算法,可以作为平台,添加功能。还有灰度直方图,用来分析图像的。-This is the classical program for graphic processing, a simple version of GuangYingMoShuShou, with functions like exposure ect. However the algorithm is very basic,which can be used as a
Test
- 二维基本几何算法。包括了直线,三角形,四边形的绘制,以及它们的平移,旋转,错切,反射变换,以及最终的复位。-The basic two-dimensional geometric algorithms. Including the drawing of a straight line, a triangle, quadrilateral, as well as their translation, rotation, shear, reflection transform, as well as
VC_ImageProgram
- 该文件包括了基本的图像处理算法源代码,可以让阅读者迅速掌握图像处理的相关编程技巧。-The document includes a basic image processing algorithm source code, allowing the reader to quickly grasp the image processing programming skills.
SIFT
- 基于SIFT的图像配准程序,是基本的配准算法,可以实现简单的配准-failed to translate
Pencil
- 基于C #,VS2012平台,使用不同的算法,绘制基本图形如:圆形,矩形等。可实现画笔基本的颜色,粗细调整等。可实现基本功能:擦除,裁剪等。-Based on C#, VS2012 platform, using different algorithms, the basic graphics rendering such as: circle, rectangle etc.. And the basic colors, adjust the thickness. The realization
基于Qt的简单2D画图软件
- 本项目是Qt下的2D画图软件,可以画直线、圆、多边形这些基本图元,画这些基本图元都没有调库,都是自己手写的算法,并且实现了旋转、缩放、平移、裁剪的功能。