码迷,mamicode.com
首页 >  
搜索关键字:core image    ( 66658个结果
【LeetCode with Python】 Rotate Image
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place?...
分类:编程语言   时间:2014-07-19 23:46:49    阅读次数:516
VAOs, VBOs, Vertex and Fragment Shaders
关于Vertex Array Objects(VAOs), Vertex Buffer Objects(VBOs), Vertex and Fragment Shaders的概念还是看官方说明理解的好! The OpenGL 3.2 core specification removes the majority of the fixed function pipeline previou...
分类:其他好文   时间:2014-07-19 23:31:48    阅读次数:241
bootstrap之DumpWindowHierarchy
DumpWindowHierarchy package io.appium.android.bootstrap.handler; import android.os.Environment; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.AndroidCommand; i...
分类:Windows程序   时间:2014-07-19 23:25:19    阅读次数:611
纹理合成之《基于块缝合纹理合成算法》
本文主要阅读了张岩博士的博士论文《纹理合成技术的研究及其应用》和作者的原文《Image Quilting for Texture Synthesis and Transfer》。 先上效果: 改图701*501像素大小,在试验中,将其截图为400*400,然后4*4铺开,效果为 可以看出,还是结合得...
分类:其他好文   时间:2014-07-19 22:30:58    阅读次数:231
Core Animation
Core Anitmation 是什么???Core Animation是一组非常强大的动画处理API,使用它能做出非常炫丽的动画效果,而且往往是事半功倍!(使用之前要导入框架哦)添加QuartzCore.framework和引入对应的框架那使用Core Animation的基本步骤是什么??1.初...
分类:其他好文   时间:2014-07-19 18:34:05    阅读次数:334
Delphi实例之橡皮筋画图的实现
Delphi实例之橡皮筋画图的实现在《Delphi7基础教程》这本书的练习中提到过一个橡皮筋画图的例子,书上的源码是错误的!不知道是打印的错误还是本身源码就有问题,我将它改了过来。在Form1上放置一个Image组件,Image1的Align设为Client。 1 unit ...
分类:其他好文   时间:2014-07-19 16:17:38    阅读次数:273
OS X升级到10.10之后使用pod出现问题的解决方法
最新对mac 10.10的强大功能好奇,于是将系统升级到了10.10,结果发现使用pod出现了下面的问题:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such fil...
分类:其他好文   时间:2014-07-19 12:04:58    阅读次数:195
bootstrap之Flick
Flick package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevice; import io.appium.android.bootstrap.*; import io.appium.android.bootstrap.exceptions.InvalidCoordi...
分类:其他好文   时间:2014-07-19 02:28:56    阅读次数:220
从源代码剖析modelDriven拦截器和params拦截器和拦截器prepare 和paramsPrepareParamsStack拦截器栈(使您的Struts2代码更加简洁——怎样培养框架设计能力
源代码文件出处:Web App Libraries/struts2-core-2.3.15.3.jar/struts-default.xml 拦截器modelDriven: interceptor name="modelDriven" class="com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor"/> ...
分类:其他好文   时间:2014-07-19 02:18:07    阅读次数:247
bootstrap之Swipe
Swipe 我定义为滑动,但它字面的意思又不是,事件的形式类似于小时候拿着一块石头片,朝水面飞过去,如果你手法可以那么就是swipe走的路线,如果你手法不行,接触水面的时候就没再飞起来那就会被人嘲笑的。 package io.appium.android.bootstrap.handler; import com.android.uiautomator.core.UiDevi...
分类:其他好文   时间:2014-07-19 02:12:25    阅读次数:282
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!