CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - 像素值

搜索资源列表

  1. TextureSynthesisWithWeightValue

    0下载:
  2. 纹理合成算法的计算中,用像素权值代替像素的RGB值来计算误差,该算法改进的实验效果并不理想,可以下载后运行观察实验效果。-Texture synthesis algorithm calculations, the right to use pixel values instead of pixel RGB values to calculate the error, the algorithm is improved experimental results were not satisfact
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:13260
    • 提供者:wangsong
  1. pixel

    0下载:
  2. 像素控制,对像素进行差值控制,从而可以更好的节省资源-Pixel control, control of the pixel difference, which can better conserve resources
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:42431
    • 提供者:小龙
  1. images-comparison-2010-07-22

    0下载:
  2. 可以把上传的两张图片首先压缩成等像素,然后通过分析其灰度值并生成对比图,得出其相似度-Two pictures can be uploaded into the first compression and other pixels, and then by analyzing the gray value and generate the comparison chart, draw the similarity
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-03-27
    • 文件大小:3575
    • 提供者:小明
  1. ChangeGrey

    0下载:
  2. 图像处理 二值化处理。设定一个阈值T,用T将图像的数据分成两部分:大于T的像素群和小于T的像素群。
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1803
    • 提供者:Pukin
  1. 454

    0下载:
  2. 用代码做风景相册 1、准备尺寸大小相同的网上风景图片若干张(不超过28张), 2、打开文章编辑框,点选“源代码”, 3、将下面的源代码复制、粘贴进编辑框内, 4、用自己的图片网址替换源代码中的图片网址(红色), 5、根据图片的尺寸大小,修改源代码中图片的宽(width)和高(height)的像素值, 6、点选“编辑”,按正常编辑模式发表文章。-Using the code to do landscape album
  3. 所属分类:JavaScript

    • 发布日期:2017-04-10
    • 文件大小:1261
    • 提供者:lihui
  1. CANNY

    0下载:
  2. CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:7105
    • 提供者:王之盈
  1. getPixGRB

    0下载:
  2. 获取指定图像中某像素的RGB值,可以修改源代码来指定图像-get the RGB value of one pixel from one image
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:452317
    • 提供者:fangming
  1. ImageDeal

    0下载:
  2. 读取图片,对像素点任意操作,生成图片.如对像素点进行ARGB的分解,或者将ARGB恢复成像素值,对每个像素点进行修改转换等等。-Read the image, any operation on the pixels to generate the picture. If the pixel of ARGB decomposition or ARGB back into pixel values, modify the conversion, and so each pixel.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3332
    • 提供者:吴玲祥
  1. image-histogram-Compute

    0下载:
  2. 数字图像的像素值分布直方图计算。分别从R,G,B通道进行计算。已加注释~-The digital image of the pixel value distribution histogram calculation. Calculated from the R, G, B channels, respectively. To add a comment to
  3. 所属分类:JavaScript

    • 发布日期:2017-11-21
    • 文件大小:951
    • 提供者:hilda
  1. textareaAutoHeight-master

    0下载:
  2. textarea自适应高度插件: 使用方法: 0. 检查CSS文件中所有textarea的line-height值, 若是纯数字, 给它加上单位em, 如: 1.5em. 否则IE(6|7|8)下插件失效. 1. 加载jQuery库(1.4+) 2. 加载textareaAutoHeight.js 3. 使用以下接口调用插件: $( textarea ).tah({ moreSpace:15, //输入框底部预留的空白, 默认15, 单位像素 maxHeigh
  3. 所属分类:JavaScript

    • 发布日期:2017-11-05
    • 文件大小:1820
    • 提供者:gpudn22
  1. p28codep29NMS

    0下载:
  2. 网络管理系统基于古典的NMS方法,提出了一个二维的边缘检测器,它能给出边缘位置精确的亚像素位置,同时其计算量很低,应用起来非常方便。 NMS方法主要用于检测局部的最值。 -The network management system based on Classical NMS method, a two-dimensional edge detection, it gives the exact edge positions of the sub-pixel position, whi
  3. 所属分类:JavaScript

    • 发布日期:2017-11-13
    • 文件大小:235548
    • 提供者:jghappy
  1. chapter8

    6下载:
  2. 1. 在实验四 2.a与2.b所定义的P类(点的抽象)和颜色类Color类的基础上,定义像素类。 a. 声明P类表示一个点的x轴和y轴坐标,声明构造方法和拷贝构造方法, 声明若干get()和set()方法获得或设置坐标,声明move()方法将当前坐标 移动若干位置。 b. 声明颜色类Color 一种颜色由(红,绿,蓝)三元色值组成,称为RGB值。 一个int整数(四个 字节)可表示一种颜色,结构为:最高字节全1,其后3字节分别存储“红、 绿
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:13327
    • 提供者:李雪歌
搜珍网 www.dssz.com