-
一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitti...
一个新的主动轮廓模型算法,简化了传统的实现过程,性能也有所提高。相关论文(Active Contours Driven by Local Image Fitting Energy)发表在Pattern Recognition 2009上。-A new active contour model algorithm, simplifying the traditional implementation process, performance also improved. Related Papers (Active Contours Driven by Local Image Fitting Energy), published in Pattern Recognition 2009 on.
- 2023-06-22 19:15:03下载
- 积分:1
-
一个可以椭圆或长方形作任意角度的的旋转的程序
一个可以椭圆或长方形作任意角度的的旋转的程序-an oval or rectangular can make arbitrary angle of the rotating procedures
- 2022-01-23 10:20:47下载
- 积分:1
-
from using language out to document procedures with the input data. Drawing II B
从用c语言编出程序要用文件输入数据。 绘制二次B样条曲线的表达式: P(0,2)(t)=P0*G(0,2)(t)+P1*G(1,2)(t)+P2*G(2,2)(t) 0
- 2022-04-27 09:34:22下载
- 积分:1
-
contourlet toolbox matlab code
contourlet toolbox matlab code
- 2023-02-16 16:15:04下载
- 积分:1
-
c program for dijkstra algorithm
c program for dijkstra algorithm
- 2023-06-29 11:25:04下载
- 积分:1
-
把BMP格式的图象转成JPG形式的图象的软件的源代码!
把BMP格式的图象转成JPG形式的图象的软件的源代码!-The code can transfer the BMP image to JPG image
- 2022-11-11 07:25:03下载
- 积分:1
-
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形...
新建一个C++Builder项目 设置Form1的font为“宋体,小五” 在Form1中添加一个TRadioGroup组件rgDrawWhat供选择画什么图形;添加一个Tbutton组件colorBtn和一个TcolorDialog组件ColorDialog1;添加一个TImage组件Image1。 3、 将当前项目保存在自己实验文件夹的exp1子文件夹中(以防错误操作而前功尽弃)。 编写colorBtn的OnClick事件,激活ColorDialog1,并获取所选择的颜色: if (ColorDialog1->Execute()) Image1->Canvas->Pen->Color = ColorDialog1->Color 5、 编写Image1的OnImage1MouseUp事件,要求实现: 1) 若是第奇数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第一个端点或圆心坐标; 2) 若是第偶数次鼠标按钮弹起,则根据rgDrawWhat的选择,记录直线第二个端点并利用TCanvas的MoveTo()和LineTo()方法画出直线段,或计算出圆的外接矩形后调用TCanvas的Ellipse()方法画圆。-C Builder a new project set the font to Form1 "wherein V" in Form1 add a TRadioGroup components rgDrawWhat options for what painting graphics; Add a Tbutton colorBtn components and a TcolorDialog ColorDialog1 components; Add a TImage component Image1. 3, the current project will be kept in their laboratories folders exp1 Documents folder (to prevent erroneous operation and wasted). Preparation colorBtn the OnClick, ColorDialog1 activated, and access t
- 2022-03-05 21:42:30下载
- 积分:1
-
这是一个用VC写的2D Bezier曲线生成演示程序,可以根据鼠标点击实时生成B曲线。...
这是一个用VC写的2D Bezier曲线生成演示程序,可以根据鼠标点击实时生成B曲线。-This is a written with VC to generate 2D Bezier curve demo program can be generated in real time in accordance with the click of a mouse B curve.
- 2022-03-25 04:43:54下载
- 积分:1
-
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序
一个用来计算InGaAs/InP单量子阱自发辐射谱的程序-Used to calculate an InGaAs/InP single quantum well spontaneous emission spectrum of the procedures
- 2023-03-23 01:15:03下载
- 积分:1
-
一个自己写的简单光线投射法的体绘制算法,内部包含人头骨的数据文件,简单易懂...
一个自己写的简单光线投射法的体绘制算法,内部包含人头骨的数据文件,简单易懂-himself wrote a simple ray casting method of volume rendering algorithms, the internal human skull contains the data files, simple and understandable. .
- 2022-03-25 08:42:28下载
- 积分:1