-
一个关于人脸识别的pca主程序分析算法的matlab程序
一个关于人脸识别的pca主程序分析算法的matlab程序-About the pca a face recognition algorithm matlab main program analysis procedures
- 2022-05-30 15:17:56下载
- 积分:1
-
System that detect zones on images.
System that detect zones on images.
- 2022-01-27 17:53:38下载
- 积分:1
-
VC++6.0 使用MFC实现画连续线的小程序
VC++6.0 使用MFC实现画连续线的小程序
- 2023-04-01 20:10:03下载
- 积分:1
-
这是用DirectX9写的一个多纹理的动画,呈现了一个真实的水的效果。
这是用DirectX9写的一个多纹理的动画,呈现了一个真实的水的效果。-It is written in a multi-texture DirectX9 animated, showing a real effect of the water.
- 2022-08-17 16:38:11下载
- 积分:1
-
基于MFC的vc++实现的动态绘图代码,一个很不错的绘图代码,有参考价值...
基于MFC的vc++实现的动态绘图代码,一个很不错的绘图代码,有参考价值-MFC based on vc++ to achieve the dynamic mapping code, a very good graphics code, there is reference value
- 2022-08-26 01:41:04下载
- 积分:1
-
this procedure is one of my curriculum design, with a little over a month, funct...
本程序是我的一个课程设计,用了一个多月的时间,功能:处理温度计图像.-this procedure is one of my curriculum design, with a little over a month, functions : image processing thermometer.
- 2022-02-20 05:52:11下载
- 积分:1
-
这是我想到的一个非常有用的小程序,顾名思义,这个程序就是把不同的信号(如不同的文件:文本,图片,语音,乃至视频...)储存入电脑的图片文件.BMP文件中,以达到...
这是我想到的一个非常有用的小程序,顾名思义,这个程序就是把不同的信号(如不同的文件:文本,图片,语音,乃至视频...)储存入电脑的图片文件.BMP文件中,以达到节省空间,安全加密,数据保护,多媒体同时运行,提高空间与时间的并行性。
-I think this is a very useful small program, as the name suggests, the procedure is different signals (such as different files : text, images, voice and even video ...) storage computer image files. BMP file, to save space, security encryption, data protection, while multimedia and increase the space and time of parallelism.
- 2022-01-22 15:02:49下载
- 积分:1
-
相机标定――Tsai Method 的C源码!!!
希望对大家有用
相机标定――Tsai Method 的C源码!!!
希望对大家有用-camera calibration-- Tsai Method of C source code! ! ! We hope to useful
- 2022-03-10 15:04:14下载
- 积分:1
-
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码...
一个老外写得曲面的短小精悍的源代码,一个老外写得曲面的短小精悍的源代码-Written in a foreign surface dapper source code, written in a foreign surface dapper source code
- 2022-12-29 02:15: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