-
umleditor
UMLEditor
- 2022-02-24 16:58:38下载
- 积分:1
-
把matlab和VC联结的方法 给初学都一点启示 其实在VC里面用matlab也很简单而且有时候比用VC直接做程序会方便很多...
把matlab和VC联结的方法 给初学都一点启示 其实在VC里面用matlab也很简单而且有时候比用VC直接做程序会方便很多-put Matlab and VC linked to the Revelation 1:00 beginners are actually inside the VC used Matlab is also very simple and sometimes directly with VC than do many procedures will make it easier
- 2022-09-18 21:45:03下载
- 积分:1
-
When creating applications with a complex view layout, there are several feature...
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
- 2022-06-30 06:29:02下载
- 积分:1
-
均值漂移算法的演示
mean shift功能演示,实现图像分割,具体请看效果-the demonstration of the mean shift algorithm
- 2023-01-15 17:40:05下载
- 积分:1
-
犯错
扫描线填充法:
1、原理:该算法利用了扫描线的相关性和多边形边的相关性,而不是逐点进行处理。
2、扫描线的相关性:某条扫描线上相邻的象素,几乎都具有同样的内外性质,这种性质只有遇到多边形边线与该扫描线的交点时才会发生改变。
3、边的相关性:由于相邻扫描线上的交点是与多边形的边线相关的。对同一条边,前一条扫描线yi与该边的交点为xi,而后一条扫描线yi+1=yi+1与该边的交点则为xi+1=xi+1/m,利用这种相关性可以省去大量的求交运算。
边相关扫描线填充算法的实现需要建立两个表:边表(ET)和活动边表(AET)。-err
- 2023-07-27 18:40:02下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。- This code is similar to spy, may automatically lock the window
region to carry on grasps the chart, and has the preserved function.
- 2022-03-31 11:53:08下载
- 积分:1
-
vc 傅立叶变换
应用背景图像正交变换 , 傅立叶变换优化,在对图像进行傅里叶变换变换是复杂度为O(n^2),当n很大时 此算法可以优化关键技术采用FFT和IFFT进行傅立叶变换 ,大大缩减运行时间 节约系统资源 傅立叶定理 卷积定理
- 2022-08-06 22:14:23下载
- 积分:1
-
RGB ,YUV, YCbCr的定义
RGB ,YUV, YCbCr的定义 -RGB ,YUV, YCbCr的定义RGB ,YUV, YCbCr的定义
- 2022-12-04 09:25:02下载
- 积分:1
-
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。...
介绍如何在Linux下使用OpenCV的文章及附件了一些基本的源程序。-how to use Linux in OpenCV articles and annex some basic source.
- 2022-03-07 01:21:50下载
- 积分:1
-
OpenGL c++ 鼠标划线 鼠标划矩形 1是划线 2是画矩形 矩形是裁剪窗口 可以裁剪线段
采用了梁友栋算法...
OpenGL c++ 鼠标划线 鼠标划矩形 1是划线 2是画矩形 矩形是裁剪窗口 可以裁剪线段
采用了梁友栋算法-OpenGL c++ mouse crossed a mouse is crossed draw a rectangle Draw a rectangle 2 is a rectangular window can be cut is a cut line segment algorithm using Liang Dong
- 2022-03-14 01:58:51下载
- 积分:1