CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Filter RGB

搜索资源列表

  1. Problem2_6

    0下载:
  2. 使用VB.net编写的对24位位图进行简单图像处理的程序,包括RGB与YIQ数据的相互变换,绘制亮度分布统计图,拉普拉斯滤波。 该程序是我学习图像处理算法是编写的,因此在操作界面方面的考虑较少,你可以按照以下步骤操作:选择一个文件后单击读取BMP文件,然后就可以单击“根据RGB数据绘图”,接着可以单击“RGB to YIQ”将RGB数据转化为YIQ数据,有了YIQ数据后就可以单击“绘制YIQ数据的Y分量”,对于YIQ数据,可以使用拉普拉斯滤波,然后再将Y分量显示出来-use VB.net p
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:10.04kb
    • 提供者:陈烨
  1. smooth_diffusion

    0下载:
  2. 实现把Color图像转化为RGB分量图的matlab程序代码和扩散方程滤波的源代码-achieving Color images into RGB component map Matlab code and filter diffusion equation Wave of source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:林道庆
  1. MyColorProcess

    0下载:
  2. 一个全面的图像颜色处理程序,包括颜色转换、颜色调整、RGB三色滤除等-a full color image processing, color conversion, color adjustment, the three RGB color filter, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:122.11kb
    • 提供者:harry
  1. bmplvbohis

    1下载:
  2. 打开bmp位图,实现指数.巴特沃斯.理想高低通滤波等,图像的反白线性变换,直方图,直方图均衡,实现显示彩色图像的his通道,和rgb通道内容等,灰度图像伪彩化,彩色图像着色-open bmp bitmap realize index. Butterworth. More idealistic than pass filter. Anti-white images of linear transformation, histogram, histogram equalization and ach
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:503.06kb
    • 提供者:陈小波
  1. DigitalImageProcessing_v1

    0下载:
  2. 本程序主要是一些学习影像处理时会用到的程序,其中包括: color to gray , segement RGB,、mean filter、median filter、user defined thresholding、otsu、Histogram equalization、Sobel edge detection、Prewitt edge detection,并可将边缘侦测所得到的信息以彩色线条贴至原图
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:1.32mb
    • 提供者:Johnson Huang
  1. Yuv2rgb.tar

    1下载:
  2. converted yuv422 to RGB 24/32 and converted RGB 24/32to yuv422 based on logitech co.
  3. 所属分类:图形图象

    • 发布日期:2013-05-25
    • 文件大小:1.77kb
    • 提供者:lu qiang
  1. SkinColorFiltering

    0下载:
  2. Convert RGB to YUV for skin color filter
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.5kb
    • 提供者:ndmapppp
  1. ImageBoard

    1下载:
  2. 功能十分强大的数字图像处理程序,具有基本的图像输入和变换,图形的即时绘制,彩色图像处理,图像旋转平移缩放,分离滤除RGB三原色,边缘检测与提取,频域变换(FFT,DCT),中值滤波等功能-Function is very powerful digital image processing procedures, have a basic input and transform images, graphics, real-time rendering, color image processin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:Myrrhy
  1. rgbFilter

    0下载:
  2. 对YUV格式为4:2:2的视频进行过滤得到RGB图像,可以更改YUV通道的阈值进行不同结果-4:2:2 for YUV format video filter to be RGB images, you can change the threshold value YUV channel to get different results
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.44mb
    • 提供者:Swai
  1. Picture

    0下载:
  2. rgb图片颜色过滤程序,动态显示处理效果,过滤颜色后图片可保存-rgb image color filters, dynamic display treatment effect, filter color image can be saved after
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-06
    • 文件大小:4.4kb
    • 提供者:管伟
  1. mfile

    0下载:
  2. 简单写的一些图像预处理(灰度增强、小波高通滤波、LBP、迭代阈值分割、种子生长法etc)和RGB 、纹理(相关矩阵)特征提取-Write some simple image pre-processing (grayscale enhancement, wavelet high-pass filter, LBP, iterative threshold segmentation, seed growth method etc) and RGB, texture (correlation matri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:10.39kb
    • 提供者:赵洋
  1. filter

    0下载:
  2. 用opencv实现通道分离的滤波,对RGB通道进行分离滤波,值得初学者参考。-Separation channel with opencv filter, the RGB channel separation filter, it is reference for beginners.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2.86kb
    • 提供者:哥琴
  1. medianfilter

    0下载:
  2. 自己写的中值滤波,较好的处理了边界,并可对RGB影像进行处理-a modified median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:518byte
    • 提供者:井成
  1. classification-and-fusion

    1下载:
  2. 基于VC6.0的MFC实现,功能包括:图像分类(K均值、ISODATA)、图像融合(基于高通滤波的加权融合和非加权融合、HIS融合)、直方图均衡化、直方图匹配、RGB与HIS之间的相互转换-based on MFC, functionality include: image classification(K means and ISODATA),image fusion(fusion based on HIS transformation and fusion based on high pas
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:472.42kb
    • 提供者:M ROCK
  1. siglehand

    0下载:
  2. 对手势图像进行彩色图像和灰度图像转变,同时对RGB图像进行加噪声和滤噪处理-a hand guesture of RGB picture change into gray,and add into noise then filter the picture
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:530byte
    • 提供者:华华
  1. RGB-HSV-tongtailvbo

    0下载:
  2. 把彩色图像由rgb空间转为hsv空间,经过同态滤波处理后,再逆变换至rgb空间。-often the color image from the rgb space into hsv space to complete homographical filter treatment, and then inverse transform to the rgb space.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:3.84kb
    • 提供者:dyc
  1. rgb_hormomorphic

    0下载:
  2. 使用MATLAB对RGB图像进行同态滤波,滤波函数选用高斯滤波器和Logistic曲线-Selection of Gaussian filter using MATLAB RGB image homomorphic filtering, filtering function and Logistic curve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:856byte
    • 提供者:马健
  1. image

    0下载:
  2. 包括 镜像处理代码 rgb分量代码 直方图修正 灰度取反 灰度化 均值滤波 中值滤波-Image processing code, including code rgb component histogram modification negated gray gray mean filter median filter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:75.37kb
    • 提供者:彭辰
  1. matlab4

    0下载:
  2. 数学图像处理中的对彩色图像进行锐化滤波,并将RGB模型转变为HSI模型-Mathematical image processing for color image sharpening filter, and the RGB model into HSI model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:863byte
    • 提供者:chenjie
  1. image--bianhuan

    0下载:
  2. 包含了巴特沃斯滤波、维纳滤波、求灰度直方图、灰度变换、灰度图像变成RGB图像-Contains the butterworth filter, wiener filtering, gray histogram, gray level transformation, gray image into RGB image
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-26
    • 文件大小:129.53kb
    • 提供者:赵亚茹
« 12 »
搜珍网 www.dssz.com