▍1. LOD
这款小DEMO是关于自己学习LOD地形分层算法的例子,其中简单显示了实现算法的过程(The DEMO is a small study on their own examples of LOD terrain hierarchical algorithm, which simply shows the process of algorithm)
这款小DEMO是关于自己学习LOD地形分层算法的例子,其中简单显示了实现算法的过程(The DEMO is a small study on their own examples of LOD terrain hierarchical algorithm, which simply shows the process of algorithm)
中心画圆 使用vc6.0实现 多多指教(draw a Circle use vc6.0)
实现窗口的显示以百叶窗的形式出现的精美程序(To achieve the display window to the blinds in the form of fine program)
irrilicht开源引擎,用于windows,mac等各个平台的图像开发(irrilicht engine, it‘s opensource)
此程序可将bmp文件中各像素解析为文本. 并可分析出原bmp 文件位那种格式存储的.(This program can parse every pixel in .bmp file to value in .txt file)
本程序是一幅512*512的lena.raw图像进行快速DCT和其逆变换,整个程序均调试通过,是在C语言环境下编写的,在整个关于快速DCT的源码中,本代码可以说是集大成者,很值得一看。(This procedure is mainly of a float or double type of data, rounding, the float data can be positive or negative, can be, take the whole principle of rounding.)
这个事关于Computer Graphics (计算机图形学)的教学代码!!!(The thing about Computer Graphics (computer graphics) teaching the code! ! !)
实现16位bmp图像转jpeg,并可以通过调节源码可实现压缩率(16bit bmp zipped to jpeg style )
在VC++6.0开发环境下,图像中值滤波的源码实现,编译即可运行~(In VC++6.0 development environment, the source image median filter implementation, the compiler can be run ~)
非压缩视频图像帧内水印的密写与复密写研究,源码和论文材料(Video Watermarking Steganography)
视频采集,视频处理,视频跟踪,对视频监控很有帮助(Video capture, video processing, video tracking, video surveillance helpful)
说明: 由于只是利用图像的灰度信息, SIFT 算法不能很好地区分形状相似但颜色不同的物体。针对这一问题, 提出了一种基于彩 色的SIFT 特征点提取算法, 并着重分析了多种彩色模型对算法性能的影响。这种算法也是在图像的灰度尺度空间上检测特征点, 但其特征向量由各描述子子区域的彩色模型分量的均值组成并在原始的彩色图像上进行计算。(SIFT)
说明: 计算凸包面积,点集Q的凸包是指一个最小凸多边形,满足Q中的点或者在多边形边上或者在其内。(Calculate convex hull area。The convex hull of point set Q is a minimum convex polygon, to meet the Q of the point or polygon or in its inside edge)
说明: 全景图像拼接的源代码,可将多幅照片拼接为周视全景图像,很不错。(Panoramic image mosaic of the source code, multiple photos can be spliced for the week as the panoramic image, very good.)
说明: 该代码能实现图像缩放功能,简单,容易理解(The code to achieve the image zoom feature, simple, easy to understand)
说明: 图片的平滑锐化以及二值化。。。。。。。。。。。。。。。(Sharpening and smoothing the image binarization)
说明: 特效显示,交叉飞入等。。。来自VC++图像处理程序设计配套光盘(Effects show that such cross-fly. . . From the VC++ image processing program design supporting CD-ROM)
WaterShed图像分割方法,使用C++来编写的程序,分割效果还不错,不过要用的话,自己还是要调一下的。(WaterShed image segmentation method, using C++ to write programs, segmentation results were pretty good, but use the words that he is still would like to stress the.)
本人研究生阶段做的项目,线结构光视觉传感器的标定中的激光光条中心的提取。 1、通过JPG、PCX、GIF解码方法,来打开BMP、JPG、PCX、GIF格式图像。 2、大津展之法阈值变换,效果较好。 3、三种细化方法,Rosenfold细化、Hildith细化、Pavlidis细化。 4、基于灰度重心法的全分辨率的激光光条中心亚像素坐标的提取。(Calibration )