搜索资源列表
UWB_Image_Tx_Matlab_Code
- This source code simulates UWB based wireless Communication system which transmits color image over wireless medium. Modulation type: Pulse position modulation Pulse: second derivative of a Gaussian pulse Channel: AWGN Image: lib.jpg-This so
JavaME_Imaging_Toolkit
- Some usefull J2ME framework and utillities for handling image manipulation such as filtering, adjustments, color replacement, etc.
GdiPlusBrush
- 通过图片边角的颜色裁剪对话框圆角的例子,使用的GDIPlus,编译通不过的可以在网上下载GDIPlus的SDK,本程序对颜色比较的算法进行了优化-Color cutting through the image dialog box rounded corners example, the use of GDIPlus, build links that can be downloaded, but the SDK GDIPlus
GreetingCard2
- Symbian第3版本,手机图片编辑程序,实现读取图片,在图片上添加文字,并可以改变文字的颜色,大小,位置-Symbian 3 image editing program version on mobile phone, realize read pictures, on the image to add text, and can change the text color, size and position
android-color
- 用eclipse以及sdk实现安卓系统下,彩色图向灰度图的转换源代码(新手向)-Achieved with the eclipse and the sdk Andrew system, the color image to grayscale conversion of the source code (novice to)
LocalFileManager
- 文件管理器支持文件新建,删除,复制,粘贴,删除,重命名,搜索,根据文件格式调用相应的程序,还可以选择XP或者ES风格。可以自定义各种属性,包括背景图片,背景颜色,字体大小颜色,是否显示缩略图等,可以动态加载APK或图片的缩略图等等。-The new file manager support files, delete, copy, paste, delete, rename, search, call the appropriate procedure depending on the file
Reader
- 为用户提供文本文档的阅读,具体功能有一下几点:下载文本、自动翻页、书签功能、设置功能(更改字体颜色、字体大小、背景图片等)、在阅读时可以播放音乐. -To provide users with the reading of a text document, specific functions have the following: download text, page bookmark feature set functions (change the font color, font
Canvas
- Android Canvas实现图片阴影(影子)效果,基于android.graphics.Canvas android.graphics.BitmapFactory 等实现的图片阴影,图片影子效果,定义公共的ImageEffect方法,在内部初始化画笔,为后面阴影效果使用,设置阴影层,比较关键。然后定义Canvas绘制对象,调用mutate方法,如果不调用mutate方法,则原图也会被改变,因为调用的资源是同一个,所有对象是共享状态的。设置画布颜色,图像平移为了刚好在原图后形成影子效果-And
HandWritting
- 基于java的Android平台的手写板实验,可以实现笔迹的大小和颜色的选择,并保存图片到sdcard.-Based on the experimental java tablet Android platform can be achieved handwriting size and color options, and save the image to the sdcard.
ColorIdentification
- 颜色识别例程。运行项目进入主界面,界面显示图片和判断完成的颜色,点击下一个图片按钮,图片变换,颜色重新判断。-Color recognition routines. Run the project into the main interface, the interface displays pictures and judge the color is completed, click the button next picture, image conversion, color redet
GameCaseDemo
- 整合项目,运行项目进入主界面,显示视频与小车控制界面,其中添加了二维码扫描、图片颜色识别、超声波与光照强度数据显示、拍照和sd卡数据存储与显示等功能。-Integration project, the project runs into the main interface, display video and car control interface, which adds a two-dimensional code scanning, image color recognition, u
CircleImageView
- android 显示圆形图片的imageview控件(可以设置边框颜色,宽度)-android show circular image imageview controls (you can set the border color, width)
ColorMatrixDemo
- 安卓颜色矩阵学习源码和APP,实现手机端改变矩阵值可以直观的看到对图片颜色的影响-Andrews color matrix learning source and APP, to achieve mobile terminal changing matrix values can visually see the effect on the image color
fydmjybjsxgn
- 本项目是一个仿有道云笔记的原笔迹手写功能的app应用源码,有四种默认的笔直径,和四种默认的笔类型,以及30种色彩,可以随意涂鸦撤销清除并且可以保存图片到设备中,代码老外写的有部分英文注释。-This project is an imitation of the ethics cloud notes of the original handwriting handwritten functional app application source code, there are four defau
htheqsq
- 支持在图片上绘图的和取色器的涂鸦板默认是一张全白图片上绘制,支持更换涂鸦的画布图片,支持橡皮擦功能,支持多种画笔颜色,支持画笔取色器,可以清屏,也可以保存当前涂鸦后的画布到图片文件。-Support in the picture on the drawing and color picker graffiti board default is a white image rendering, support the replacement of graffiti canvas pictures,
JavaPEclipse
- Android图像处理(颜色矩阵,像素,色相,透明度,亮度) Picasso图片加载处理指定大小旋转 高斯模糊 仿美图秀秀实现图片相框、贴纸、文字编辑、滤镜功能,相框可以根据 所给的点自动生成对应的相框 相册选择、拍照、缩放、裁减 源码 2个图片拼接城一张图片-Android image processing (color matrix, pixel, hue, transparency, brightness) Picasso image loading process the
TestImageRotate
- Android 仿百度播放器圆形图片旋转效果是一个仿百度网页音乐播放器圆形图片转圈播放效果,主要是自定义了一个圆ImageView,可以设置最多两个宽度不同且颜色不同的圆形边框。(Android imitation Baidu player circular image rotation effect is a fake Baidu music player "round picture playback is circling, custom one round ImageView,
MyMirror
- 魔镜 预备知识导图 1.控件 1.1TextView文件框控件 1.2ImageView图像视图控件 1.3SeekBar拖动条控件 2.多媒体应用 2.1Camera摄像头应用 2.2SoundPool声音播放 3.布局管理器 3.1LinearLayout线性布局管理器 3.2RelativeLayout相对布局管理器 3.3布局管理器的嵌套 4.事件处理 4.1OnTouchListener触摸事件 4.2OnClickList