搜索资源列表
nh111
- 曲线拟合的算法函数(部分),请参考其它工具书。-Algorithm function for curve fitting(fractions), please consult other tool books.
6.1 复杂的函数曲线
- 复杂的函数曲线VB算法,此算法能够实现一些复杂的数学函数曲线的模拟,可以供图形编程的初学者学习.-complex function curves VB algorithm, the algorithm can achieve some complex mathematical function curve simulation and graphics can be programmed for beginners to learn.
jiao448
- 一个用matlab检测直线交点的源程序,适合于二值图像,函数实现了图像中单象素宽白色相交直线交点的检测利用的是最简单的邻域中计算白点的个数的算法,当一个象素的window邻域中有四个邻域为白色的时候,该点即为交点。-a linear detection using Matlab intersection of the source, suitable for two binary images, Function of image pixels wide single white line in
imagesearch
- 图象处理算法平台,具有良好的图象处理能力,包含有各种图象处理函数-image processing algorithm platform with a good image-processing capabilities, including a variety of image processing functions
PictureZoom
- 图像放缩,调用Windows Api函数,采用二次线性插值算法实现。
bezier_demo
- 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
位图全色生操作类,指纹识别,角点检测,锐化,反色等操作类C++
- 指纹识别中的一个步骤分支点检测的实现,使用的是我个人编写的位图操作类,本位图操作类中的算法组,可以用于所有能够返回具有指针特性图像矩阵的文档操作类库。也就是说通用性很强。算法组还包括指纹识别算法,卷积函数。位图操作类包括的方法有 tmBmp(); tmBmp(const std::string & fname, BYTE clrBit = 8 ,DWORD imW = 256,DWORD imH = 256); virtual ~tmBmp();
200711212156486
- 多边形种子填充算法(由于该程序调用的递归函数太占用cpu资源,所以在画区域时请控制其大小,先用左击画线,右击用于全区域闭合。 -Polygon seed filling algorithm (due to the program calls recursive functions too occupied cpu resources, so when painting the region to control its size, first hit the left drawing a l
afdfdsfads
- 本文实现了利用B样条函数对图象插值放大的快速算法,并在此基础上,进一步提出了彩色图象放大的方案,既先将图象从RGB空间转换到YUV空间,对UV分量插值放大后进行低通滤波处理,最后再将图象转换至RGB空间。实验结果显示了该方法插值效果好并且处理时间短。-In this paper, the realization of the use of B-spline function of image interpolation to enlarge the fast algorithm, and on
20090607065257_62
- 对于一个“标准”的Windows应用程序,一般都有一个工具栏。如果你用过某个GIS系统,一定用过工具栏上的工具。工具栏上的工具为我们提供了一个快速调用某个功能的捷径。我们这就来创建一个MapX的工具栏。 先来实现什么功能呢?我们来个模仿Mapinfo: 放大工具、 缩小工具。 要对图象进行放大缩小,该用什么算法呢?不必你操心!我们是进行二次开发,这些算法的实现,MapX都有了,我们只需要调用它的功能就行了。更绝的是,MapX已经内建了常用的“工具”。放大工具就是miZoomInTo
ImageProcessFounction
- 各个程序函数包含图象处理基本的算法,边缘检测,点运算,特效,几何变换,增强和虑镜-The various program functions include basic image processing algorithms, edge detection, point operations, effects, geometric transformation, enhancement and taking into account mirror
callICP
- 使用vc++实现ICP配准算法,编译成动态链接库,通过调用CallICP函数可以实现两组点云之间的配准-Using vc++ to achieve ICP registration algorithm, compiled into a dynamic link library, by calling CallICP function can be achieved between the two sets of point cloud registration
AStarTest
- Astar算法实现,主要函数在AStarArith.cpp中,使用时需要安装mapinfo软件并下载武汉市地图到Maps文件夹中。-Astar algorithm, the main function in the AStarArith.cpp in mapinfo software used to install and download the map to the Wuhan City Maps folder.
ImageProcessLib
- 基于GDI+的图像处理技术库,包括了目前所有基本的图像处理的基本算法,并用函数封装完毕,可根据实际来调用-GDI+ based image processing library, including all of the current basic image processing of the basic algorithm with the function of packaging is completed, according to the actual call
GetDIBits
- 程序实现功能:抗锯齿算法 抗锯齿算法,采用的是SetPixel函数,效率相对来说比较低下,应用DIB可以提高绘图效率. 本程序包含:1、采用SetPixel函数 2、采用GetDIBits 两种方法. 全部采用子函数编写,方便其它程序调用.-Program Function: anti-aliasing algorithm for anti-aliasing algorithm, using the SetPixel function, the efficiency is rel
BeiSaiE
- VC绘制贝赛尔曲线,VC通过GDI,GDI+绘图函数实现绘图算法,绘制贝赛尔曲线-VC draw a Bezier curve by GDI, GDI+ drawing, the VC function drawing algorithm to draw a Bezier curve
grape
- 基于mfc 单文档编写,运用了对话框资源,包括自己定义的几个对话框,采用了自带的颜色对话框,几何图形通过递归函数编写,实现了垫片算法、科和曲线等-Dialog based mfc single document written using resources, including their own definition of several dialog, color dialog box comes, geometry written by a recursive function, gas
5dianguanghua
- 求出了等值线上的各个点,怎么把这些点连成一条光滑的曲线,就需要用到光滑算法。光滑算法有很多种,比如线性跌代、分段三次多项式插值法(又称五点法),二次多项式加权平均法、张力样条函数法等。主要介绍五点法,也是用来光滑等高线的常用方法。-Curve fitting, fitting a smooth curve in classic 5 points
floyed-calcuate-the-dsitance
- 地点测量距离程序总体设计 在TC3.0环境下编译通过,共有5个函数。 分别是Introduce,shortestdistance,floyed,display及main。 其功能分别是: Introduce:地点介绍函数。 Shortestdistance:计算两地的最短距离。 Floyed:floyed算法求两地的最短距离。 Display:打印两个地点的路径及最短距离至屏幕。 Main:总体控制各函数并提供原始数据。-map distance floyed
HIOER
- GS算法中的HIOER函数,可以再自行编写的主程序中进行调用-GS algorithm HIOER main function, you can then write in their own call