-
Torque 的教程据说不错如果有更好的请与我联系互相学习谢谢!...
Torque 的教程据说不错如果有更好的请与我联系互相学习谢谢!-Torque is true if the curriculum is said to have a better Please contact me to learn from each other Thank you!
- 2022-08-16 21:01:07下载
- 积分:1
-
face detection algorithm
face detection algorithm
- 2022-04-15 11:11:06下载
- 积分:1
-
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法...
简单的模式识别的分类算法(K_均值算法),适用于各种识别算法的基础分类算法--详细信息见说明-simple pattern recognition classification algorithm (K_ means algorithm), apply to the recognition algorithm based classification algorithm-- detailed information, see Note
- 2022-12-14 00:10:03下载
- 积分:1
-
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。...
VB代码,演示在做游戏时,将PSD格式转换成BMP或者JPG格式的程序,而且,在转换时,要将PSD中的空格转成游戏中约定的透明色。-VB code, the demonstration games, PSD format will be converted into BMP or JPG format of the procedure, but the change, the PSD should turn space into the game as stipulated in the transparent color.
- 2022-07-27 22:32:12下载
- 积分:1
-
这个数字识别应用程序。(OCR或ICR应用)。首先你画…
This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing begins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor classifying algorithm to select the true digit. Database includes handwritten digit examples which are collected from a hundred persons. These digit images converted to binary type before added to the database.-This an digit recognition application. (OCR or ICR application). First you draw a digit in the picturebox. Then the image processing be Huggins and recognize the digit and returns you the result. I used correlation matching algorithm for character recognition and k-neighbor clas sifying algorithm to select the true digit. Dat abase includes handwritten digit examples whi ch are collected from a hundred persons. These d igit images converted to binary type before add ed to the database.
- 2022-03-05 08:49:13下载
- 积分:1
-
是一个很优秀的同名点匹配软件,对于要处理摄影测量左右相片的任务,此程序具有非常好的借鉴意义!...
是一个很优秀的同名点匹配软件,对于要处理摄影测量左右相片的任务,此程序具有非常好的借鉴意义!-Is a very good point matching software of the same name, for Photogrammetry deal about photo mission, this program has a very good reference!
- 2022-03-06 04:13:32下载
- 积分: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
-
包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容...
包括点运算,几何变换,正交变换,图像增强,形态学变换,边缘与轮廓,图像分析,图像还原,图像编码等内容-including point computation, geometry transformation, orthogonal transformation, image enhancement, morphological transformation, and the edge profile, image analysis, image reduction, image coding etc.
- 2022-01-25 16:01:41下载
- 积分:1
-
运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下...
运用vc++6完成Bresenham算法的360度橡皮条算法还有中心画圆共享一下-use vc Bresenham algorithm completed six of the 360 degree rubber of the algorithm is in the central Sharing Circle what
- 2022-03-19 09:01:59下载
- 积分:1
-
sift算法资料大全,包括论文和代码,中文和英文全有,还有两个实现代码...
sift算法资料大全,包括论文和代码,中文和英文全有,还有两个实现代码-sift resources
- 2022-08-03 17:06:01下载
- 积分:1