码迷,mamicode.com
首页 >  
搜索关键字:processing popmartix    ( 1393个结果
Processing 中玩增强现实 Argument Reality
其实2009年Processing就能做AR了,只是我不知道而已~需要以下几个东西:1、JMyron2、GSVideo3、nyar4psg4、Picking5、OBJLoader或者大伙也可以去下【鲸男】的ARforProcessingAll.zip包,但是里面的东西已经很老了,而且有些小错误,可能...
分类:其他好文   时间:2014-07-15 08:04:43    阅读次数:346
nyar4psg: Cannot find a class or type named "MultiMarker"
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:其他好文   时间:2014-07-15 00:47:37    阅读次数:228
Architectures for concurrent graphics processing operations
BACKGROUND1. FieldThe present invention generally relates to rendering two-dimension representations from three-dimensional scenes, and more particula...
分类:其他好文   时间:2014-07-14 14:39:07    阅读次数:278
Graphics-Processing Architecture Based on Approximate Rendering
BACKGROUNDThe present invention generally relates to the processing of graphics data, and particularly relates to methods and apparatus for controllin...
分类:移动开发   时间:2014-07-14 14:24:49    阅读次数:331
DYNAMIC CONTEXT SWITCHING BETWEEN ARCHITECTURALLY DISTINCT GRAPHICS PROCESSORS
FIELD OF INVENTIONThis invention relates to computer graphics processing, and more specifically to computer graphics processing using two or more arch...
分类:其他好文   时间:2014-07-14 14:21:10    阅读次数:272
Graphics processing architecture employing a unified shader
FIELD OF THE INVENTIONThe present invention generally relates to graphics processors and, more particularly, to a graphics processor architecture empl...
分类:其他好文   时间:2014-07-14 14:16:36    阅读次数:369
Hierarchical Tree Traversal in Graphics Pipeline Stages
BACKGROUNDMany algorithms on a graphics processing unit (GPU) may benefit from doing a query in a hierarchical tree structure (including quad-trees, o...
分类:其他好文   时间:2014-07-13 19:47:28    阅读次数:289
XSLT工作原理
1、XSL processing flow An XML document and an XSL stylesheet are input to the XSL processor. Let's look at the steps in Figure 1 in more detail: Match ...
分类:其他好文   时间:2014-07-11 23:06:54    阅读次数:504
PS 滤镜算法原理——照亮边缘
clc; clear all; addpath('E:\PhotoShop Algortihm\Image Processing\PS Algorithm'); Image=imread('4.jpg'); Image=double(Image); R=Image(:,:,1); G=Image(:,:,2); B=Image(:,:,3); R_G...
分类:其他好文   时间:2014-07-10 23:31:20    阅读次数:296
java.lang.NullPointerException
这个异常是常见的Java中的异常,空指针异常。而且,一般都会指出在哪儿出现空指针异常。 1、错误描述 严重:Exception occurred during processing request:null    java.lang.NullPointerException. 2、错误原因      if(isValiation(user.getUsername())){...
分类:编程语言   时间:2014-07-09 13:00:57    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!