Saturday 16 April 2011

Tuesday 12 April 2011

Moist Model (dynamic version)

In my PhD viva last week, professor Tania Fraga suggested me to explore some Porcessing libraries to work in a dinamic version of the Moist Model. Here I have selected a few to start studing:



http://anar.ch/

A cadKIT™ for Processing (v1.0) for Object Oriented Geometry.
Based on (anar+) parametric modeling scheme is a KIT of libraries.
by: anar+ by LaBelle + Nembrini

features
Geometric Associativity (aka Parametric Modeling)
Simple 3D Scenegraph
Geometric datastructure (groups, objects, faces, lines, points)
Extended Geometric manipulations\transformations
Objects based modular renders
Export for various CAD formats (though metaScripts)
Particles Physic Simulation
Logo like operations (for LSystems)
Optimizations engines (PSO,GA)
Cardinal curves and surfaces
Camera, view and walkthrough




http://cellularautomata.fadarch.com/

CELLULAR_AUTOMATA_LIBRARY
This library allows you to quickly and easily implement
cellular automata calculations in your processing applets.


http://farfromequilibrium.blogspot.com/

region of interest (ROI)



http://www.mathworks.com/help/toolbox/images/ref/roipoly.html

// informations on how to define a region of interest (ROI) and perform processing on the ROI you define. Region of Interest is a defined area in an image, to segment object for further processing...

http://nashruddin.com/OpenCV_Region_of_Interest_(ROI)