搜索资源列表
DDA画直线实验一
- DDA直线画线算法,希望能用得上。是老师在课堂上要求的,希望对大家有用-DDA straight line drawing algorithm, hope to ebb and flow. The teachers in the classroom requirements, I hope useful for all
实验三圆的中点转换算法
- 课堂上老师要求做的实验三。实现圆的中点转换算法。-class, the teacher asked to do the experiment three. Circle the midpoint conversion algorithm.
Summerwatershold
- 细胞粘连分割算法,分水岭实现,是一篇论文的验证程序,保证可靠性,实验图片附内-cell adhesion segmentation algorithm, a watershed achievement is a paper verification process to ensure reliability, within experimental Photo :
ghgj
- 本实验程序完成了直线、圆和椭圆的生成技术,并用不同的算法实现。-completed the straight, round and elliptical generation technology, and use different algorithm.
tuxinglicheng
- 图形学实验的一些例程 包括画直线的算法,画圆,裁剪, 涉及到位图,GDI+,等-graphics routines including some paintings linear algorithms, Circle, cutting, involving plans in place, GDI, etc.
ATR2
- 针对航空照片中自动目标识别的复杂性.该文提出了一种基于神经网络的自动目标识别算法, 算法包括检测和虚警排除两个阶段.检1删阶段是在整幅区域中i挂行快速搜寻.找出所有可能的目标 虚 警排障阶段是对检测阶段得到的结果进行进一步的验证, 在尽可能保留全部真目标的前提下,将伪目标 排除.实验结果证明了算法的可行性. 关键词 神经网络,航空照片, 自动目标识别-against aerial photographs Automatic Target Recognition of comple
clip_graph
- 本源码给出了实现线段和矩形的裁剪算法. 包含有一\"图形裁剪\"文件夹 实验步骤的简要提示的WORD文档--Grphics experiment NO4-图形裁剪.doc 一可执行文件-- 图形裁剪.exe - The source code has produced the realization line segment and the rectangle cuts out the algorithm Contains has a \"graph to cut out
bezier_demo
- 贝齐尔曲线算法演示程序 实验原理:贝齐尔曲线的形状是通过一组多边折线(也称为贝齐尔控制多边形)的各顶点唯一的定义出来的。 程序思路:先用链表把鼠标点击过的点记录下来,做为控制多边形。然后调用n次Bernstein多项式的基函数运算出曲线的点,最后用直线分段画出来(本程序分成了50段来画) -Bezier curve algorithm Experimental Demonstration Program Principle : Bezier curve's shape thr
CDTestFramework
- 这是利用碰撞检测库做的一个碰撞检测环境,有可以选择多种算法进行实验。
para_draw
- 图形学实验,用到openGL, 实现并行画线算法,
DrawGraph
- 计算机图形学实验,画出DDA算法、Bresonman算法、中点圆、椭圆算法
jtlab
- 用C++实现,计算机图形学相关算法,另外附有实验报告!-C realized, computer graphics algorithms, and experiment with the report!
图形学实验代码
- 中点画圆,椭圆,双曲线,2算法画线平移,旋转,缩放,对称
shiyan6-Bezier 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(Bezier曲线算法 )-Experiment 6 used computer graphics surface and curve generation algorithms, including (Bezier curve algorithm)
shiyan6-B 计算机图形学实验6 常用曲面和曲线的生成算法
- 计算机图形学实验6 常用曲面和曲线的生成算法 包括(三次B样条曲线算法)-Computer Graphics Lab 6 common surfaces and curves, including generating algorithm (cubic B-spline algorithm)
tuxingxue.rar
- 计算机图形学实验中的多边形扫描和填充算法实现。,Computer Graphics Experiments and fill polygon scan algorithm.
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
tuxingxue
- 计算机图形学实验报告 有布莱森汉姆算法画直线 画圆等 好东西!-Computer Graphics experimental reports have布莱森汉姆algorithm, such as painting a straight line drawcircle good things!
FillRegion
- 图形学上机程序,利用种子填充和扫描线算法实验区域的填充。有助于学习者掌握填充算法。进一步理解和学习图形学。-Graphics on procedures, the use of seed filling and scan line algorithm experimental area fill. Help learners fill algorithm. Further understanding and learning graphics.
pyrMeanShiftFiltering
- 使用opencv进行MeanShift图像分割算法实验。-MeanShift image segmentation algorithm performed experiments by using opencv .