-
在三维
A 3D-Enabled View Base Class for SDI Direct3D Development.支持点d3d环境的sdi环境
- 2022-01-30 17:25:06下载
- 积分:1
-
source switch functions, image processing, image storage!
switch 功能源码,图像处理,图像存储!-source switch functions, image processing, image storage!
- 2022-08-07 00:26:57下载
- 积分:1
-
介绍周期矩形脉冲函数的合成,可以很开的合成脉冲函数
介绍周期矩形脉冲函数的合成,可以很开的合成脉冲函数-introduced cycle rectangular pulse function synthesis, can open the synthetic pulse function
- 2022-11-12 21:40:03下载
- 积分:1
-
该系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,
提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到运动物体的轨迹...
该系统是为了实现对一系列图片中运动物体的跟踪而设计的,它通过对一系列图片的处理,
提取出图片背景,识别出运动物体,进而对运动物体进行跟踪,得到运动物体的轨迹。
-the system is design for tracking objects in a series of images.First it extracts the backgroud of the picture through dealing with corresponding images. Then we can realize to track the motion object and get the trajectory of the object
- 2022-03-07 01:16:32下载
- 积分:1
-
在MATLAB中的代码,用于人脸检测
人脸检测的matlab源代码 附有测试图片-code in matlab,used to face detection
- 2022-05-07 15:50:53下载
- 积分:1
-
在状态栏中添加动画
不需要任何特殊控件,只使用DELPHI自带的控件,在状态栏中加入动画的实例。...
在状态栏中添加动画
不需要任何特殊控件,只使用DELPHI自带的控件,在状态栏中加入动画的实例。-column in a state of animation do not need to add any special controls, Delphi, bringing their use only the controller, column in a state of animation example.
- 2022-01-26 05:48:24下载
- 积分:1
-
用于将MNIST数据文件转换成bmp图像和txt文件的matlab程序,程序中有详细注释说明,简单易用。已经测试过,正确无误。...
用于将MNIST数据文件转换成bmp图像和txt文件的matlab程序,程序中有详细注释说明,简单易用。已经测试过,正确无误。-Matlab code for translating MNIST data set files to bmp pictures and txt files. It has been proved to be correct through test.
- 2022-03-22 13:18:29下载
- 积分:1
-
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的...
Ageia s PhysX(著名的游戏物理库) D3D 9使用代码演示。由于PhysX物理库使用OpenGL代码实现图形着色,从而使许多用DirectX 3D的程序员不能使用/读懂demo代码,这是使用D3D着色引擎重新写的一些demo代码。-Collision Callback(带执行文件)-Ageia s PhysX (well-known game physics library) D3D 9 demo using the code. PhysX physics library as a result of the use of OpenGL graphics rendering code so that many use the DirectX 3D programmer can not use/read demo code, which is the use of D3D shaders to re-write some demo code.-Collision Callback (with the implementation of document)
- 2022-01-22 10:42:14下载
- 积分:1
-
对单通道图像做直方图
对单通道图像做直方图-done right single image histogram
- 2022-08-07 12:33:24下载
- 积分: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