-
extract thumbnail from file
extract thumbnail from file
- 2022-05-21 10:07:13下载
- 积分:1
-
图像分割中的分水岭(water shed segmention)算法的源码
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
- 2022-05-27 07:22:56下载
- 积分:1
-
图像的分数维分析的程序,
图像的分数维分析的程序,-Fractal Image analysis procedures,
- 2022-04-10 14:48:18下载
- 积分:1
-
opencv 下的,能打开图片,垂直,图片的缩放,旋转,都被我以注释的形式放在main函数中了。我也是初学者...
opencv 下的,能打开图片,垂直,图片的缩放,旋转,都被我以注释的形式放在main函数中了。我也是初学者-opencv under, to be able to open pictures, vertical, pictures of zooming and rotation, I have been in the form of notes on the main function. I also beginners
- 2022-05-23 12:20:56下载
- 积分:1
-
一个用c语言遍的实现图形旋转程序
一个用c语言遍的实现图形旋转程序-a language used all over the realization of graphics rotation procedures
- 2022-01-29 02:46:42下载
- 积分:1
-
html5 topo
jTopo(Javascript Topology library)是一款完全基于HTML5 Canvas的关系、拓扑图形化界面开发工具包。
jTopo关注于数据的图形展示,它是面向开发人员的,需要进行二次开发。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-04 15:55:05下载
- 积分: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
-
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间...
扫描线填充算法使用一系列平行直线去切割轮廓线,通常有成对的交点出现,每对交点就代表扫描线与轮廓线的一个相交区间-Scan Line Algorithm for the region filled
- 2022-03-24 16:07:30下载
- 积分:1
-
the round of the picture
用c++语言实现一个方块图像的旋转-the round of the picture
- 2023-08-18 18:00:02下载
- 积分:1
-
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值...
经典的特征点匹配算法sift算法的实现程序,具有一定的参考价值-sift
- 2022-05-27 18:19:37下载
- 积分:1