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

搜索资源列表

  1. dip

    0下载:
  2. 图像的均衡化处理 matlab 自定义均衡化函数 matlab自带的均衡化函数
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2019318
    • 提供者:chenzhilong
  1. VC

    0下载:
  2. VC 程序设计实例教案:C++程序的组成: 1.预处理命令(#开头,包含三类:宏定义命令、文件包含命令、条件编译命令) 2.函数(可以使用库函数和自定义函数) 3.语句(组成程序的基本单元) 4.变量和对象(对象 C++指的是类的实例) 5.输入和输出 6.注释:用//开头
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:561888
    • 提供者:海韵风
  1. 自定义的互相关函数

    0下载:
  2. 自定义的互相关函数源代码,用来计算两个信号的相关性,可以通过图像更形象了解两个函数的相关性~
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-06-29
    • 文件大小:24064
    • 提供者:xuhu322
  1. 完成图像RGB到HSV的转换

    0下载:
  2. 完成图像RGB到HSV的转换,比较自定义函数转换和使用opencv提供函数直接转换的结果。可用于研究H,S,V分量的范围等,Image RGB to HSV conversion, more-defined functions and use the conversion function opencv provide direct conversion results. Can be used to study H, S, V component of the scope of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-05-17
    • 文件大小:619076
    • 提供者:高飞
  1. kjlv

    0下载:
  2. matlab课程设计:空间滤波增强 空域滤波就是在图像空间中借助模板对图像进行邻域操作。输出图像中每一个像素的取值都是通过模板对输入像素相应邻域内的像素值进行计算得到的。学会并掌握使用matlab进行图像的空域滤波,设计用户界面实现上述功能。。 1、采用matlab Guide设计图像界面,可以读入并显示图像,设计实现以下功能的按钮,点击相应的按钮在图像界面上可以显示相应的功能。 2 首先对一副图像人为增加噪声(使用imnoise函数); 3 对图像进行线性滤波; 4 对图像
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:19010
    • 提供者:桑海峰
  1. rorote

    0下载:
  2. 自定义函数,图像按任意角度旋转,一维线性插值和二维线性插值-Custom function, image rotation by any angle, one-dimensional linear interpolation and two-dimensional linear interpolation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:172375
    • 提供者:王爽
  1. sy2

    0下载:
  2. 在matlab中编程实现图像的创建256级灰度图像的灰度级直方图; 2. 三段式线性变换,区间参数自定义; 3. 灰度图像转变为二值图像(阈值自定义); 4. 无论使用matlab或OpenCV,均不可使用库函数。 -Matlab programming in the 256-level grayscale image to create gray-scale image histogram 2. Three-step linear transformation, custom
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:429648
    • 提供者:zhangxiao
  1. histo

    0下载:
  2. 获得环形彩色直方图,该代码需要用到其他自定义函数-Access to ring color histogram, the code needs to use other self-defined functions
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:606
    • 提供者:点点
  1. Bezier

    1下载:
  2. 三次贝塞尔分段插值(按照Excel曲线算法),计算平滑曲线上任意一点的点坐标的自定义函数BezierFit。 Excel的平滑曲线没有提供这个曲线图的公式,所以通过编程查找曲线上的点坐标。-Cubic Bezier Interpolation (in accordance with the Excel curve algorithm) to calculate any point on a smooth curve point coordinates of the custom function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:4852
    • 提供者:zzt
  1. Matlab-custom-function

    0下载:
  2. 对matlab的自定义函数讲解非常清楚,非常详细,包括如何调用,以及注意的地方,欢迎下载- Matlab to custom function explanation is very clear, very detailed, including how to call, welcome to download
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:100706
    • 提供者:黄河
  1. hsi2rgb

    0下载:
  2. 彩色空间HSI与RGB的转换,自定义函数hsi2rgb-HSI2RGB Converts an HSI image to RGB.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:874
    • 提供者:丸子
  1. Proj1

    0下载:
  2. 图像处理初步,关于灰度直方图,直方图均衡化和阈值图像分割,都是自定义函数,不是用的matlab tool库函数.-histogram,histogram equalization, threholding,user-defined function to be just like the library.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:699079
    • 提供者:马彬
  1. Proj2

    0下载:
  2. 图像处理,高斯滤波,均值滤波,两者的可分离滤波,边缘检测,模版匹配。主要是全是自定义函数非库函数。不用toolbox 任何函数。-image processing,Guassian filter,mean filter,separable filter,edge detection, template matching. user-define functions, not the functions in the library.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:500023
    • 提供者:马彬
  1. ImageProcessing-matlab

    0下载:
  2. 直方图均衡算法matlab实现(原创),文件中CClose和exchange均为两个自定义函数,运行时放入matlab安装目录work文件中,且将Example.bmp放入F盘根目录下-Histogram equalization algorithm matlab implementation (original), file Close and exchange are two custom functions, run-time into the work file matlab insta
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:24402
    • 提供者:fujingding
  1. A

    0下载:
  2. 实现基本的H-S光流算法的matlab仿真(主函数和自定义函数)-To achieve the basic HS optical flow algorithm matlab simulation (main functions and custom functions)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1610
    • 提供者:huang
  1. b

    0下载:
  2. 实现基本的L-K光流算法的matlab仿真(主函数和自定义函数)-To achieve the basic LK optical flow algorithm matlab simulation (main functions and custom functions)
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3101
    • 提供者:huang
  1. ImagePro_histoeq

    0下载:
  2. 1.直方图均衡化验证。2.调用自定义函数,对4幅花粉图象进行全局直方图均衡化。3.方格图象的局部直方图均衡化。4.图象的基于直方图统计的局部增强。(不使用matlab自带函数,程序执行效率高)-1. histogram equalization verification. 2. Call a custom function on four globally pollen image histogram equalization. 3. checkered image local histogra
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:608729
    • 提供者:
  1. imnoise2

    0下载:
  2. matlab中自定义函数imnoise2可指定所希望的噪声参数值-The custom function imnoise2 in matlab specifies the desired noise parameter value
  3. 所属分类:Special Effects

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:James
  1. Matlab Image Processing_GUI

    0下载:
  2. 使用MATLAB处理图像,掌握均值滤波器和加权均值滤波器的使用,对比两种滤波器对图像处理结果及系统自带函数和自定义函数性能的比较,体会不同大小的掩模对图像细节的影响。(The use of MATLAB image processing, master the use of mean filter and weighted mean filter, comparison of two kinds of filter to the image processing results and syst
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-26
    • 文件大小:1032192
    • 提供者:鹞078
  1. image

    0下载:
  2. 调用自定义函数解决题目: 1.读取自然图像、生成合成图像、高相关图像、高去相关图像,完成压缩 2.得到傅里叶变换后的图像 3.fft中心变换\walsh变换,进行两种变换的对比 4.得到傅里叶变换后的图像和傅里叶变换需要的时间,显示变换后的图像,显示傅里叶变换时间随图像像素的变化 5.显示不同阶数butterworth高通滤波和低通滤波滤波器的传递函数和处理后的图像 6.调用butterworthw.m,显示原图像、原图像频谱、低通滤波、高通滤波的传递函数,以及滤波器处理后的图像 7.拉普拉斯高
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:634880
    • 提供者:malvina
« 12 »
搜珍网 www.dssz.com