-
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟
图像的纹理分析应用实例,做图像处理的同志们可以参考一下哟-image texture analysis application examples and do image processing comrades can make reference to yo
- 2022-07-17 20:28:06下载
- 积分:1
-
在简单的实现
ROAM Simplistic Implementation
By Bryan Turner
brturn@bellsouth.net
January, 2000
Project file for MS Visual C++ 6.0.
Requires GLUT DLL (www.opengl.org)
Adjust program constants in Landscape.h and Utility.cpp.
MAPS:
Default map is read from HeghtXXX.raw where XXX is the MAP_SIZE
(as defined in Landscape.h). If this map is not found, the program
attempts to open "Map.ved", a Tread Marks map file. Tread Marks maps
will only work for MAP_SIZE == 1024. Also, the MULT_SCALE to view
Tread Marks maps correctly is "0.25f". (www.TreadMarks.com)
CONTROLS:
MOUSE - Hold Left Mouse Button to Rotate View Angle
Q - Change Rendering Mode (Wireframe, Lit, Fill, Texture)
O - Change View Mode (Observe, Follow, Drive, Fly)
W/S - Move forward/back
A/D - Rotate left/right (in Observe Mode only)
F - Stop Animation
R - Toggle Frustum Drawing
0/9 - More/Less Triangles per frame
1/2 - Adjust FOV-ROAM Simplistic Implementation
By Bryan Tur
- 2022-03-26 08:18:08下载
- 积分:1
-
canny 边缘检测器 c + +
canny edge detector边缘检测 编程检测c++
- 2022-03-24 20:51:37下载
- 积分:1
-
C语言图像处理方法
C语言图像处理方法--Images processing method of C language
- 2023-09-06 08:55:04下载
- 积分:1
-
Graphics software, has drawn a straight line, oval, round functions, and can be...
图形学软件,具有画直线,椭圆,圆的功能,并可以对所画图形进行变换,对话框显示-Graphics software, has drawn a straight line, oval, round functions, and can be carried out to transform the art graphics, dialog box display
- 2022-02-10 07:12:09下载
- 积分:1
-
本软件是用在SMT行业,回流焊设备设定制程文件时,把PCB的温度测试曲线(*.tdx)导入, 对该温度曲线的分析工具(中文版)。...
本软件是用在SMT行业,回流焊设备设定制程文件时,把PCB的温度测试曲线(*.tdx)导入, 对该温度曲线的分析工具(中文版)。-the software is used in SMT industry, equipment set reflow process documents, PCB test the temperature curve (*. tdx) introduction, this temperature curve analysis tools (Chinese version).
- 2022-08-20 21:23:55下载
- 积分:1
-
DICOM协议的服务器端程序,支持图像回调,图像检索等功能。
DICOM协议的服务器端程序,支持图像回调,图像检索等功能。-agreement DICOM server software, support image correction, image retrieval capabilities.
- 2023-05-23 00:50:03下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
中值滤波
非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~非常好用的中值滤波程序~~~~
- 2022-04-22 17:13:49下载
- 积分:1
-
04 VC images of the geometric transform source code, rotation, scaling, zooming,...
04 VC图像的几何变换源代码,旋转,比例缩放,等等几何变换-04 VC images of the geometric transform source code, rotation, scaling, zooming, etc. Geometry Transformation
- 2022-02-05 00:54:52下载
- 积分:1