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

搜索资源列表

  1. quickidct

    0下载:
  2. 直接在实数域进行IDCT和DCT快速变换。使用查找表来实现变换中的系数运算。计算速度快,效率高。-directly in the real domain for DCT and IDCT rapid transformation. Use lookup table to achieve the transformation coefficient calculation. Calculating speed, high efficiency.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:77.98kb
    • 提供者:张冥
  1. 此模块封装了GDI+1.1里面的Effect

    0下载:
  2. 此模块封装了GDI+1.1里面的Effect,在模块里是“GP效果类”,这个类只是一个基类,真正要使用的是它的子类,包括: “GP模糊类”、“GP锐化类”、“GP色调类”、“GP红眼修正类”、“GP颜色矩阵效果类”、“GP颜色查找表类”、“GP亮度对比度类”、“GP色相饱和亮度类” “GP色彩平衡类”、“GP色阶类”、“GP颜色曲线类” 使用步骤:(拿 GP模糊类 打比方) 1、创建一个“GP模糊类” 2、调用“GP模糊类.置参数()”方法,设置模糊参数 3、
  3. 所属分类:OpenGL

    • 发布日期:2017-03-26
    • 文件大小:79.28kb
    • 提供者:dick
  1. Radarsat2

    3下载:
  2. 将Radarsat2极化SAR图像数据转换为散射矩阵及相干矩阵T3的matlab代码,附上的图像文件是用Enviview软件截取转存的各通道实部虚部文件,以及lutsigma.xml查找表文件.作者辛苦所做,希望对SAR初学者有所帮助.-Will Radarsat2 polarization SAR image data is converted to T3 scattering matrix and the coherent matrix of matlab code, the attache
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:3.95mb
    • 提供者:haofeng
  1. code

    2下载:
  2. 对24位的彩色图像用中位切分(中位区分)法将其转换成8位索引图像,并且生成对应的颜色查找表。-median-cut algorithm,8-bit index map, lookup table,256 colors,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:474.86kb
    • 提供者:yanqinhuang
  1. osgglsl

    1下载:
  2. 基于OSG添加OPENGL着色语言,通过读入一个文本格式的颜色查找表来更改当前模型的颜色,有助于用户学习OSG与GLSL相结合-Add OPENGL shading language based on OSG, by reading into a text format color lookup table to change the color of the current model, helps users learn OSG combined with GLSL
  3. 所属分类:OpenGL program

    • 发布日期:2016-11-09
    • 文件大小:3.89mb
    • 提供者:卉卉
  1. 24bitTo8bit

    0下载:
  2. 24位图像转化为8位图像,使用查找表来实现此功能-24-bit images into 8-bit image, use the lookup table to implement this feature
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-08
    • 文件大小:716.57kb
    • 提供者:sisi wang
  1. NakagamiCFAR

    0下载:
  2. 本代码实现了基于卡方分布(nakagami 分布)的恒虚警检测(CFAR),通过在查找表的形式,实现参数估计和阈值估计,完成对目标的检测。-The code based on the chi-square distribution (nakagami distribution) of the CFAR (CFAR), through the form of a lookup table to achieve the threshold parameter estimates and estima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:2.53kb
    • 提供者:
  1. asgmt2

    1下载:
  2. For a 24-bit color image (Lena.bmp), statistics all used colors in this image, design the median-cut algorithm to generate a lookup table. And convert the 24-color image to 8-bit index image, compare the difference between them.
  3. 所属分类:Special Effects

    • 发布日期:2015-11-25
    • 文件大小:129kb
    • 提供者:李琰
  1. fushi

    0下载:
  2. matlab2011a下实现用查找表对文本图像进行腐蚀处理。-The matlab2011a corrosion treatment on the text image with a lookup table.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:688byte
    • 提供者:husir
  1. duomeiti

    1下载:
  2. 对于24bit的彩色lena.bmp,设计一个中值区分算法,并由此设计出颜色查找表。同时将之转换成8位索引图.-For 24bit color lena.bmp, to design a value distinction between algorithms, and design a color lookup table. At the same time to convert them to 8 index maps.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:811.28kb
    • 提供者:May18tha
  1. gamma_trans_opencv

    0下载:
  2. 基于opencv1.0的gamma变换程序,首先接受用户输入,然后计算查找表,最后查表得到变换后的图像。-The gamma transform procedures based on opencv1.0, first to accept user input, and then calculates the lookup table, the last look-up table to obtain the converted image.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-06
    • 文件大小:2.32kb
    • 提供者:yeah
  1. Linear-transformation-of-image

    0下载:
  2. 输入二进制图像文件,计算查找表,对图像进行线性变换,最后输出处理后图像-Input binary image file, calculating the lookup table, and the linear transformation of the image, the final output processing of image
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:3.95kb
    • 提供者:张迪
  1. AWB

    0下载:
  2. 自动白平衡算法,可以针对RGB24位图像通过查找表进行快速白平衡运算-Auto white balance algorithm, for RGB24-bit images quickly balance computation through a lookup table
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:697byte
    • 提供者:Xiexiaoming
  1. YUYV-to-RGB

    0下载:
  2. UVC摄像头YUYV数据转为RGB C语言代码,查表法YUYV转换RGB速度很快-UVC camera YUYV data into RGB C language code lookup table to convert RGB fast YUYV
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-06
    • 文件大小:2.22kb
    • 提供者:yang
  1. amsre_lst

    0下载:
  2. 本程序用于基于查找表,计算2010年AMSRE的LST-This program is used based on a lookup table to calculate the LST 2010 AMSRE
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.87kb
    • 提供者:张晓东
  1. Histogram

    0下载:
  2. 该工程包含一下内容: 1.灰度图的直方图 2.使用查找表修改图像外观 3.直方图均衡化 4.反投影直方图检测特定的图像内容(包括彩色图)-The project contains the following elements: 1. grayscale histogram 2. Using a lookup table to modify the appearance of the image 3. histogram equalization The back-
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6.48mb
    • 提供者:蓝梦
  1. ijkmcube

    0下载:
  2. 采用新的查找表,实现移动立方体重建算法。比传统的结果要圆滑-Quality Isosurface Mesh Generation Using an Extended Marching Cubes Lookup Table
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:203.35kb
    • 提供者:李云
  1. approxfcn

    0下载:
  2. Matlab 图像处理approxfcn.m源程序 用于图像处理的approxfcn逼近函数 - G = APPROXFCN(F, RANGE) returns a function handle, G, that approximates the function handle F by using a lookup table.RANGE is an M-by-2 matrix specifying the input range for each of the M inputs t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:933byte
    • 提供者:火蓝
  1. 6s

    3下载:
  2. 该程序是通过6s辐射校正模型生成查找表,以便进行气溶胶反演,该程序参数设置较为简单,如果要详细的参数,请自行设置-The program is generated by 6s radiometric correction model lookup table for aerosol retri , the program parameter setting is simple, if you want a detailed parameters, please set your own
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.26kb
    • 提供者:longdd
  1. NPDFaceDetector

    1下载:
  2. NPD人脸检测主要内容: 1.图像特征:Normalized Pixel Difference(NPD),存在查找表中。 2.特征筛选:deep quadratic tree 3.分类:soft cascade classifier-NPD Face Detection Content: 1. Image features: Normalized Pixel Difference (NPD), the presence of a lookup table. 2. Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-22
    • 文件大小:6.24mb
    • 提供者:范日天
« 12 »
搜珍网 www.dssz.com