搜索资源列表
ImageProcessor
- 通过将照片像素的提取的运用,来转换照片,通过此方法,就能实现照片处理软件的制作。本程序用的是最常用的一个功能:转至照片。-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:
threshold
- 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
Surge-wave-animation-effects
- 用javascr ipt模拟一个炫光波形动画特效看到flash的实现这类的动画非常的便捷,于是试图胡搞一下。 全部是用dom模拟的像素点,锯齿是难免的…… 这个要避免锯齿恐怕要再加一次滤镜了吧,或者用图片。 大家感兴趣可以来讨论一下。 另外,还遇到个问题,上面代码中ie下面的透明度滤镜不起作用,经研究得知,改变父容器的定位会影响子节点的透明滤镜的继承。 -Javascr ipt analog waveform with a glare flash animatio
SourceCode
- finding COG and using growing circle algorithm get boundary pixels
ImageProcessing_
- 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
HTMLJSCJ-2.0
- 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码 3、背景、主题和样式可根据会场需要自由更换修改 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。 4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。-Pure html+ JS complete lottery system, Friend
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
ImageDeal
- 读取图片,对像素点任意操作,生成图片.如对像素点进行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.
Two
- 绘制10个同心圆,各圆相差20个像素点!不同圆使用不同的颜色!-Draw 10 concentric circles, each circle is a difference of 20 pixels! Different circle using a different color!
Demo3
- 编写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
textareaAutoHeight-master
- 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
PA2
- 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
GetDpi
- 获取手机像素,可用于识别手机像素自动调整布局等好处,只是一个简单的小demo。-Get mobile pixels, can be used to identify the phone automatically adjust the layout of the pixel benefits, just a simple little demo.
AbsoluteSizeSpan
- Set the text size to <code>size</code> physical pixels Source Code for Java scr ipt.
HeavyWeight
- Bitmap Pixels extends Graphics Activity Source Code for Andriod.
ScaleIcon
- 动态改变图片大小,所有像素按比例增大或缩小-Dynamic change image size, all pixels increased or reduced in proportion
Complete-Source-Code(All-Files)
- 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
video-player
- 一个用Java做的视频播放器,可以播放像素不高的视频短片。-Using Java to do a video player that can play video clips of pixels is not high.
PlanarYUVLuminanceSource
- 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