-
用于自动图像阈值分割方法的熵
利用图像熵进行自动阈值分割的方法,简单,速度快-The use of entropy for automatic image thresholding method
- 2022-11-08 00:25:03下载
- 积分:1
-
vc++图象处理原代码,内容是对图象进行对角镜像处理,大家不妨...
vc++图象处理原代码,内容是对图象进行对角镜像处理,大家不妨-vc original image processing code, the contents of the image right angle mirror, we may try
- 2022-08-19 18:15:31下载
- 积分:1
-
texture
texture-boundary detection by using wide
odd-symmetric mechanisms.
- 2023-02-25 06:55:03下载
- 积分:1
-
Computer graphics algorithms are breseham document summing up the report of the...
计算机图形学 breseham 算法 有课程设计报告 文档总结 截图-Computer graphics algorithms are breseham document summing up the report of the curriculum design screenshot
- 2022-07-24 18:58:35下载
- 积分:1
-
这个是一个OpenGL绘制地形的例子,里面包含了shader使用shader绘制水面,等技术,希望对大家有做帮助...
这个是一个OpenGL绘制地形的例子,里面包含了shader使用shader绘制水面,等技术,希望对大家有做帮助-This is an example of OpenGL rendering terrain, which contains the shader using shader rendering surface, such as technology, in the hope that everyone has to do to help
- 2022-07-26 18:17:47下载
- 积分:1
-
AABB碰撞检测
利用AABB算法对两个物体进行碰撞检测,物体采用三角面片表示,算法输入两个物体碰撞的三角面片对及碰撞检测时间等信息。AABB algorithm is used to analyse the two objects, collision detection, object
using triangles, said algorithm triangles in the input of the collision of two
objects and collision detection time and other information.
- 2022-01-31 05:35:18下载
- 积分:1
-
Digital image processing a simple example, a simple seal generation software.
数字图像处理的一个简单示例,一个简单的印章生成软件。-Digital image processing a simple example, a simple seal generation software.
- 2022-10-16 13:05:03下载
- 积分:1
-
基于tms320vc5509a的应用于fft傅里叶变化的函数
基于tms320vc5509a的应用于fft傅里叶变化的函数-Tms320vc5509a applied based on changes in function of fft Fourier
- 2022-10-06 06:45:02下载
- 积分:1
-
vc环境里实现的简单画图功能程序 学习vc实用
vc环境里实现的简单画图功能程序 学习vc实用-vc environment to achieve a simple procedure drawing functions practical learning vc
- 2023-08-20 14:50:02下载
- 积分: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