搜索资源列表
20060816
- 图像处理算法源程序.pdf,包含: 利用Visual C++实现AVI文件的图像截取 Visual C++中实现对图像数据的读取显示 Visual C++实现视频图像处理技术 VC编程中如何操作数据库中的图像字段 Visual C++实现数字图像增强处理 Visual C++6.0开发灰度位图处理 VC++开发腐蚀运算源程序 VC++开发膨胀运算源程序 VC++开发细化源程序 VC++开发Hough变换的源程序 VC++开*廓提取源程序 堆
2ddraw
- 计算机图形学大作业,一、 调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现。三、线段裁剪和多边形裁剪算法的动画演示实现。四、交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。五、自行车行走和绕固定点旋转的自旋转物体动画。六、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。七、交互式Bezier曲线的输入绘制程序实现
blanking
- 在屏幕上任意绘制一个多边形,在计算机内将其表示为一个以此多边形为底面的正n边棱柱(指定高度),棱柱的各面具有不同的颜色。 用Z-Buffer算法做面消隐; 允许以棱柱中心为固定点,通过输入x, y, z方向的转动角度实现任意角度的旋转(或通过鼠标操作实现任意角度的旋转) ; 投影方式:正平行投影,并假设物体始终在裁剪空间内;-On the screen draw an arbitrary polygon, within the computer as a polygon of its
image-reconstruction
- 图像重建中投影建模算法对二维图像进行投影值计算的程序-image reconstruction modeling algorithm for two-dimensional image projection value
reprojection
- 用matlab编写的图像投影及重建算法,是CT投影应用的简单程序-Image projection reconstruction algorithm using matlab, CT projection applications simple program
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
Image-test-on-2D-fbp-algorithm
- 这是一个基于扇形束反投影滤波重建的算法,可用于CT重建。-This is a backprojection filtering reconstruction algorithm, based on the fan-beam CT reconstruction can be used.
24790044jifentouying-shipin
- 数字图像处理中的Radon变换算法,可实现水平和垂直的积分投影-Radon transform algorithm in digital image processing can achieve horizontal and vertical integral projection
IBP-algorithm
- 迭代反投影的高分辨率图像重建算法matlab代码-High-resolution iterative back-projection image reconstruction algorithm matlab code
wp201306011
- CT中经典的连续反投影算法程序,针对以一个点进行重建,可以加深对于反投影的理解-CT in the classic continuous back-projection algorithm for reconstruction to a point, you can deepen the understanding of the back-projection
POCS-algorithm
- 基于约束集投影算法的随机相位编码图像加密方案-Set projection algorithm based on constrained random phase encoding image encryption scheme
toushi
- 图形学中的透视投影算法 在屏幕中心绘制立方体的透视投影 可以绘制一点透视图 二点透视图 三点透视图-Graphics in the perspective projection algorithm for drawing a cube in the center of the screen you can draw a little perspective projection perspective two point perspective three-point perspective
zhengjiaotouying
- 正交投影算法在C ++中使用双缓冲技术来绘制二维正交投影屏幕上的立方体线框模型-Orthogonal projection algorithm in C++ using double buffering technique to draw a cube wireframe model in the two-dimensional orthogonal projection screen
hzxianshi
- 程序是CT的投影重建实现算法,运行即可显示重建结果,可开发-CT projection reconstruction algorithm, Operation results indicate reconstruction ,Can be developed。
BP
- 反投影算法,使用matlab编程,对图像进行高分辨率的重建算法-Back-projection algorithm using matlab programming, high-resolution image reconstruction algorithm
FBP
- 这是一个滤波反投影算法(FBP),用matlab编写,直接运行即可-filtered back projection
bpf
- CT重建滤波反投影BPF算法,虽然可以用MATLAB直接实现,但原理需要写开代码才能看到。这个是一步一步写出的,但速度慢。(Although the back projection BPF algorithm of CT reconstruction filtering can be directly implemented by MATLAB, the principle needs to be written code to see. It's written step by step, b
FBP算法
- CT滤波反投影图像重建算法的反投影计算量问题