-
Affine transformation matlab program on the 2
仿射变换 matlab 程序 关于2维配准-Affine transformation matlab program on the 2-D registration
- 2023-02-05 19:50:03下载
- 积分:1
-
VC++数字图象获取处理及实践应用
VC++数字图象获取处理及实践应用-VC digital image processing and access to Practice
- 2022-06-01 23:24:51下载
- 积分:1
-
指纹识别的底层API函数集,生成DLL,供高层调用
指纹识别的底层API函数集,生成DLL,供高层调用-Fingerprint set of the underlying API functions to generate DLL, for the high-level call
- 2022-01-22 11:06:51下载
- 积分:1
-
打开一个BMP格式图片并进行Rober算子检测
打开一个BMP格式图片并进行Rober算子检测-opened a BMP format pictures and Robert operator Detection
- 2023-08-04 13:30:03下载
- 积分:1
-
现代图像处理技术及Matlab实现
现代图像处理技术及Matlab实现-modern image processing technology and Matlab
- 2022-02-22 13:18:29下载
- 积分:1
-
using OpenCV developed image segmentation
用OpenCV开发图像分割 -using OpenCV developed image segmentation
- 2022-11-11 11:50:04下载
- 积分: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
-
这是一个基于颜色特征的图像检索系统,用于此算法中…
这是一个基于颜色特征的图像检索系统,在此用到了直方图算法来实现 ,通过打开一幅图进行检索-This is a color feature based image retrieval system, used in this algorithm to achieve the histogram, by opening a map search
- 2022-01-25 16:36:23下载
- 积分:1
-
一个简单、快速的图片识别代码,只能识别数字和英文字母。可用于网页上验证码的识别,能识别出验证码常用的各种扰乱的点和线...
一个简单、快速的图片识别代码,只能识别数字和英文字母。可用于网页上验证码的识别,能识别出验证码常用的各种扰乱的点和线-a simple, quick photo identification code, only an identification number and alphabetical. The website can be used to test code on the identification, certification will identify the various codes used to disrupt the dots and lines
- 2022-07-03 18:01:45下载
- 积分:1
-
仿照 Windows “画图”的小程序,仅供初学者研究。
仿照 Windows “画图”的小程序,仅供初学者研究。-modeled on the Windows "drawing" a small procedure, only beginners study.
- 2023-02-08 05:40:04下载
- 积分:1