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

搜索资源列表

  1. ImageProcessor

    0下载:
  2. 通过将照片像素的提取的运用,来转换照片,通过此方法,就能实现照片处理软件的制作。本程序用的是最常用的一个功能:转至照片。-Photos by the use of extracted pixels to convert photos, through this method, we can achieve the production of photo-processing software. This procedure is most commonly used in a function:
  3. 所属分类:Java Develop

    • 发布日期:2017-04-28
    • 文件大小:12.73kb
    • 提供者:陈思荣
  1. threshold

    0下载:
  2. A java application - processing which can be downloaded free from processing.org Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixe
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:851byte
    • 提供者:valentin
  1. picturemanage

    0下载:
  2. 管理图片资源(上传图片、新建目录、修改项目和删除项目)、显示指定的图片、设置水印文字、设置水印图片、获取图片的像素等。-Management Photo Resources (upload a picture, a new directory, and modify items and delete items), indicating that the specified image, set the watermark text, set the watermark image, get t
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-11
    • 文件大小:2.52mb
    • 提供者:baijin
  1. Surge-wave-animation-effects

    0下载:
  2. 用javascr ipt模拟一个炫光波形动画特效看到flash的实现这类的动画非常的便捷,于是试图胡搞一下。 全部是用dom模拟的像素点,锯齿是难免的…… 这个要避免锯齿恐怕要再加一次滤镜了吧,或者用图片。 大家感兴趣可以来讨论一下。 另外,还遇到个问题,上面代码中ie下面的透明度滤镜不起作用,经研究得知,改变父容器的定位会影响子节点的透明滤镜的继承。 -Javascr ipt analog waveform with a glare flash animatio
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:1.36kb
    • 提供者: ky zheng
  1. SourceCode

    0下载:
  2. finding COG and using growing circle algorithm get boundary pixels
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:61.81kb
    • 提供者:trapti patil
  1. ImageProcessing_

    0下载:
  2. JAVA程序训练实验。建立10*10的随机灰度值图像,利用均值滤波算法进行滤波,并在控制台中输出。-Create a random image of 10*10 pixels and print it out. Then filter the image by using average filter algorithm which makes a new image of 8*8 pixels because the brim elements cannot be filtered due t
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:1005byte
    • 提供者:cher
  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
    • 文件大小:3.49kb
    • 提供者:小明
  1. HTMLJSCJ-2.0

    0下载:
  2. 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码 3、背景、主题和样式可根据会场需要自由更换修改 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。 4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。-Pure html+ JS complete lottery system, Friend
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:743.18kb
    • 提供者:jun jun
  1. HTMLPJS_v2.0.1

    0下载:
  2. 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量自由定义 ini.htm 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式。 4、只需要IE浏览器即可完成所有执行。 5、未到场人员可以双击数字单独重新抽取。 6、自由配置一次抽一组或者抽一个。 7、抽奖完成后可以选择保存结果以便日后统计分析。 -Pure html+ JS comple
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-03
    • 文件大小:747.04kb
    • 提供者:胡广来
  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
    • 文件大小:6.94kb
    • 提供者:王之盈
  1. HTMLPJS2.1.1

    0下载:
  2. 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码 3、背景、主题和样式可根据会场需要自由更换修改 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。 4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。 -Pure html+JS completion of the lottery sys
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-10
    • 文件大小:1.12mb
    • 提供者:jhony
  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
    • 文件大小:3.25kb
    • 提供者:吴玲祥
  1. Two

    0下载:
  2. 绘制10个同心圆,各圆相差20个像素点!不同圆使用不同的颜色!-Draw 10 concentric circles, each circle is a difference of 20 pixels! Different circle using a different color!
  3. 所属分类:JavaScript

    • 发布日期:2017-11-29
    • 文件大小:560byte
    • 提供者:wzz
  1. Demo3

    0下载:
  2. 编写Applet(大小140*60),其背景色为蓝色,画一个长方形(其填充色为pink,各边离边小于10像素)和一个在填充的长方形中左右移动的小球(半径15)-Write the Applet (size 140* 60), the background color is blue, draw a rectangle (the fill color pink, the side away from the edge of less than 10 pixels) and a filled rec
  3. 所属分类:Applet

    • 发布日期:2017-12-05
    • 文件大小:616byte
    • 提供者:
  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
    • 文件大小:1.78kb
    • 提供者:gpudn22
  1. PA2

    0下载:
  2. You will create a small grocery store simulation, Grocery.java. There are 6 items for sale: Banana - $1.25 Broccoli - $0.65 Juice - $2.60 Sugar - $4.85 Butter - $3.73 Bagel - $3.25 Your applet should be 300px by 300px pixels in size and
  3. 所属分类:Java Develop

    • 发布日期:2017-11-03
    • 文件大小:16.39kb
    • 提供者:Nopers
  1. Naipin_C_20100906_access

    0下载:
  2. 默认管理员是:admin 密码:admin888 主要功能: 1、无限级分类功能,可以自定义文章和图片的分类; 2、强大的图片保护功能(需要aspjpeg组件的支持):上传图片的时候,程序会自动生成两个缩略图:一个是宽度为170像素,用来预览的小图,另外一个是宽度为600 3、图片销售功能:具有商业价值的原图需要经过授权才能下载,并且有详细的下载记录,这样就可以对图片进行销售。 4、集成了五种风格,用户可以任意切换; 5、强大的JS调用功能:可以让有一定代码知识的朋友很方
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-12-05
    • 文件大小:1.49mb
    • 提供者:fgfg5098
  1. astronaut

    0下载:
  2. 粒子效果 像素宇航员-Particle effects pixels astronaut
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-03
    • 文件大小:45.75kb
    • 提供者:往往
  1. GetDpi

    0下载:
  2. 获取手机像素,可用于识别手机像素自动调整布局等好处,只是一个简单的小demo。-Get mobile pixels, can be used to identify the phone automatically adjust the layout of the pixel benefits, just a simple little demo.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-03
    • 文件大小:573.42kb
    • 提供者:许东
  1. AbsoluteSizeSpan

    0下载:
  2. Set the text size to <code>size</code> physical pixels Source Code for Java scr ipt.
  3. 所属分类:JavaScript

    • 发布日期:2017-03-23
    • 文件大小:649byte
    • 提供者:terwaipe
« 12 »
搜珍网 www.dssz.com