-
图像处理的源程序,功能比较多.设计很多图像的知识.
图像处理的源程序,功能比较多.设计很多图像的知识.-image processing of the source, more functional. Many images design knowledge.
- 2022-09-04 08:00:02下载
- 积分:1
-
图像的几何变换,平移,镜像变换,转置,缩放,旋转
图像的几何变换,平移,镜像变换,转置,缩放,旋转-The image geometric transformation, translation, mirror transform, transpose, zoom, rotate
- 2022-03-04 09:55:25下载
- 积分: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
-
Autocad ARX编程,求线段中点源程序,支持MFC扩展
Autocad ARX编程,求线段中点源程序,支持MFC扩展-Autocad ARX programming, seeking the mid-point source program segment in support of MFC extension
- 2022-01-26 05:42:00下载
- 积分:1
-
NVIDIA Direct3D透明反锯齿演示C++源代码,Geforce7系列的东东…
NVIDIA Direct3D透明反锯齿演示C++源代码,需要Geforce7系列以上显卡。-NVIDIA Direct3D transparent antialiasing demo C source code, Geforce7 series needs more graphics.
- 2022-08-03 08:59:29下载
- 积分: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
-
使用分裂Bregman算法做图像去噪,收敛速度很快,保持缘特征
使用分裂Bregman算法做图像去噪,收敛速度很快,保持缘特征-using Splitting Bregman algorithm do image denoising, fast convergence to maintain edge features
- 2022-07-02 18:48:17下载
- 积分:1
-
使用Jsci制作2d图形,包括饼形图,直条图,等等,和excel里的图形差不多.而且可以动态扩展...
使用Jsci制作2d图形,包括饼形图,直条图,等等,和excel里的图形差不多.而且可以动态扩展-use Jsci 2d graphics production, including pie-shaped map of the map straight, and so on, and Lane excel almost graphics. But can dynamic expansion
- 2022-06-26 05:29:43下载
- 积分:1
-
内存演示程序
内存演示程序-Memory demo program
- 2023-07-18 14:50:02下载
- 积分:1
-
经过前期的数字图像处理以及检索的技术研究之后,可以根据图像的数据格式、显示方式等特点决定采用哪种框架。...
经过前期的数字图像处理以及检索的技术研究之后,可以根据图像的数据格式、显示方式等特点决定采用哪种框架。-digital image processing and retrieval of technical studies, according to the image data formats, displays the characteristics determine what framework.
- 2023-06-20 14:40:04下载
- 积分:1