CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java 搜索资源 - 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. 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. 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. 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. 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. 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
  1. HeavyWeight

    0下载:
  2. Bitmap Pixels extends Graphics Activity Source Code for Andriod.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:biucefer
  1. ScaleIcon

    0下载:
  2. 动态改变图片大小,所有像素按比例增大或缩小-Dynamic change image size, all pixels increased or reduced in proportion
  3. 所属分类:Java Develop

    • 发布日期:2017-04-11
    • 文件大小:570byte
    • 提供者:杨静
  1. Complete-Source-Code(All-Files)

    0下载:
  2. System requirements: 1 GHz processor 256 MB RAM 500MB hard drive space Graphics card with at least 32 MB video memory Minimum resolution of 800 x 600 pixels 16-bit color settings
  3. 所属分类:Java Develop

    • 发布日期:2017-05-20
    • 文件大小:5.52mb
    • 提供者:nikechan
  1. video-player

    0下载:
  2. 一个用Java做的视频播放器,可以播放像素不高的视频短片。-Using Java to do a video player that can play video clips of pixels is not high.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:386.69kb
    • 提供者:刘越飞
  1. PlanarYUVLuminanceSource

    0下载:
  2. This object extends LuminanceSource around an array of YUV data returned the camera driver, with the option to crop to a rectangle within the full data. This can be used to exclude superfluous pixels around the perimeter and speed up decoding. It
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1.8kb
    • 提供者:huxfkf
搜珍网 www.dssz.com