登录
首页 » matlab » harrisforstner

harrisforstner

于 2010-11-02 发布 文件大小:902KB
0 103
下载积分: 1 下载次数: 124

代码说明:

  进行图像的角点提取,方法是先通过Harris方法选初始点,然后对初始点进行Forstner算法进行筛选,最后得到图像角点。(The image of the corner detection, the method is to first select the initial point through the Harris method, and then point Forstner initial screening algorithm, the resulting image corner.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • symbol_error_probability
    多进制脉幅调制(M-PAM)和多进制脉位调制(M-PPM)的误码率分析(Multi-band pulse rate modulation (M-PAM) and the Multi-band pulse position modulation (M-PPM) BER analysis)
    2021-04-11 18:28:57下载
    积分:1
  • xiao
    MATLAB的迭代静校正代码,原创……………………(MATLAB iterative static correction code, original ... ... ... ... ... ... ... ...)
    2010-08-30 18:44:20下载
    积分:1
  • MATLAB_presentation
    Matlab_presentation for new stars
    2009-12-16 04:17:35下载
    积分:1
  • Mfile
    这个程序主要针对信号的调制与解调进行的编程,感觉很实用。(This program targeted signal modulation and demodulation for the program, feeling very practical.)
    2010-05-08 19:51:26下载
    积分:1
  • PCA-renlianshibie
    采用PCA提取人脸特征,先计算M个图像的平均值脸,再求出各特征值脸。(Using PCA for face feature extraction, first calculate the average face image of M, and then find the face value of each characteristic.)
    2013-11-08 14:37:45下载
    积分:1
  • qml_example
    动画练习-时间翻页,QML语言集合C++实现(animation practice,time slipt,using QML and C++)
    2013-11-14 22:57:47下载
    积分:1
  • psoToolbox
    Help psoToolbox V1.0 psoToolbox provides an interective GUI based Toolbox to solve optimization problems using particle swarm optimization. Creat a fitness function in M-file. Inputs: Function : Function handle of fitness function. Nvars : Number of variable to be optimized. LB : Lower Bound of Nvars (1 X Nvars) UB : Upper Bound of Nvars (1 X Nvars) Parameters: C1 : Cognative Attraction C2 : Social Attraction W : Inertial Population Size : Number of Swarms Max Iterations : Maximum number of epochs. Click on " RUN PSO " button to start PSO search. You will get the out put at Edit box below the axes.
    2013-11-24 04:13:20下载
    积分:1
  • disper_compens
    Matlab code for dispersion compensation
    2012-01-31 04:44:35下载
    积分:1
  • FMCW-radar
    小型车载雷达的原理仿真。使用线性调频连续波(LFMCW)波形,探测公路环境下的周围车辆目标,使用距离多普勒方法显示目标的距离和速度信息,并对LFMCW的探测原理做了演示。(Principle small car radar simulation. Using a linear frequency modulated continuous wave (LFMCW) waveform, vehicle detection highway around the target environment, using the Doppler method to display the distance and speed information the target, and the detection principle LFMCW made a presentation.)
    2020-12-12 10:59:16下载
    积分:1
  • 车牌识别系统MATLAB源代码完整
    说明:  clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
    2017-08-13 02:35:37下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载