-
本文及其附带源码利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。...
本文及其附带源码利用GID+ Bitmap实现了将一张图片分解为多张指定尺寸的图片,以及将多张图片合并为一张。-This article and accompanying source code to use the GID+ Bitmap to achieve a picture will be divided into more than the specified size of image, as well as multiple pictures into one.
- 2022-03-17 15:52:42下载
- 积分:1
-
xvid1.1.3最新的发布版本
修正了一些1.1.2 Release的BUG.
xvid1.1.3最新的发布版本
修正了一些1.1.2 Release的BUG.-xvid1.1.3 the latest release version 1.1.2 Release amendments to a number of the BUG.
- 2022-11-19 20:30:03下载
- 积分:1
-
人脸定位实例
人脸定位实例 人脸区域定位,特征标注 边缘提取等等
- 2023-01-14 23:30:04下载
- 积分:1
-
GVF Snake程序用MATLAB语言的图像分割
GVF Snake 程序,用于图象分割,用MATLAB语言编写-GVF Snake procedures for image segmentation using MATLAB language
- 2022-09-15 03:05:03下载
- 积分:1
-
C Buider box for a list of the exchange of information, from a list box to anoth...
C++Buider的列表框的数据交换,从一个列表框到另外一个列表框-C Buider box for a list of the exchange of information, from a list box to another in a list box
- 2022-07-06 21:07:31下载
- 积分: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
-
general basic graphics and basic operations such as mobile, Cut, Copy, etc.
一般的基本图形及基本操作如移动,剪切,拷贝等-general basic graphics and basic operations such as mobile, Cut, Copy, etc.
- 2022-05-30 00:15:08下载
- 积分:1
-
基于Matlab开发的EAN
基于Matlab开发的EAN-13条形码识别函数,是自己课程大作业编写的-based on the Matlab development EAN-13 bar code identification function, their curriculum is prepared by the large operations
- 2022-01-31 11:41:16下载
- 积分:1
-
图像平滑,锐化,和哈夫变换
本代码包含了图像处理中的直方图均衡,各种平滑和锐化算法,还有哈夫变换。图像处理中有图像增强,线性变换,梯度锐化,拉普拉斯锐化,图像直方图,sobel边缘提取和prewitt边缘提取。还有构建位图和中值滤波的程序,并包含界面
- 2022-06-21 06:47:58下载
- 积分:1
-
图像恢复-源代码
图像恢复-源代码 -image restoration-source
- 2022-02-13 22:32:25下载
- 积分:1