-
C++编的画线算法原码
C++编的画线算法原码-C series of the original line drawing algorithm code
- 2023-08-19 23:00:04下载
- 积分:1
-
Detailed account of the different types of DVI interfaces, including the definit...
详细讲解了DVI接口的不同类型,包括和VGA的定义-Detailed account of the different types of DVI interfaces, including the definition and VGA
- 2022-06-27 22:13:49下载
- 积分:1
-
人脸模式识别,可以在在原图中搜索到所要寻找的人脸
人脸模式识别,可以在在原图中搜索到所要寻找的人脸-Face pattern recognition, you can search in the Original in the face to be looking for
- 2023-07-02 21:55:02下载
- 积分:1
-
screen color extraction procedure code, the programming study images can look at...
屏幕颜色提取的程序代码,学习图像编程的可以看一下,颜色处理-screen color extraction procedure code, the programming study images can look at the color treatment
- 2022-03-22 14:29:33下载
- 积分: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
-
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高...
人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高-Face recognition process, to support the camera, the need to pre-input image recognition, joined the hair, face 360-degree model and other advanced settings, a high recognition rate
- 2022-03-26 09:05:53下载
- 积分:1
-
实现图像数据的JPEG
实现图像数据的JPEG-LS标准的压缩,可以实现无损压缩也可以进行有损压缩-Realize image data standard JPEG-LS compression, lossless compression can be lossy compression can also be carried out
- 2022-03-05 01:27:29下载
- 积分:1
-
一三
一个立体的转动的地球 给你不同的感觉-a three-dimensional rotation of the Earth to you different feelings
- 2023-06-20 12:55:04下载
- 积分:1
-
8连通域标记
实现8连通域标记,返回值为标记数,输入输出在源码中有相应的说明。标记效果经过上百次测试,没有问题。相应的动态库也添加,使用时用动态库即可。
- 2023-07-14 23:25:02下载
- 积分:1
-
对比BP,OMP,StOMP对自然图像的重构效果,输入图像是一幅256*256的lena图像,我们使用压缩采样后,再用上述三种方法对其进行重构,比较其结果,其中...
对比BP,OMP,StOMP对自然图像的重构效果,输入图像是一幅256*256的lena图像,我们使用压缩采样后,再用上述三种方法对其进行重构,比较其结果,其中StOMP方法是用不同的阈值-Contrast to BP, OMP, StOMP effect on the reconstruction of natural images, input image is a 256* 256 lena image, we use the compressed sampled, and then reconstruct them the above-mentioned three methods to compare their results, which StOMP method is to use different thresholds
- 2023-06-15 04:20:04下载
- 积分:1