资源列表
point-whether-in-polygon
- 点是否在多边形内的判断,主要面向学习计算机图形学的朋友-Point to determine whether a polygon, mainly for friends to study computer graphics
use-polygon-to-be-a-circle
- 使用多边形逼近画圆,面向学习计算机图形学的朋友-Use polygonal approximation Circle, learning-oriented computer graphics friends
curve
- 曲线生成的算法,主要面向学习计算机图形学的朋友-Curve generation algorithm, mainly for friends to study computer graphics
code
- 扫描线种子填充,主要面向学习计算机图形学的朋友-Scan line seed fill, mainly for the study of computer graphics friends
SeedFIll
- 图形学学习资料种子填充矩形源代码可以直接编译-GRAPHICS learning materials seed filling rectangular source code
FISH-AND-ANIMAL-CPP
- C++编译器在编译的时候,发现Animal类的breathe()函数是虚函数,这个时候C++就会采用迟绑定(late binding)的技术,在运行时,依据对象的类型(在程序中,我们传递的Fish类对象的地址)来确认调用的哪一个函数,这种能力就做C++的多态性。-C++ compiler during compilation, found the Animal class breathe () function is a virtual function, the c++ will use la
duibiz
- 对后项散射去噪声 对目标进行水下去噪处理 -The latter scattering noise underwater target denoising
1
- 采用OPENGL和c语言实现的蝴蝶特效。有说明文档。-Using OPENGL and c language butterfly effects. Documentation.
1
- 基于OPENGL的喷泉特效代码,有说明文档。-Based the OPENGL fountain effects code, documentation.
TUGAS-KOMGRAF
- How to make a ddl or bressenham algorithym is ready in my source
DDL
- A DDL SOURCE CODE INSIDE CAN BE MAKE US EASY AS USING PROGRAM
endoscopy-image-highlight-detection
- a simple way to detect highlight in endoscopy image. the color in the pixel first transform into HSV color space and then do some judgment and then the result can obtain.