CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - figure matlab

搜索资源列表

  1. HistogramEqualization.rar

    0下载:
  2. 本实验要求编写一个计算图像直方图的程序并要求讨论直方图均衡化技术,最后对图3.8(a)进行均衡化处理。直方图是多种空间域处理技术的基础,直方图操作能有效的用于图像增强。在实验中根据直方图对应的离散函数可以编写出计算一个图像直方图的函数,直方图均衡化则是借助于直方图灰度变换实现灰度映射从而达到图像增强的目的。实验通过得到原始图像的直方图,直方图均衡化变换函数图和增强后的图像增强后图像的直方图这些实验数据来解释图像被增强的原因。,In this study requested to prepare
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:199.1kb
    • 提供者:jhm
  1. Matlab图像处理_米粒识别

    2下载:
  2. Matlab图像处理_米粒识别 用来计数图中米粒个数-Matlab Image Processing _ identify rice grain used to count the number of the figure
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-10-19
    • 文件大小:145.79kb
    • 提供者:
  1. DataRecog

    0下载:
  2. 用神经网络,实现手写数字0-9的识别,对于相似度小的拒绝识别-Using neural networks, implementation figure 0-9 handwriting recognition, the similarity of small refuse recognition
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:205.72kb
    • 提供者:wu song lin
  1. laplace-transform

    0下载:
  2. 利用matlab画出函数的零极点图和拉普拉斯变换曲面图。可观察曲面图的峰点和谷点与零、极点分布的对应关系。-Function zero degree figure and laplace transform 。
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:130.32kb
    • 提供者:ganlingfeng
  1. A2008

    0下载:
  2. awimg=rgb2gray(im1) tic [accum, circen, cirrad] = CircularHough_Grd(rawimg, [20 30],5,50) circen toc figure(1) imagesc(accum) axis image title( Accumulation Array from Circular Hough Transform ) figure(2) imagesc(rawimg) co
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:14.53kb
    • 提供者:money
  1. matlab6.5chengxu

    0下载:
  2. 第一章 MATLAB6.5 基础 第二章 MATLAB 图形绘制基础 第三章 MATLAB 图形对象 第四章 MATLAB 图形对象操作 第五章 GUI 设计 第六章 MATLAB 特殊图形的绘制 第七章 MATLAB 高级绘图功能】 第八章 数字图像原理 第九章 MATLAB 图像显示与色彩 第十章 MATLAB 图像正交变换 第十一章 滤波器的设计 第十二章 MATLAB 图像运算 第十三章 MATLAB 图像增强 第十四章
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:76.66kb
    • 提供者:guoxin
  1. Smooth

    0下载:
  2. 领域平均滤波与中值滤波,Matlab6.5实现的.m文件,附有原图、椒盐噪声图、高斯噪声图和处理过的图的效果比较。-The area of average filtering and median filtering, Matlab6.5 of implementation. M files with artwork, Salt and Pepper Noise Figure, Gaussian noise maps and plans of treatment have been more e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:342.91kb
    • 提供者:张宇
  1. WebSafeColors

    0下载:
  2. 本实验要求将任意一个RGB图像转换为web-safe RGB图像,并要求将图6.8转换为web-safe RGB彩色图像,图像的原始格式为jpg格式,要求将结果图像也转换为jpg格式。该实验中首先编写把RGB图像转换为web-safe RGB图像的通用程序,然后调用这个程序实现对图6.8的转换。-Requirements of this experiment will be any RGB image is converted to web-safe RGB images, and reques
  3. 所属分类:Special Effects

    • 发布日期:2015-11-11
    • 文件大小:54.56kb
    • 提供者:jhm
  1. PseudoColorImageProcessing

    1下载:
  2. 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:298.02kb
    • 提供者:jhm
  1. pratt

    0下载:
  2. Edge preservation measure Index: Pratt s Figure of Merit
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:700byte
    • 提供者:bjency
  1. MATLABImageBasicOperationsCommand

    0下载:
  2. MATLAB图像基本操作命令:imread, imwrite, imshow,figure-MATLAB Image basic operations command:imread, imwrite, imshow,figure
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:334.94kb
    • 提供者:mmm
  1. gaborfilter.tar

    0下载:
  2. Gabor滤波器经常被用于形状检测和特征提取,比如增强指纹图像。本代码用matlab实现了一个二维Gabor滤波器。 代码使用如下: function [G,gabout] = gaborfilter1(I,Sx,Sy,f,theta) from gaborfilter1 with different f(Frequency) and theta(Angle). for example f:0,2,4,8,16,32 theta = 0,pi/3,pi/6
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:1.26kb
    • 提供者:郑碧波
  1. matlab

    0下载:
  2. matlab 摄像头取图,可以更方便的为你解决一些生活问题-matlab Camera to take Figure
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:467.63kb
    • 提供者:jack
  1. area_perimeter-and-aspect-ratio

    0下载:
  2. matlab数字图像分割,可以提取一幅图中想要的目标,并计算出目标的面积,周长和长宽比。-Digital Image Segmenting Useing Matlab.This program can extract the interesting target from a figure, and calculate the target area, perimeter and aspect ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.05kb
    • 提供者:
  1. MATLAB

    0下载:
  2. 精通MATLAB图像处理.rar 呵呵,仅仅是m文件,可惜没有pdf格式的电子书-matlab in figure wocaonima lajiwangzhan
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12.22mb
    • 提供者:yintao
  1. save-matlab

    0下载:
  2. 在图上以z为圆心,以l为半径画发射线。i从1到36,间隔为10°。i从1到16,分为16部分,间隔22.5°。 使用,line_circle(z_cut2,200)-Z is the center of the circle in Figure l is the radius of painting emission lines. i from 1 to 36 intervals of 10 °. i 1-16, divided into 16 parts, 22.5 ° intervals
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.96kb
    • 提供者:xingsongjian
  1. MATLAB

    0下载:
  2. bode图,可以实现如何绘制bode图的过程和详细步骤。-Bode figure, can realize how to draw the process and detailed bode figure steps
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:685byte
    • 提供者:stacey
  1. Figure-skin-local-detection-images

    0下载:
  2. 关于彩色图像人物皮肤局域检测的matlab源代码-Matlab source code on the local detection of skin color image figures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:91.11kb
    • 提供者:黄翔
  1. shu-matlab

    0下载:
  2. 基于树结构的图像分割的效果图 http://www.opencvchina.com/forum.php?mod=viewthread&tid=499&fromuid=267 -To Figure http://www.opencvchina.com/forum.php?mod=viewthread& tid=499& fromuid=267 tree structure-based image segmentation results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.19mb
    • 提供者:刘东升
  1. matlab人像磨皮

    0下载:
  2. 简单的matlab人像磨皮功能,简单运用滤波器(Simple figure grinding function)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:57kb
    • 提供者:杨梅2233
« 12 3 4 »
搜珍网 www.dssz.com