码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
C#后台代码编写图片地址Properties.Resources._1;
if (i == 0) { pictureBox1.Image = Properties.Resources._1; i++; radioButton2.Checked = true; return; } if (i == 1) { pictureBox1.Image = Properties.R....
分类:Windows程序   时间:2014-12-09 23:04:46    阅读次数:402
沙盒读写
// 将"已经裁剪好的照片"写入到沙盒中- (void)writeIntoSandboxWithImage:(UIImage *)image{ NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory,NSUs....
分类:其他好文   时间:2014-12-09 19:11:17    阅读次数:190
数字图像处理作业使用OpenCV - 块提取
今天要记录的是树图第二次作业的第二题,Image Patch Extraction。这个概念真的不难懂,但是如果要我实际写的话,还真的不知道要怎么去遍历图像矩阵来提取块。在此要多谢邓大神的热心帮助,告诉了我一个遍历的思路_(:з」∠)_一开始我是从原图像矩阵来考虑循环的,也就是两层循环的边界分别是原...
分类:其他好文   时间:2014-12-09 17:31:01    阅读次数:165
应用程序加毛玻璃蒙版保护账户信息
废话不多说,先来看看没有蒙版的效果,再来看看有蒙版的效果,明显可以看出有明显的区别。先说说实现的的思路:当程序即将进入后台时,把当前屏幕截个图,此时要将图片毛玻璃化,并作为UIImageView的image,然后将imageView放在window的最上面,等即将进入前台时移除毛玻璃蒙版。下面就来说...
分类:其他好文   时间:2014-12-09 17:23:45    阅读次数:214
base64解码 加密
#import "GTMDefines.h"// 1. base64加密 // 先获取压缩图片 UIImage *compressionImage = [selforiginImage:image scaleToSize:CGSizeMake(120, 120)]; // 再转换图片 NSD...
分类:其他好文   时间:2014-12-09 17:20:41    阅读次数:111
AndroidUniversalImageLoader网络图片加载
1.功能概要Android-Universal-Image-Loader是一个开源的UI组件程序,该项目的目的是提供一个可重复使用的仪器为异步图像加载,缓存和显示。(1).使用多线程加载图片(2).灵活配置ImageLoader的基本参数,包括线程数、缓存方式、图片显示选项等;(3).图片异步加载缓...
分类:移动开发   时间:2014-12-09 15:22:39    阅读次数:179
angularjs 的一个图片列表指令
这是一个基于angulsrjs 和bootstrap样式的图片列表指令 js部分代码如下 var app=angular.module("test",["bane/image/showgrid.html"]) .directive("baneImggrid",function(){ return { restrict:'EA', transclude: tru...
分类:Web程序   时间:2014-12-09 14:02:20    阅读次数:179
【Daily Scrum】12-07
DONE :Algo : Image selection 的算法部分Rendering : Real time rendering 的框架。Oldtime和happiness Style的参数设置,素材的选取TODO:Algo: 送给Render信息的设计。Rendering : Transitio...
分类:其他好文   时间:2014-12-09 07:05:43    阅读次数:218
WWDC2014-iOS开发界面的大统一
http://onevcat.com/2014/07/ios-ui-unique/涉及到SizeClassesUITraitCollection 和 UITraitEnvironmentSize Classes 和 Image Asset 及 UIAppearenceUIViewController...
分类:移动开发   时间:2014-12-09 00:24:27    阅读次数:136
Quadtrees
Description: A quadtree is a representation format used to encode images. The fundamental idea behind the quadtree is that any image can be split into four quadrants. Each quadrant may again ...
分类:其他好文   时间:2014-12-08 21:26:59    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!