-
一些dip基本算法的小demo 一些功能待扩展 下次交作业时补齐
一些dip基本算法的小demo 一些功能待扩展 下次交作业时补齐 -dip some basic algorithm for small demo some features to be extended at the next filled Oh perpendicular operation
- 2022-02-21 04:27:17下载
- 积分:1
-
dct_2d二维DCT变换
DCT_2D Transform 2D DCT变换-DCT_2D Transform 2D DCT
- 2023-04-25 20:15: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
-
图形学中一个简单的画圆程序
图形学中一个简单的画圆程序-Graphics a simple procedure Circle
- 2023-04-19 05:00:03下载
- 积分:1
-
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一...
canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target image edge detection. This method is summarized as follows: 1. Image used with the specified standard deviation of the Gaussian filter to smooth out, thereby reducing the noise 2. In the calculation of each point of local gradient and edge direction 3. The second step in determining the edge points will led to the image gradient magnitude ridge appears, and then keep track of all of the top of the ridge, and ridge at the top of all the pixels are no longer set to 0 4. the implementation of the edge link
- 2022-03-05 01:13:25下载
- 积分:1
-
人脸识别算法源码,该算法用于提取人脸中的非线性特征
人脸识别算法源码,该算法用于提取人脸中的非线性特征-Source face recognition algorithm, the algorithm used to extract facial features of the non-linear
- 2023-07-13 03:25:02下载
- 积分:1
-
北方交通大学出版社出的《VC++图像处理程序设计》配套光盘
北方交通大学出版社出的《VC++图像处理程序设计》配套光盘-The disc correspond to the book which had been published by Northern Jiaotong University press
- 2022-09-09 06:45:03下载
- 积分:1
-
have to look at the example of a good example to benefit life
不得不看的实例,一个好的例子能够受益一生-have to look at the example of a good example to benefit life
- 2022-02-11 19:25:30下载
- 积分:1
-
generalrect是一个C++库的全部源代码对任何整改…
GeneralRect is a C++ library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined. -GeneralRect is a C++ Library with full source code for the rectification of any pair of images for which the epipolar geometry can be determined.
- 2022-01-26 06:36:39下载
- 积分:1
-
一个vc编的八叉树算法,八叉树常用于3维图形的之间的干涉问题,...
一个vc编的八叉树算法,八叉树常用于3维图形的之间的干涉问题,-A vc series octree algorithm, Octree commonly used in the 3-dimensional graphics of the interference between the issues,
- 2022-02-12 09:02:04下载
- 积分:1