-
这是一个matlab svm的例子
this a matlab SVM example- this is a matlab SVM example
- 2023-05-30 18:50:03下载
- 积分:1
-
c++6.0中基于OpenGL的大小可调节旋转正方体 mfc
在VC++6.0中,基于MFC框架和OpenGL图像库进行开发,绘制了一个正方体的旋转运动仿真,可以调节正方体的长宽高,调节旋转的角度和平移距离,并设置了是否开启光照选项。
- 2022-06-15 19:03:16下载
- 积分:1
-
快速三维显示CLOD模型,不同于BunnyLLOD模型,对3D有兴趣的网友可以做做比较!...
快速三维显示CLOD模型,不同于BunnyLLOD模型,对3D有兴趣的网友可以做做比较!-CLOD rapid 3-D display model, which is different from BunnyLLOD model 3 D pairs are interested in the discussion can do it more!
- 2022-05-18 17:47:37下载
- 积分:1
-
编译成功,bmp浏览器
编译成功,bmp浏览器-build successful, bmp browser
- 2022-08-20 17:01:51下载
- 积分:1
-
很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形;
2. 支持彩色填充和多种线型;
3. 具有文件的打开、保存、...
很简单的图形编辑工具,1. 支持直线、矩形和椭圆三种基本图元,并且支持这些图元的组合图形;
2. 支持彩色填充和多种线型;
3. 具有文件的打开、保存、另存、退出功能;
4. 支持鼠标,键盘操作;
5. 具有选择、复制、镜像、旋转、删除等编辑功能,并且通过扩展机制(plugin)增加新功能;
6. 人机界面友好,帮助文件完整;
7. 设计文档齐备。
-very simple image edit tool,1,line, rectangle ,ellipse drawing,and support these meta compositing.2 support color fill and muti_type line.3, with the founction of opening file,saving file ,saving as ,exiting.4,support mouse and keyboard controlling.5,with the founction of selection,copying,mirror,rotating,using the plugin to add founctions.6,well interface,full help document.7,complete design document .
- 2022-01-27 12:07:33下载
- 积分:1
-
based on neural network in a short interactive learning algorithm for image retr...
基于神经网络短期交互式学习的图像检索程序
算法是源于一篇博士论文,也借用了别人的程序框架,在此表示感谢!-based on neural network in a short interactive learning algorithm for image retrieval procedure is derived from a doctoral dissertation, also borrowing other people"s procedural framework, expressed thanks!
- 2022-03-17 02:56:36下载
- 积分:1
-
利用计算机图形学中的平行投影方法进行Bezier曲面的显示,很综合的例子...
利用计算机图形学中的平行投影方法进行Bezier曲面的显示,很综合的例子-use of computer graphics in parallel projection method Bezier surface, a very comprehensive example
- 2023-06-22 13:45:04下载
- 积分:1
-
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(...
直线扫描算法rivate AX1(100) As Integer, AY1(100) As Integer, AX2(100) As Integer, AY2(100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load()Picture1.BackColor = RGB(255, 255, 255)N = 0End SubPrivate Sub picture1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)If Button = 1 ThenCX1 = CInt(X): CX2 = CInt(X)CY1 = CInt(Y): CY2 = CInt(Y)End IfEnd Sub-linear scanning algorithm rivate AM1 (100) As Integer, AY1 (100) As Integer, AX2 (100) As Integer, AY2 (100) As IntegerPrivate CX1 As Integer, CY1 As Integer, CX2 As Integer, CY2 As Integer, N As IntegerPrivate Sub form_Load () Picture1.BackColor = RGB (255, 255, 255) N = 0End SubPrivate Sub picture1_MouseDown (Button As Integer, Shift As Integer, As Single X, Y As Single) If Button = = a ThenCX1 CInt (X) : CX2 = CInt (X) = CY1 CInt (Y) : CY2 = CInt (Y) End Sub IfEnd
- 2023-04-06 10:20:03下载
- 积分:1
-
一个关于三角网格的程序 可以通过三维点恢复它的立体图像
一个关于三角网格的程序 可以通过三维点恢复它的立体图像-on a triangular grid of the procedure can be three-dimensional point resume its three-dimensional images
- 2022-04-17 03:06:14下载
- 积分:1
-
Gabor特征的提取
对图像Gabor特征的提取,一个非常有效的特征,并用SVM对图像进行分类 99142375gist
- 2022-06-29 23:06:49下载
- 积分:1