登录
首页 » matlab » invariantMomentShapeDetection

invariantMomentShapeDetection

于 2008-09-08 发布 文件大小:143KB
0 168
下载积分: 1 下载次数: 0

代码说明:

说明:  根据:基于不变矩特征和神经网络的图像模式模糊分类 论文 在matlab上做的实验,有7个不变矩生成和神经网络分类的代码,还要论文原文(According to: Based on the characteristics of moment invariants and neural network image mode fuzzy classification papers in matlab to do the experiment, there are seven moment invariants and neural network classifier to generate the code, but also the original papers)

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

发表评论

0 个回复

  • KRLS
    核自适应滤波算法krls的matlab程序。已将klms算法弄成函数,加载即可使用。(Nuclear adaptive filtering algorithm krls matlab program. Klms algorithm has inflicted function, load can be used.)
    2021-03-14 19:19:23下载
    积分:1
  • minboundrect
    计算一个封闭区域的最小外接矩形的matlab代码。(calculate the minest rect of area)
    2012-02-26 10:21:59下载
    积分:1
  • Graph_seg
    采用Graph Cut算法进行multiple-label的图像分割,算法很完整,非常适合初学者以及开发人员参考(multiple-label image segmentation using Graph Cut based algorithm, suitable for beginners and developers)
    2012-01-02 21:41:37下载
    积分:1
  • MATLAB指纹识别(GUI,比对两幅指纹,完美运行)
    说明:  本设计为基于MATLAB的指纹识别系统。本设计系统主要对指纹图像进行三方面处理:图像预处理、特征提取和特征匹配。图像预处理包括四个步骤:图像灰度化、滤波增强、二值化、细化,对指纹图像进行预处理后,去除了原图像的冗余部分,方便后续的识别处理;特征提取主要是提取指纹图像细化后的端点和分叉点;特征匹配是利用两个指纹的图像进行特征点比较,来确定两幅图像是否来自于同一手指。(This design is a fingerprint identification system based on MATLAB. This system mainly deals with fingerprint image in three aspects: image preprocessing, feature extraction and feature matching. Image preprocessing includes four steps: image grayscale, filter enhancement, binarization and thinning. After preprocessing the fingerprint image, the redundant part of the original image is removed for the convenience of subsequent recognition processing. Feature extraction is mainly to extract the endpoint and bifurcation points after thinning the fingerprint image. Feature matching is to determine the two images by comparing the feature points of the two fingerprint images Whether the image comes from the same finger.)
    2020-02-16 22:03:11下载
    积分:1
  • kolmog
    给定任意一个子波,通过克基霍夫变换返回最小相位子波。(Kolmogoroff spectral factorization. Given an arbitrary wavelet this function retrieves the minimum phase wavelet using Kolmogoroff factorization)
    2009-05-16 12:13:02下载
    积分:1
  • Otsus
    图像分割,双峰法.显示直方图,根据直方图确定阈值,并根据次阈值进行图像的风格(segmation)
    2010-06-01 03:25:09下载
    积分:1
  • 14、字典学习
    经典的KSVD图像字典学习,matlab 代码,有注释,亲测可用(The classic KSVD image dictionary learning, matlab code, include notes, test available)
    2019-05-31 09:07:45下载
    积分:1
  • ImageProcessing
    这是一个简单图像处理的GUI程序。实现的功能有:直方图统计,直方图拟合,边缘提取和自定义模板算子处理。界面采用的是ENVI 4.7的风格。(This is a simple image processing GUI program. Implemented features are: histogram, histogram fitting, edge extraction and custom template operator handling. Interface using the ENVI 4.7 style.)
    2014-11-19 18:11:10下载
    积分:1
  • laplacian
    拉普拉斯边缘检测与图像增强,Matlab6.5实现的.m文件,附有原图、检测到的边缘图和增强后的图。(Laplacian edge detection and image enhancement, Matlab6.5 of implementation. M file, with image, detected and enhanced edge map after the map.)
    2009-03-26 10:36:01下载
    积分:1
  • Graphics
    一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。) 五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 六、交互式Bezier曲线的输入绘制程序实现 (An integrated graphical interface of the program, each operation subroutine callable. One call a function of the point of the painting, with the DDA, the midpoint algorithm for drawing a straight line and the midpoint algorithm circle and oval. Second, the polygon scan conversion algorithm and region filling algorithm (scan line algorithm for must fill and edge flag algorithm based on the edge of the modulo operator is optional using the 4 regional connectivity recursive seed filling algorithm based on the area of seed filling, or scan line seed filling algorithm requires the seed point (x, y) can be entered interactively). Line Clipping polygon clipping algorithm animation achieved. (Two Line Clipping Algorithm and HS polygon-by-side clipping algorithm) polygon clipping algorithm animation requires draw a closed polygon, rectangle and then draw the crop window, and then select the the cropped button (or command), press the "on top of cutting "button (or the implementation of)
    2020-06-30 08:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载