-
bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,...
bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,-c++ lib deal with all the bmp format image .it can reverse color,draw point line on bmp images and detect corners .it can also create array contains the brightness of every pixels
- 2023-05-23 03:55:03下载
- 积分:1
-
可实现滚动和动态显示图表,可用在实时监控等组态软件中
可实现滚动和动态显示图表,可用在实时监控等组态软件中-achievable rolling and dynamic display graphics, available in real-time monitoring configuration software
- 2022-11-25 08:15:02下载
- 积分:1
-
画图板基本功能实现直线,圆,多边形,填充等
画图板基本功能实现直线,圆,多边形,填充等-Drawing Canvasers
- 2022-02-06 17:12:30下载
- 积分:1
-
基于定时器的实时曲线的绘制,动态产生三角波
基于定时器的实时曲线的绘制,动态产生三角波-Timer-based real-time Curve, dynamically generated triangular wave
- 2023-05-02 01:00:05下载
- 积分:1
-
opencv的录像程序
基于opencv2.4.4开源库,利用vs2010编写的一个opencv的测试样例,用于实现通过摄像头实时录像的功能,通过修改代码可以实现帧率的修改
- 2023-04-05 15:05:06下载
- 积分:1
-
This a 3D matrix class useful for drawing 3D graphics in Java. It implements sev...
This a 3D matrix class useful for drawing 3D graphics in Java. It implements several of the 3D transformations such as rotation, translation, and projection.
- 2022-02-10 08:26:38下载
- 积分:1
-
练习绘制各种图形的源码
练习绘制各种图形的源码-practice to draw various graphics FOSS
- 2022-06-20 11:23:52下载
- 积分:1
-
OpenGL high
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-03-21 06:31:49下载
- 积分:1
-
维纳斯的点云文件,有需要的下。
维纳斯的点云文件,有需要的下。-Venus of the point cloud file, there is a need to the next.
- 2023-09-03 04:05:03下载
- 积分: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