-
This programme introduces an algorithm of adaptive histogram equipoise.And the e...
自适应直方图均衡算法,因为是从局部入手,所以图像增强效果显著。-This programme introduces an algorithm of adaptive histogram equipoise.And the effect of the enhancement is obvious because it begins from the part of the image
- 2022-02-14 13:50:01下载
- 积分:1
-
网站模板一个网站模板网站模板 一个网站模板
网站模板一个网站模板网站模板 一个网站模板-a website template website template a website template a website template a website template a website template
- 2022-03-29 00:26:27下载
- 积分:1
-
一个基于VC的最小二乘法直线拟合,很有用哦
一个基于VC的最小二乘法直线拟合,很有用哦-a VC-based linear least squares fitting method, useful oh
- 2023-01-20 12:10:03下载
- 积分:1
-
opencv求平均值
资源描述用opencv实现的求均值,对于初学opencv的初学者很有用
- 2022-02-24 11:55:58下载
- 积分:1
-
硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。...
硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。-Hardware-accelerated rendering sorting algorithm HAVS. Can be used in large-scale data visualization.
- 2023-04-23 07:45:03下载
- 积分:1
-
DirectX8 learning materials. There are detailed documents that are rich routines...
directx8学习资料.里面有详细的文档说明,有丰富的例程.让你学得轻松.(应该够二十个字了吧.其实没什么好说的.下载看看就知道好不好吧.)-DirectX8 learning materials. There are detailed documents that are rich routines. You learn easily. (20 would be enough for the word of the hour. In fact, nothing more to be said. See download know bronzes OK.)
- 2022-05-05 00:35:36下载
- 积分:1
-
运用Visual.Basic编写的《图标制作软件》及愿代码
运用Visual.Basic编写的《图标制作软件》及愿代码-Visual.Basic prepared by the use of "icon software," and is willing to code
- 2022-03-03 01:19:51下载
- 积分: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
-
对图像分割及运动检测
对图像分割及运动检测-for image segmentation and motion detection
- 2023-04-07 11:45:04下载
- 积分:1
-
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法...
结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algorithm
- 2023-01-26 08:10:04下载
- 积分:1