-
OPENCV B4.0附带的洪水填充算法的源代码,例如,可以实现…
OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
- 2022-01-22 09:03:15下载
- 积分:1
-
are on Glscene example, the beginning of the study, hopes to have more friends i...
都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与-are on Glscene example, the beginning of the study, hopes to have more friends in
- 2022-04-10 01:38:10下载
- 积分:1
-
根据鼠标活动 捕获鼠标位置像素点的值显示在当前设备上
根据鼠标活动 捕获鼠标位置像素点的值显示在当前设备上-According to the mouse events to capture the mouse position pixel values displayed in the current device
- 2022-09-03 19:20:02下载
- 积分:1
-
graphic library with micom
graphic library with micom
- 2022-02-09 16:04:38下载
- 积分:1
-
Visual C++ CAD应用程序开发技术源代码ch7
Visual C++ CAD应用程序开发技术源代码ch7-Visual C CAD application development technology source code 15
- 2022-04-30 17:41:34下载
- 积分: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
-
bezier curve, respond mouse
Bezier曲线,控制点由鼠标响应实现-bezier curve, respond mouse
- 2022-03-25 21:56:58下载
- 积分:1
-
oepngl实现火焰的模拟 采用粒子系统和纹理映射
oepngl实现火焰的模拟 采用粒子系统和纹理映射-realize oepngl flame using particle system simulation and texture mapping
- 2022-12-04 04:50:03下载
- 积分:1
-
Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), the...
利用在Visual C++ 6.0环境下创建MFC AppWizard(exe),实现以屏幕客户区中心为圆心绘制金刚石图案。-Take advantage of Visual C++ 6.0 environment to create MFC AppWizard (exe), the realization of the screen center as the center and draw the client area diamond pattern.
- 2023-02-22 18:35:04下载
- 积分:1
-
vtk的小例子,希望对大家有用!
vtk的小例子,希望对大家有用!-vtk small examples, we hope to useful!
- 2022-08-11 08:05:56下载
- 积分:1