码迷,mamicode.com
首页 >  
搜索关键字:image    ( 48784个结果
【Daily Scrum】11-17 Summary of Sprint 1
Group All work of Sprint 1 MVVM Construct the framework of Monet(our app), design its UI Render find ways to transfer image to vid...
分类:其他好文   时间:2014-11-17 22:27:38    阅读次数:316
后台登陆功能的实现 SESSION
控制器display(); }}View Codeimages放入public里模板/index/里 images全部替换为__PUBLIC__/images生成验证码函数public function verify(){import('ORG.Util.Image');Ima...
分类:其他好文   时间:2014-11-17 17:24:15    阅读次数:133
LC串联谐振回路
分类:其他好文   时间:2014-11-17 12:19:17    阅读次数:152
OpenCV Tutorials —— Discrete Fourier Transform
The Fourier Transform will decompose an image into its sinus and cosines components. In other words, it will transform an image from its spatial domai...
分类:其他好文   时间:2014-11-17 12:13:58    阅读次数:599
image的原生
效果图:代码:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view. UIImageView *imageView=[[UIImageView ...
分类:其他好文   时间:2014-11-17 12:06:39    阅读次数:159
image retrieval数据集
1. Oxford,vgg组,主要是building方面的数据。http://www.robots.ox.ac.uk/~vgg/data/oxbuildings/index.html2. Caltech256,各种各样的小东西,http://www.vision.caltech.edu/Image_...
分类:其他好文   时间:2014-11-17 10:32:06    阅读次数:374
php实现文件上传的源码
php实现文件上传的源码,更多php技术开发就去php教程网,http://php.662p.com m.jpg [type] => image/jpeg [tmp_name] => C:\WINDOWS\Temp\php1A.tmp [error] => 0 [size] => 44905 ) ....
分类:Web程序   时间:2014-11-17 10:27:37    阅读次数:172
Servlet(七)生成验证码
1、ImageCode.java package com.hunhun.utils; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.Outp...
分类:其他好文   时间:2014-11-16 21:39:56    阅读次数:236
OpenCV Tutorials —— Basic Drawing
Point It represents a 2D point, specified by its image coordinates and . We can define it as: Point pt;pt.x = 10;pt.y = 8; or Point pt = Point(10, 8);...
分类:Windows程序   时间:2014-11-16 21:35:05    阅读次数:307
iOS 不规则的ImageView
我们在做iOS开发的时候,往往需要实现不规则形状的头像,如: 那如何去实现? 通常图片都是矩形的,如果想在客户端去实现不规则的头像,需要自己去实现。 1.使用layer去实现, imageView.layer.cornerRadius = 10; 2.使用CAShapeLayer, CALayer如何去实现 我们来看看如何使用CAShapeLayer去实现, 定义一个Shape...
分类:移动开发   时间:2014-11-16 20:10:27    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!