搜索资源列表
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
picturemanage
- 管理图片资源(上传图片、新建目录、修改项目和删除项目)、显示指定的图片、设置水印文字、设置水印图片、获取图片的像素等。-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
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
images-comparison-2010-07-22
- 可以把上传的两张图片首先压缩成等像素,然后通过分析其灰度值并生成对比图,得出其相似度-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
HTMLJSCJ-2.0
- 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码 3、背景、主题和样式可根据会场需要自由更换修改 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。 4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。-Pure html+ JS complete lottery system, Friend
HTMLPJS_v2.0.1
- 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量自由定义 ini.htm 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式。 4、只需要IE浏览器即可完成所有执行。 5、未到场人员可以双击数字单独重新抽取。 6、自由配置一次抽一组或者抽一个。 7、抽奖完成后可以选择保存结果以便日后统计分析。 -Pure html+ JS comple
CANNY
- CANNY EDGE DETECTION Canny edge detection 的步驟: 1. 將原始影像和高斯濾波器做摺積。 2. 利用一次微分的遮罩對影像每一個像素求得四個方向的邊線強度 3. 找出四個方向中的最大值作為目前像素的邊線強度。 4. 依據步驟 3 將梯度方向分成四個區域 5. 非最大值刪除:沿著梯度方向找出最大值,並將其保留,其餘均設為零。 6. 設定兩個閥值 low T 和 high T ,用 high T 挑選出最佳的邊線像素,再從
HTMLPJS2.1.1
- 纯html+JS完成的抽奖系统,友通数码港实力派团队开发。 1、号码抽取等级、数量可以自由定义前端定义,不用手工修改任何代码 3、背景、主题和样式可根据会场需要自由更换修改 2、全屏幕显示1024X768像素,界面美观大方,适合于投影仪投射晚会晚宴豪华场所抽奖系统。 3、可自由选择键盘及鼠标双重操作方式,其它无用键自动屏蔽。 4、环境要求低,只需要IE浏览器即可完成所有执行和配置工作。 -Pure html+JS completion of the lottery sys
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
Naipin_C_20100906_access
- 默认管理员是:admin 密码:admin888 主要功能: 1、无限级分类功能,可以自定义文章和图片的分类; 2、强大的图片保护功能(需要aspjpeg组件的支持):上传图片的时候,程序会自动生成两个缩略图:一个是宽度为170像素,用来预览的小图,另外一个是宽度为600 3、图片销售功能:具有商业价值的原图需要经过授权才能下载,并且有详细的下载记录,这样就可以对图片进行销售。 4、集成了五种风格,用户可以任意切换; 5、强大的JS调用功能:可以让有一定代码知识的朋友很方
astronaut
- 粒子效果 像素宇航员-Particle effects pixels astronaut
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.