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

搜索资源列表

  1. image resampling

    0下载:
  2. %This is a simple function that resamples the image %at a different pixel size function nimg = imresample(oldpixsize,img,newpixsize,intmethod) % This function resamples the images at the new grid points % defined by the new pixel sizes. It
  3. 所属分类:matlab例程

    • 发布日期:2010-09-10
    • 文件大小:1.67kb
    • 提供者:whitewalter
  1. grs2rgb

    0下载:
  2. Overview grs2rgb converts grayscale images to RGB using specified colormap. Usage res = grs2rgb(img) produces the RGB image res from the grayscale image img using the colormap hot with 64 colors. res = grs2rgb(img,map) produces the RGB im
  3. 所属分类:matlab例程

    • 发布日期:2014-01-10
    • 文件大小:256.82kb
    • 提供者:yasaka
  1. lum_en_global

    0下载:
  2. lum_en_global全局亮度增强后的输出,用于调整图像全局亮度,类似人眼在不同亮度情况下,瞳孔的自动调解功能-lum_en_global=lum_en_global(img)
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:801byte
    • 提供者:chen
  1. readtm

    0下载:
  2. matlab读取img格式的遥感数据的程序!!! matlab研究遥感算法的桥梁啊 pudn首发-a piece of code of matlab that can read RS s data whose formate is .img.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1.22kb
    • 提供者:fkwai
  1. mine

    0下载:
  2. matlab img processing algo
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:50.15kb
    • 提供者:shehzad
  1. setLevel-Img

    0下载:
  2. embedding file image into audio file in this case wave file
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:19.65kb
    • 提供者:Alexandro
  1. qumo

    0下载:
  2. 一段关于POV技术的取模功能代码,在matlab中需要先导入图片,二维码另存为img-a set of code about POV technology
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:669byte
    • 提供者:国正邝
  1. Img

    0下载:
  2. Image Processing Low pass filtering High Pass filtering DCT Hartely the output is a real image
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:5.83kb
    • 提供者:MSc
  1. using_same_voxel_space

    0下载:
  2. This program lets you put one image into the same voxel space as another image. E.g. you might want to extract a Brodmann area from the brodmann.img file that comes with MRIcro, and then put that set of 1x1x1mm voxels into the same voxel space as you
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2.43kb
    • 提供者:murali
  1. img-filter

    0下载:
  2. an adaptive median filter
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:254.73kb
    • 提供者:seagull
  1. read_ENVIimagefile

    0下载:
  2. read .img file and convert the .img to fit the matlab to cope with
  3. 所属分类:matlab

    • 发布日期:2017-11-01
    • 文件大小:1.1kb
    • 提供者:wanghong
  1. Implementation-of-medfilter-in-colour-img

    0下载:
  2. Implementation of medfilter in colour image-Implementation of medfilter in colour image..
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:207.79kb
    • 提供者:krish
  1. MATLAB-img-recover

    1下载:
  2. 这是MATLAB语言编写的简易碎片还原程序,在images文件夹中有切割好的碎片,颜色模式为RGB模式,在code文件夹中有碎片还原的程序。利用图像的渐变性来还原图片。-This is the MATLAB language to write simple fragments reduction program, the images folder has cut pieces, color mode to RGB mode, in code folder there is debris red
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:233.18kb
    • 提供者:xiezehui
  1. img

    0下载:
  2. MATLAB CODE FOR IMAGE FUSION
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:76.67kb
    • 提供者:venkatesh
  1. mean-shift_color-img-segment

    0下载:
  2. 基于matlab的彩色图像分割实验,运用meanshift算法以及区域生长法,算法包含漏检数,正确率的计算。-Matlab-based color image segmentation experiments, the use of algorithms and meanshift region growing algorithm contains the number of missed, calculate the correct rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:193.87kb
    • 提供者:江宸瀚
  1. logblog

    0下载:
  2. 提取LoG斑点 输入: img –输入的图像 o_nb_blobs -需要检测的斑点区域的数量 输出:points -检测出的斑点-Extraction LoG spot Input: img- image input o_nb_blobs- need to detect the number of output spot areas: points- the detected spots
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:947byte
    • 提供者:周淳佳
  1. 车牌识别系统MATLAB源代码完整

    0下载:
  2. 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_
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:87kb
    • 提供者:为谁甜
搜珍网 www.dssz.com