-
procedures for the two binary images, and the right image mosaics, based on the...
本程序为图象二值化,以及对图象马赛克,基于人体肤色划分等,功能齐全-procedures for the two binary images, and the right image mosaics, based on the delineation of human color, multifunctional
- 2022-01-30 19:38:00下载
- 积分:1
-
Simple image processing, including the opening of the image, image format conver...
简单的图像处理,包括图像的打开,图像格式的转换-Simple image processing, including the opening of the image, image format conversion, etc.
- 2023-06-05 02:25:02下载
- 积分:1
-
几篇关于特征提取的好文章啊,包括点云和三角面片的特征识别与提取...
几篇关于特征提取的好文章啊,包括点云和三角面片的特征识别与提取-Several feature extraction on a good article ah, including point clouds and triangular patches of feature recognition and extraction
- 2022-03-24 14:19:30下载
- 积分:1
-
进行直线裁剪的代码
进行直线裁剪的代码- Carries on code which the straight line cuts out
- 2022-01-24 15:26:27下载
- 积分:1
-
数字图象处理
VC++源代码,包含图象读取、点运算。区域运算、分析、识别...
数字图象处理
VC++源代码,包含图象读取、点运算。区域运算、分析、识别
-digital image processing VC source code contains images read, point computation. Regional operations, analysis, identification
- 2022-01-23 10:53:31下载
- 积分:1
-
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法...
通过平滑因子对图象实现了无缝拼接,应用文档视窗模型实现了该算法-factor to the smooth realization of a seamless image mosaic, application files Windows model of the algorithm to achieve
- 2023-08-14 13:50:02下载
- 积分:1
-
这个类是用来驱动摄像头的类,是用NET开发
这个类是用来驱动摄像头的类,是用NET开发-This class is used to drive camera class, is to use NET Development
- 2022-05-12 18:56:36下载
- 积分:1
-
图像分割中的分水岭(water shed segmention)算法的源码
图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
- 2022-05-27 07:22:56下载
- 积分:1
-
fft加窗谐波检测
利用FFT加窗并对信号进行插值,从而检测谐波。是一种快捷优良的算法,注释很详细,只需要改动一部分即可,谢谢!
- 2022-07-27 16:07:44下载
- 积分:1
-
STM32 Cryptographic Library
STM32 Cryptographic Library
Introduction
This manual describes the API of the STM32 cryptographic library (STM32-CRYP-LIB) that
supports the following cryptographic algorithms:
AES-128, AES-192, AES-256 bits. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining) with support for ciphertext stealing
– CTR (CounTer Mode)
– CCM (Counter with CBC-MAC)
– GCM (Galois Counter Mode)
– CMAC
– KEY WRAP
ARC4
DES, TripleDES. Supported modes are:
– ECB (Electronic Codebook Mode)
– CBC (Cipher-Block Chaining)
HASH functions with HMAC support:
– MD5
– SHA-1
– SHA-224
– SHA-256
Random engine based on DRBG-AES-128
RSA signature functions with PKCS#1v1.5
ECC (Elliptic Curve Cryptography):
– Key generation
– Scalar multiplication (the base for ECDH)
– ECDSA
These cryptographic algorithms can run in the series STM32F1, STM32 L1, STM32F2,
STM32F4, STM32F0 and STM32F3 with hardware enhancement accelerators.
- 2022-07-21 14:38:08下载
- 积分:1