资源列表
Video-vehicle-matching-
- 本文在opencv环境下,以目标识别为中心,利用 SIFT 算法对图像进行局部特征的提 取和其算法稳定的特点,有效准确建立匹配关系。-Opencv environment, target recognition, SIFT algorithm for image local feature extraction and algorithm characteristics, effectively and accurately create a matching relationship.
data
- karate网络的测试数据 karate网络的测试数据 karate网络的测试数据 karate网络的测试数据-karate data
matlab-code-for-beam
- a matalb code for stress analysis of a 2d beam by using Airy function and fourier serie
Android-bluetooth
- 一个基于蓝牙进行通讯的文档,对蓝牙虚拟串口进行了详细的讲解。-A Bluetooth-based communication documentation, detailed explanation of Bluetooth virtual serial port.
500w--power-inverter
- 500 w power inverter . thank you-500 w power inverter . thank you
user.manual.lpc17xx
- arm17xx系列说明书,主要说明arm17xx芯片的各个模块的功能及其应用方法-arm17xx descr iption
r01cp0003ej0300_rl78
- 瑞萨新型mcu的资料,最新的文档说明介绍类型的-Renesas MCU new type of material, the latest document introduced types of
NI-DAQmx
- 信号采集讲解,如果下载了它并一步一步按照文中讲的操作,就可以很快掌握编程方法-The signal acquisition explain, if you download it and step by step in accordance with the article about the operation, you can quickly mastered programming methods
nios_hello_PWM
- nios的pwm源程序例程,修改后,测试可用。欢饮大家修改后使用!-it is nios for vrilog fpag,it s can modify to you learing nois!
reu05b0073_r8cap
- 瑞萨R8c/25 应用文档,6步梯形波驱动无感BLDC,用反电动势-Renesas R8c/25 application document, Step 6 trapezoidal wave driving without a sense of BLDC, with the back-EMF
qnx-thesis-and-papers
- 自己搜集的qnx相关的硕士论文和期刊论文,对于做项目特别有用,比百度或论坛上搜的内容质量要好多倍-Own research qnx Thesis and Papers, is particularly useful for doing the project, better than the quality of content on Baidu or forum search times
WaveletTransform
- 边缘是图像中最重要的信息,是模式识别、图像分 割以及场景分析的重要基础。边缘检测是图像处理领 域一项重要的技术和任务。图像中边缘通常解释为灰 度值有突然改变,像素梯度具有局部极大值。很多经 典的边缘检测算子如:Roberts, Sobel, Prewitt, Frei- Chen和Laplacian等,均以图像局部区域特征与特定 边缘模式匹配为基础,定义数个方向导数模板(一般为 窗口),将图像与模板进行卷积运算实现边缘检测。它 们具有实现简单,速度快速,易于应用