23
edits
No edit summary |
No edit summary |
||
| (18 intermediate revisions by 2 users not shown) | |||
| Line 9: | Line 9: | ||
File:2tabla.jpg | File:2tabla.jpg | ||
</gallery> | </gallery> | ||
=== | ===Digital collected data=== | ||
Digital let us made things simple. By creating an small program in Processing we can access information like names of streets, distances and paths to reach every leaf. Also digital data like pictures doesn't change throw time so that phenomenon gives us the chance to compare, for example physical leaves with digital ones and see how they have changed. | Digital let us made things simple. By creating an small program in Processing we can access information like names of streets, distances and paths to reach every leaf. Also digital data like pictures doesn't change throw time so that phenomenon gives us the chance to compare, for example physical leaves with digital ones and see how they have changed. | ||
<gallery> | <gallery> | ||
File:3paths.jpg | File:3paths.jpg | ||
</gallery> | </gallery> | ||
=== | ===Physical collected data=== | ||
Physical let us have a Book (object). An object is something ephemeral that show us how the time modifies it and let us compare digital data and physical data. It is the old school way of storing data but it's not fact to argue that it's not a contemporary wonderful tool. | |||
<gallery> | <gallery> | ||
File:4hojas.jpg | File:4hojas.jpg | ||
</gallery> | </gallery> | ||
<br> | |||
===Demo Video=== | |||
<videoflash type=vimeo>36111919|450|250</videoflash> | |||
<br><br> | |||
===Places photographs=== | |||
<gallery> | |||
File: imagen1.JPG | |||
File: imagen2.JPG | |||
File: imagen3.JPG | |||
File: imagen4.JPG | |||
File: imagen5.JPG | |||
File: imagen6.JPG | |||
File: imagen7.JPG | |||
File: imagen8.JPG | |||
File: imagen9.JPG | |||
File: imagen10.JPG | |||
File: imagen11.JPG | |||
File: imagen12.JPG | |||
</gallery> | |||
===Leaves photographs=== | |||
<gallery> | |||
File:hojitas1.jpg | |||
File:hojitas2.jpg | |||
File:hojitas3.jpg | |||
File:hojitas4.jpg | |||
File:hojitas5.jpg | |||
File:hojitas6.jpg | |||
File:hojitas7.jpg | |||
File:hojitas8.jpg | |||
File:hojitas9.jpg | |||
File:hojitas10.jpg | |||
File:hojitas11.jpg | |||
</gallery> | |||
===Book photographs=== | |||
<gallery> | |||
File:Primero.jpg | |||
File:Cuarta.jpg | |||
</gallery> | |||
===Some Links=== | ===Some Links=== | ||
*[http://keiichimatsuda.com | * [http://keiichimatsuda.com AR cities.] | ||
*[http://postpolitical.us/blog/alternatives/tools_and_technology/social-bicycles-bikeshare-everywhere/] | * [http://postpolitical.us/blog/alternatives/tools_and_technology/social-bicycles-bikeshare-everywhere/ Social Bikes Tracking System] | ||
*[http://www.discomole.com/2009/06/augmented-reality-book | * [http://www.discomole.com/2009/06/augmented-reality-book AR Book] | ||
* Urbanism in Antiquity from Mesopotamia T: From Mesopotamia to Crete Walter Emanuel Aufrecht ISBN 978-1850756668 | |||
===Code=== | ===Code=== | ||
<syntaxhighlight lang="cpp"> | |||
boolean overPoint1 = false; | boolean overPoint1 = false; | ||
boolean overPoint2 = false; | boolean overPoint2 = false; | ||
| Line 799: | Line 842: | ||
} | } | ||
} | } | ||
/ | </syntaxhighlight> | ||
edits