- Dol5 java 计算器 功能键: MC键:清除存储器中数据 CE键:清除当前显示的数据 C键:清除所有数据 MR键:将存于存储器中的数据显示出来 MS键:将显示的数据存储在存储器中 M+键:将显示的数据与存储器中的数据相加并进行存储 sqrt:开平方
- ADC 说明:本程序中用到了EVA的定时器T1
- JobObject 通过windows的内核对象实现对程序的运行时间和内存使用的控制
- celp_3.2a This Celp Codec source. Celp is low bitrate voice codec.
- PI-controller C863控制器通讯模块
- battery_model 电池模型 PSCAD DEMO 可以使用(Battery model PSCAD DEMO can be used)
文件名称:fast_cpda
介绍说明--下载内容来自于网络,使用问题请自行百度
一种快速的基于在弦到点距离累技术的角点检测- A Fast Corner Detector Based on the Chord-to-Point Distance Accumulation Technique
1. Find the edge image using the Canny edge detector.
2. Extract edges (curves) from the edge image:
2a. fill gaps if they are within a range and select long edges,
2b. find T-junctions and mark them as T-corners.
2c. obtain the `status of each selected edge ${\Gamma}$ as either `loop or `line .
3. Smooth ${\Gamma}$ using a small width Gaussian kernel in order to remove quantization noises and trivial details. This small scale Gaussian smoothing also offers good localization of corners.
4. Select significant points on the smoothed curve using scale evolution technique.
5. At each selected point of the smoothed curve, compute three discrete curvatures following the CPDA technique using three chords of different lengths.
6. Find three normalized curvatures at each selected point of and then multiply them to obtain the curvature product.
7. Find the local maxima of
1. Find the edge image using the Canny edge detector.
2. Extract edges (curves) from the edge image:
2a. fill gaps if they are within a range and select long edges,
2b. find T-junctions and mark them as T-corners.
2c. obtain the `status of each selected edge ${\Gamma}$ as either `loop or `line .
3. Smooth ${\Gamma}$ using a small width Gaussian kernel in order to remove quantization noises and trivial details. This small scale Gaussian smoothing also offers good localization of corners.
4. Select significant points on the smoothed curve using scale evolution technique.
5. At each selected point of the smoothed curve, compute three discrete curvatures following the CPDA technique using three chords of different lengths.
6. Find three normalized curvatures at each selected point of and then multiply them to obtain the curvature product.
7. Find the local maxima of
(系统自动生成,下载前可以参看下载内容)
下载文件列表
fast_cpda.m
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.