-
三维点云处理程序
利用OpenGL、VC++编写的C++,三维点云处理程序,对于学习图形学、C++、OpenGL、文件读写很有帮助,是一个三维软件公司编写代码一部分,尤其是OpenGL库文件相当管用。 有两个数据文件 鼠标默认操作:具体还在头文件中 中键拖动 旋转 中键+Ctrl 平移 中键+Shift 面旋 滚轮滚动 缩放 中键+Ctrl + Shift 局部放大
- 2022-05-23 16:28:46下载
- 积分:1
-
游程编码
系统实现方案:总体思想:将图像文件以二进制方式读入缓冲区,把二进制位转制为整数,对缓冲区数据进行编码,以特定的格式(unsigned short)写入输出文件;解压缩过程反过来即可。压缩文件存储格式:以每两个字节为单位储存(即每次写入16位unsigned short类型)。 0 1 2~15 ... 第0位 存储压缩信息(1压缩;0不压缩,原始数据)第1位 如果第0位为1(压缩),此位标明字符类别(0或1);如果第0位为0(原始数据),此位无意义,默认为0后14位 存储字符数量或者原始数据的值
- 2022-07-09 04:00:22下载
- 积分:1
-
使用一个基于地形的LOD算法结果的树结构…
用一种基于树形结构的LOD算法来显示的地形,效果很好,学以游戏编程的人可以参考一下.-using a tree structure based on the LOD algorithm of the terrain and the results very good, learn to program the game to make profits.
- 2023-02-02 17:35:04下载
- 积分:1
-
图象几何变换算法源代码
可进行图象平移,旋转,镜像,转置,缩放等几何变换...
图象几何变换算法源代码
可进行图象平移,旋转,镜像,转置,缩放等几何变换-Image geometric transform algorithm source code can be image translation, rotation, mirror, transpose, transform geometric scaling
- 2022-02-12 07:19:27下载
- 积分:1
-
将测量点自动展绘到CAD环境中,包括平面位置坐标和高程属性等....
将测量点自动展绘到CAD环境中,包括平面位置坐标和高程属性等.-Selective measurement points will be automatically drawn to the CAD environment, including the plane location attributes such as coordinates and elevation.
- 2023-05-04 13:35:03下载
- 积分:1
-
Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh
快速付立叶变换快速付立叶反变换离散余弦变换沃尔什-哈达玛变换图像的付立叶变换图像的离散余弦变换图像的沃尔什-哈达玛变换-Fast Fourier Transform Fast Fourier Transform Discrete Cosine Transform Walsh- Hadamard Transform Image Fourier Transform of the discrete cosine transform image images Walsh- Hadamard Transform
- 2022-01-26 03:10:56下载
- 积分:1
-
本例子是用visual c++实现的gdi应用,例子完整
本例子是用visual c++实现的gdi应用,例子完整-This example is the use of visual c++ Realize the gdi applications, examples of integrity
- 2022-03-11 07:49:56下载
- 积分:1
-
graphics processing and display of rare good example.
图形处理,显示的不可多得的好例子。-graphics processing and display of rare good example.
- 2022-02-05 19:45:38下载
- 积分:1
-
数字图像处理源程序vc++
图像的点运算主要用来改变图像的灰度分布范围;点运算的最大特点是输出像素值只与当前输入像素值有关,本文主要介绍利用灰度直方图查看图像信息,了解各种灰度变换公式,掌握灰度变化实现方法。
- 2022-08-16 06:09:30下载
- 积分:1
-
直线DDA,BRESENHAM;Bezier算法,圆bresenham算法及平移旋转算法
直线DDA,BRESENHAM;Bezier算法,圆bresenham算法及平移旋转算法-Linear DDA, BRESENHAM Bezier algorithm, round bresenham algorithm and translation rotation algorithm
- 2023-02-22 12:45:03下载
- 积分:1