-
直方图算法,用于图像处理
直方图算法,用于图像处理-histogram algorithm for image processing
- 2022-08-04 02:39:52下载
- 积分:1
-
mathematical morphology algorithm
该程序已数学形态学算法为基础算法,系统具有膨胀腐蚀,开闭运算,测地膨胀,流域变换,HOP-HAT变换,形态学剃度等等近一百多项图象处理功能.-mathematical morphology algorithm-based algorithm, the system is expansive corrosion, opening and closing operations, geodetic expansion, watershed transform, HOP- HAT transform, and so on morphological tonsure nearly 100 image processing functions.
- 2022-03-07 16:13:27下载
- 积分:1
-
利用双缓存,显示钟表的走动,可以实现,其中针的颜色不一样,可以看效果...
利用双缓存,显示钟表的走动,可以实现,其中针的颜色不一样,可以看效果-Using double-buffering, display of moving clocks can be achieved, of which not the same as the color of the needle, you can see the effect of
- 2022-01-28 23:40:00下载
- 积分:1
-
三维地形实时显示的核心技术研究,用vc++编写
三维地形实时显示的核心技术研究,用vc++编写-Real-time display of three-dimensional topography of the core technology research, with vc++ Prepared
- 2022-06-20 07:59:52下载
- 积分:1
-
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的
实现画图板功能,能画矩形 椭圆等,功能简单,但很有用的-this is a program that help us to draw picture,such as rectangle elipse
- 2022-02-11 13:33:43下载
- 积分:1
-
solidworks develop新的api下的开发
solidworks develop新的api下的开发-solidworks develop new api under development
- 2022-03-22 04:04:23下载
- 积分:1
-
基于Harr的人脸检测程序,在vc6.0下调试通过,可以直接运行
基于Harr的人脸检测程序,在vc6.0下调试通过,可以直接运行-Harr-based Face Detection procedures, debugging vc6.0 is passed, can be directly run
- 2022-02-01 07:41:10下载
- 积分: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
-
图像处理,基于matlab执行和去除共享软件日期限制的程序
图像处理,基于matlab执行和去除共享软件日期限制的程序-image processing, based on the implementation of Matlab, and the removal of restrictions on sharing software date procedures
- 2022-03-03 08:47:13下载
- 积分:1
-
图像分割技术
图像的边缘是图像最基本的特征之一,基于边缘的分割方法可以说是人们最早的研究方法,图像分割算法中的开启和闭合组合操作,利用次操作可以对图像边缘进行提取。
- 2022-03-05 20:24:18下载
- 积分:1