
Uncategorized
29
Binary Labeling (for processing)
Here is some code that implements Connected Components Analysis
It might be useful for the assignment.
//*****************************
//Class Definitions
//*****************************
class labelimage {
int [][] label ;
Stack stack ;
int lab;
Continue reading →
29
tiny little diagrams, bezier curves to sculpt gradients
Here’s an informative and exhaustively-annotated diagram I used to plan my ink-droppy program, it at least gives the general idea for how to sculpt complex 2D gradients using bezier curves and PImages.scaled plans for theme and variation.
15
Quicktime 7 – Snow Leopard
“So we’ve been playing with the Snow Leopard for awhile but didn’t know how to use old Quicktime 7 – Snow Leopard comes with Quicktime 10 by default. Turns out, it’s pretty easy. Just open a Quartz compozer file from your computer with Quicktime and it will prompt you to update. To find a .qtz file simply do a Spotlight search.”
Tip copied from here.

