搜索资源列表
图像分割
- 下面是OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割。-Below are OPENCV B4.0 incidental FLOOD FILL algorithm source code for example, can achieve a simple color image segmentation.
tianchong
- OpenGL图形编程基础、图元绘制,实现封闭区域泛滥填充算法-OpenGL graphics programming based pixel mapping, to achieve closure of the regional flood fill algorithm
simulatiflood
- 随着计算机技术的突飞猛进 ,三维空间可视化技术逐步得到应用 ,将计算机图形学和虚拟现实技术应用于科 学计算领域已成为当前研究热点之一.基于平面二维溃坝水流模型、 VC和 Fort ran 的混编技术以及 OpenGL 三维 显示技术研制开发了实时交互可视化系统 ,本系统采用驾驭式交互视算 ,计算和显示同时进行 ,并实现人机交互 , 对溃坝洪水过程进行实时仿真显示 ,为溃坝洪水演进模拟和分析提供一种科学有效、 身临其境的可视化途径.-Abstract : Wit h the comp
floodfill
- Flood fill by color in opengl
tianchong
- 简单的泛滥填充。由于用getpixel()函数无法实现填充效果。故该程序改为边界标记加上泛滥填充。效果便出来了。 -Simple flood fill. Because to use getpixel () function can not fill effect. Therefore, the program changed to the boundary markers with flood fill. The effect will be out.