-
matlab程序,基于特征点的图像配准
matlab program about image registration feature point based
- 2022-02-02 22:35:48下载
- 积分:1
-
“计算几何结构”(第二版)的代码:代码功能章…
C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory ----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg Point-in-poly Chapter 7, Code 7.13 /inpoly Point-in-hedron Chapter 7, Code 7.15 /inhedron Int Conv Poly Chapter 7, Code 7.17 /convconv Mink Convolve Chapter 8, Code 8.5 /mink Arm Move Chapter 8, Code 8.7 /arm-C code for "Computational Geometry in C (Second Edition)": Code function Chapter pointer directory----------------------------------------------------- Triangulate Chapter 1, Code 1.14 /tri Convex Hull(2D) Chapter 3, Code 3.8 /graham Convex Hull(3D) Chapter 4, Code 4.8 /chull sphere.c Chapter 4, Fig. 4.15 /sphere Delaunay Triang Chapter 5, Code 5.2 /dt SegSegInt Chapter 7, Code 7.2 /segseg P
- 2023-04-03 14:50:03下载
- 积分:1
-
计算机图形学阵动画源代码,很有用的啊,在VC++6.0下编译通过。...
计算机图形学阵动画源代码,很有用的啊,在VC++6.0下编译通过。-array of computer graphics animation source code, a very useful ah, the VC 6.0 compiler passed.
- 2022-05-12 16:44:41下载
- 积分:1
-
vb的符号匹配,可以支持常用的函数绘画,但是比较慢,等待改进
vb的符号匹配,可以支持常用的函数绘画,但是比较慢,等待改进-vb matching symbols can be used to support the function of painting, but more slowly, to wait for improvements
- 2023-01-01 18:35:03下载
- 积分:1
-
直线反走样算法,包括线性
一些画直线的算法,包括反走样直线-linear algorithms, including linear Antialiasing
- 2022-09-19 02:40:03下载
- 积分:1
-
指纹识别系统,采用VC开发,为大SQL数据库…
指纹识别系统,用vc开发,sql为后天数据库-Fingerprint Identification System, using vc development, sql database for the day after tomorrow
- 2022-12-08 16:55:03下载
- 积分:1
-
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对...
设计思路:
对Windows XP自带的画笔程序进行分析,一般User画图过程:
首先鼠标选择绘图工具,然后选择颜色,接着按User需要作图。User对产出的图像进行操作。
对图形元素抽象出公共属性,设计我的画板的作图过程:
选择工具 、画预览效果、User满意并确定、绘制效果。
下面是程序用到主要变量:
当前绘图点粒度:int iGranularity
当前使用颜色:COLORREF curColor
当前绘图状态:int iPaintStatus
当前绘图状态属性:int iPaintProperty
前一个鼠标坐标:CPoint pOldPoint
多边形起点:CPoint pStartPoint
多边形终点:CPoint pEndPoint
当前鼠标坐标:CPoint pCurPoint
输出文本字符串缓存:CString strTextOut
对典型操作过程(画矩形)描述:
用户选择工具_RECTANGLE(使iPaintStatus=_RECTANGLE)、
选择绘图颜色(设定curColor)、
用户按下鼠标左键使绘图状态属性为预览(iPaintProperty=_PREVIEW)、
用户移动鼠标(绘制图形的橡皮线效果)
用户放开左键(绘制图形的实线效果)
-design : Windows XP"s own brush analysis procedures, the general User drawing process : first choice mouse drawing tool, then select colors, followed by Graphic User needs. User to output images to operate. Right abstract graphic elements from the public properties, design I slate of mapping process : select tools, painting preview effects, User satisfaction and identification, mappi
- 2022-03-11 03:27:30下载
- 积分:1
-
tiff格式图片数据读取程序
该代码可以对Tiff格式的图像文件进行操作,可以识别文件头、文件信息头等信息。主要包含读tiff图像、写tiff图像两个函数,分别用于读取tiff文件中的图像像素数据和将图像数据存回tiff格式图像。
- 2022-03-22 16:27:55下载
- 积分:1
-
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。...
用于文字识别, 可被vc,vb, 按键精灵加载, 并有文字库工具生成自己的文字识别库。-For word recognition, can be vc, vb, QuickMacro loaded, and a text database tool to generate your own text recognition library.
- 2022-06-19 01:20:01下载
- 积分:1
-
图象的检测,模板匹配
图象的检测,模板匹配-Image detection, template matching
- 2022-04-07 22:02:37下载
- 积分:1