-
图像处理的北京大学讲义,讲述了图像处理的基础知识
图像处理的北京大学讲义,讲述了图像处理的基础知识-image processing Beijing University lectures, on the basis of image processing knowledge
- 2022-01-31 00:54:25下载
- 积分:1
-
Using quad to reconstruct the contour of skin , it is very useful for medical im...
运用四边形网格实现医学图像皮肤组织的三维重建算法,对于医学图像的三维重建非常有用-Using quad to reconstruct the contour of skin , it is very useful for medical image reconstruction
- 2022-05-29 00:38:09下载
- 积分:1
-
实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3....
实现四个功能:一、图和图素1. 定义屏幕坐标2. 在屏幕中心作下列图素:点 • ; 小方块 ■ ;大方块 ■ ; 圆点 ● 。以上述图素画线二、3. 用DDA法画线段;4. 用DDA法画圆。三、已知如图所示的多面体,其各棱边长均相等。要求1. 用步进法(即+1比较法)编写AB线段生成程序;2. 用法线法编写消隐程序;3. 编写让多面体绕其中心轴线旋转30o、45o、60o的程序四.在三的基础上自动绘制各棱边,自由旋转任意角度-realization of the four functions : 1, maps and map-1. Two definition screen coordinates. In the center of the screen-map for the following : Point# 8226; ; small chunks; large chunks; dots. The above map-line drawing two, three. DDA law with painting segment; 4. With DDA Act Circle. 3, as shown in the figure known polyhedron, its edge longer being equal. Requirements 1. Walking France (a comparison) prepared AB segment generated procedures; 2. Usage prepared blanking line method; 3. To prepare for polyhedron around its central axis rotation 30o, 45o, 60o procedures 4. The three on the basis of automatic drawing the edge, the Liberal arbitrary rotation angle
- 2022-06-12 18:21:01下载
- 积分:1
-
图形色彩量子化及材质压缩程序源代码
图形色彩量子化及材质压缩程序源代码-Quantum color graphics and texture compression source code
- 2023-08-26 21:10:03下载
- 积分:1
-
用DIRECTX的粒子系统开发的一个烟花效果的程序.
用DIRECTX的粒子系统开发的一个烟花效果的程序.-DIRECTX the particle system used to develop a procedure for the fireworks effects.
- 2022-03-14 00:44:33下载
- 积分:1
-
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。...
离线汉字识别系统。基于特征检测的汉字识别系统,何以识别汉字/字符数字等。很适合学习基本原理的研究者使用。-offline Chinese character recognition system. Feature-based detection of Chinese character recognition system, why is recognition of Chinese characters/character statistics. Very suitable for studying the basic tenets of researchers.
- 2022-11-23 04:15:03下载
- 积分:1
-
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。...
本代码实现了矢量绘图功能:直线、圆,各类曲线一应俱全,并可进行画笔画刷风格与颜色设定,并有文件保存功能。
-The code vector graphics functions: linear, circular, various types of curves were readily available, and to carry out painting brush stroke style and color settings, and save the file function.
- 2022-02-22 06:17:28下载
- 积分:1
-
基于mfc对话框,利用cstatic类实现动画功能,不错的源码程序
基于mfc对话框,利用cstatic类实现动画功能,不错的源码程序-based mfc dialog, use cstatic Class of animation features, a good source programs
- 2022-12-24 10:45:03下载
- 积分:1
-
SURF算法提取特征点的图像拼接程序
程序利用SURF算法作为特征点提取算法实现了图像拼接。首先输入两幅待拼接图,其次利用RobustMatcher类的SURF算法检测各自的特征点,然后对特征点进行了匹配,得到匹配点后利用匹配点生成投影矩阵,最后使用渐入渐出的融合方法实现了无缝融合。
- 2022-09-18 14:50:05下载
- 积分:1
-
导出三维卷生成
应用背景此代码创建一系列的三维体积的球体,立方体,圆柱体,圆锥体,球体的平行六面体,和沙漏。除了描述每个卷的基本方程,进行三维可视化的卷,并保存所有的二维数据量的每一个切片在一个文本文件。所以你可以导出其他任何平台。关键技术一个被我们的MATLAB更难的话题课程是利用数组运算符来实现矩阵的功能一个变量。虽然这是MATLAB的强大功能,这个概念很难理解,因为它不存在于其他编程语言。- 3的功能将显示一个三维一组数据点的绘制。- meshgrid(xgv,ygv,zgv)产生三维坐标系。输出坐标arraysx,Y,网格的vectorsxgv andzcontain副本,ygv,andzgvrespectively。输出阵列的大小由网格向量的长度确定。网格vectorsxgv,ygv,andzgvof lengthm,N,andprespectively,X,Y,andzwill havenrows,mcolumns,andppages。
- 2022-03-29 19:48:28下载
- 积分:1