CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 不变矩

搜索资源列表

  1. MATLAB2

    0下载:
  2. 基于DCT的图像检索技术 用统计特征法和不变矩法 MATLAB程序-DCT-based image retrieval method using statistical features and invariant moment method MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:4029
    • 提供者:张三
  1. li9_23

    0下载:
  2. clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:671
    • 提供者:lzp_llz
  1. hongwaituxiangtezhengtiqu

    0下载:
  2. 该代码是自己编制的,主要用于红外图像的特征提取,其中提取长宽比,复杂度,紧凑度,均值比,不变矩等七种红外图像的特征,可很好的为以后的识别做准备-The code is compiled their own, mainly for the infrared image feature extraction, which extract the aspect ratio, complexity, compactness, mean ratio of seven invariant moments a
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3878
    • 提供者:孟子清
  1. Shape

    0下载:
  2. 在图像检索中需要利用对图像的形状处理,本代码求7个HU不变矩-In image retrieval need to use the shape of the image processing, the code same moment seeking 7 HU
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1416
    • 提供者:issac
  1. invariance

    0下载:
  2. 使用MATLAB计算图形不变矩,输入一个待测图形,并判断其类别,找出数值最大者,即判断为此类别-Calculate invariance using MATLAB, input a tested graph and determine its category, find the greatest value for judging the category
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9565
    • 提供者:王正尧
  1. matlab

    0下载:
  2. 基于matlab的7阶不变矩,以源码的形式展示出来-Based on the 7-order invariant moments matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3415
    • 提供者:JET
  1. 7

    0下载:
  2. hu的7个不变矩 内涵两种算法 用于matlab 生成m文件-The seven invariant moments hu
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:wangwei
  1. ju_bubianliang

    0下载:
  2. 用于边缘图像不变矩的计算,得到的七个不变矩可用于神经网络进行识别。-Used for the calculation of moment invariants edge image, and get seven invariant moments can be used for neural network to recognize.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:921
    • 提供者:shixiaoning
  1. Hu_MV_Nicolas

    0下载:
  2. hu不变矩的计算方法,经过测试,可以成功运行,希望对大家有所帮助-Hu moment invariant calculation method, through testing, can be successful operation, hope to help
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:538
    • 提供者:yanhao
  1. ANN

    1下载:
  2. classes.mat和classes.mat中存放10个对象人脸的20个7阶不变矩特征,TargetTest.m是构造神经网络对人脸进行识别,再利用DS证据理论进行融合识别-Nerual Network and Fusion Recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:10183
    • 提供者:yadanpei
  1. Hu_MV_Nicolas

    0下载:
  2. Hu7不变矩-hu7 moment invariant
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:604
    • 提供者:shenlina
  1. HuPMoment

    0下载:
  2. 基于不变矩的形态特征提取,语言是MATLAB,代码可以运行-Morphological features extraction based on moment invariants, language MATLAB, the code can run
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:485933
    • 提供者:何探
  1. moments

    0下载:
  2. 利用matlab将输入的rgb图像转化为灰度图像后,利用阈值求的二值图像,边缘算子求的边缘图像,边缘图像求归一化不变矩,Hu矩。-Matlab input rgb image to grayscale image, using the binary image threshold seeking child seeking the edge of the image, the edge operator, the edge of the image seeking normalized inva
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:955
    • 提供者:张卡恩
  1. imagepreprocessing

    1下载:
  2. 关于医学图像的基于形状的图像检索。预处理用小波去噪 ,特征选用不变矩。-image preprocessing
  3. 所属分类:matlab例程

    • 发布日期:2014-02-17
    • 文件大小:14433
    • 提供者:min
  1. hububian

    0下载:
  2. 一种matlab匹配算法,计算图像的7个不变矩 -A matlab matching algorithm to calculate the images of seven invariant moments
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:89814
    • 提供者:张倩
  1. invmoments

    0下载:
  2. 能求取放在M文件旁边文件的HU不变矩!经反复检验出错-Can strike the HU on the M-file next to the file the same moment!
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1408
    • 提供者:吕联合
  1. bujianju

    0下载:
  2. 用matlab对图像的7个不变矩特征进行提取,并进行归一化。亲测可用,适合初学者。-Matlab for image seven moment invariant features were extracted and normalized. Pro-test is available for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:881
    • 提供者:小董
  1. momentinvariants

    0下载:
  2. HU不变矩的说明文档,对于特征匹配算法很有用,希望对大家有用-HU invariant moments documentation is useful for the feature matching algorithm, we hope to be useful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:67965
    • 提供者:刘小雷
  1. InvariantPmoments

    0下载:
  2. HU氏不变矩计算举例,可用于数字图像识别,简单算例示范。-HU-Invariant moments computational example
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1043
    • 提供者:肖汉
  1. bubianju

    0下载:
  2. 在matlab的平台下,通过计算图像的不变矩实现图像的匹配-In the matlab platform, by calculating the image moment invariants for image matching
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:618
    • 提供者:祁友杰
« 1 23 »
搜珍网 www.dssz.com