搜索资源列表
CORE 图形系统
- Graph with no options takes pairs of points (two numbers per line) from the given file (or standard input) as x- and y- values and plots them on the screen, connected by straight lines. A string surrounded by quotes \"...\" may follow a pair
PQP
- PQP is a library for performing three types of proximity queries on a pair of geometric models composed of triangles: collision detection - detecting whether the two models overlap, and optionally, all of the triangles that overlap. distance co
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
C_LIB
- 消息中有什么? 是否觉得一个消息记录中的信息像希腊语一样?如果是这样,那么看一看下面的解释: hwnd 32位的窗口句柄。窗口可以是任何类型的屏幕对象,因为Win32能够维护大多数可视对象的句柄(窗口、对话框、按钮、编辑框等)。 message 用于区别其他消息的常量值,这些常量可以是Windows单元中预定义的常量,也可以是自定义的常量。 wParam 通常是一个与消息有关的常量值,也可能是窗口或控件的句柄。 lParam 通常是一个指向内存中
Image_Processing_algorithm_SRM
- osculatingcircle.cpp : An interactive demo of osculating circles used to define a parametric curve curvature. Require OpenGL(R) matchsegments.cpp : Compute the scaled rigid transformation that matches a given pair of segments. srm : A k
DigitalImageProcessing-1
- 经典书籍-数字图像处理-冈萨雷斯。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha
DigitalImageProcessing-2
- 经典书籍-数字图像处理-冈萨雷斯--2。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha
DigitalImageProcessing-3
- 经典书籍-数字图像处理-冈萨雷斯-3。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha
DigitalImageProcessing-4
- 经典书籍-数字图像处理-冈萨雷斯-4。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha
DigitalImageProcessing-5
- 经典书籍-数字图像处理-冈萨雷斯-5程序书里面有但是敲代码可是苦差使!现在为各位解决这个问题。解决各位敲代码的烦恼!These MATLAB functions were created for the book Digital Image Processing Using MATLAB (DIPUM), by R.C. Gonzalez, R.E. Woods, and S.L. Eddins, Prentice Ha
175
- 基于DCT变换的自适应图像隐形水印技术的研究,作者:QQ 64134703 ,电子毕业设计,欢迎咨询-DCT-based adaptive image watermarking technique of stealth, of: QQ 64134703, e-graduate design, please consult
highelf_f_15
- 3D Model of game`s elf from T.E.R.A-3D Model of game`s elf from T.E.R.A
rs
- 一 种基于概率潜在语义模型 的高分 辨率遥感影像分类方法-A P r obabi I i s t i c L at en t S eman t i c An aI y si s Bas ed CI a s s i f i cat i on f o r Hi g h Re s ol u t i on Remot el y S en s ed I mag e r y
JSPIPTABLES
- JSPIPTABLES图形管理工具的设计与实现毕业设计是大学毕业时必完成的大作业,其中JSPIPTABLES图形管理工具的设计与实现毕业论文用以描述整个设计的业务流图,E-R图,数据流图等 JSPIPTABLES图形管理工具的设计与实现设计则是在JAVA,JSP开发语言上设计与实现的源代码或源程序.全套设计论文包括开题报告,答辩稿,外文翻译,需求分析,中期报告等资料.-Design and graduate design JSPIPTABLES graphical management tool
Computer-and-Machine.Vision
- 计算机与机器视觉:理论,算法与实践,第四版;E. R. DAVIES 著;高清文字版-Computer and Machine Vision:Theory, Algorithms,Practicalities Fourth Edition E. R. DAVIES
R
- 下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。-Below we give Floyd-Steinberg
Test_word2
- 自己写的一个质点弹簧模型的布料模型,c语言代码,我的环境是vs2010+opengl。里面有代码和可执行文件 debug里面的是 小型一点的模型,只能看布料在重力作用下的仿真。release里面是可以对布料进行裁剪的模型,操作方法是连续按住鼠标右键拖动。(由于初学,鼠标与界面交互坐标有误差)操作死,按q w e r 功能键有惊喜!-vs2010 opengl small demo,thanks
20016663
- 建模大概飞得更高不会规范化规范好哥哥的方法对付的(jhj dgh dgrg gf dgfg fbhgh vbc vd e r h b f gf g fwd fs c dbg rgr gbfv cvs f ergh rhtr hhdge g eg r ghth)
Desktop
- 实现图像分割活动轮廓模型融合了图像的多种信息,分割出来的图像边缘是一个封闭的曲线。 本文的研究目的是寻找一种分割效果精确,同时分割速度快的基于活动轮廓模型的 医学图像分割算法。本文首先阐述了医学图像分割的背景,研究的意义,并介绍了 常见的医学图像分割算法。其次,介绍了活动轮廓模型的原理,并提出了其中的热 点研究方向:几何活动轮廓模型。再次,将其分为基于轮廓的几何活动轮廓模型和 基于区域的几何活动轮廓模型两个方向,分别提出改进的算法。(image segmentionI n r e c
