Search found 11 matches

by Javier
Tue Feb 22, 2011 11:13 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Code for Lab 4

Two Sketches showing basics of animation and 3D using Peasycam and OpenGL
by Javier
Thu Feb 17, 2011 9:15 pm
Forum: Winter 2011
Topic: 3D cam library
Replies: 0
Views: 22308

3D cam library

Hello all,
We are going to use the Peasy cam library to simplify the manipulation an interaction with viewpoints on 3D
you can find the library on:


http://mrfeinberg.com/peasycam/

Javier
by Javier
Thu Feb 03, 2011 9:25 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Code for lab 3 - Treemaps

For the Treemaps lab, we are going to use the Ben Fry's library available on:
http://benfry.com/writing/treemap/library.zip and the processing sketches attached.
by Javier
Tue Jan 25, 2011 11:27 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Files for using IDs

Those are the files that show alternatives for using the IDs in queries.
by Javier
Fri Jan 14, 2011 11:32 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Files for lab 2

Dayfromdatabase_pde.pde: Reads a hard -coded day from the mysql databases to to fill the Dewey and NonDewey information, then it plots the same 3 graphs from previous lab. FreqQueryTotxt.pde: Makes a query of number of transactions with some specific string on the title. A query is made on each mont...
by Javier
Fri Jan 14, 2011 10:57 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Files for Lab 1

These are the 3 processing examples used on Lab 1: xmlStripper.pde : reads all the xml files on the data directory and parse them to a text file, all the check in files for oct 29 2010 are included on the data folder. DewVsnoDewVis1.pde: Reads the text file generated by the xmlstripper and plots 3 t...
by Javier
Fri Jan 14, 2011 10:36 am
Forum: Winter 2011
Topic: Code
Replies: 5
Views: 6961

Code

Code Files for the lab sessions will be posted here.
by Javier
Sun Nov 28, 2010 10:00 pm
Forum: Fall 2010
Topic: openCV - reading pixel color of video
Replies: 1
Views: 4626

Re: openCV - reading pixel color of video

I tried your code and it work after deleting the local variable call frame, and using only the global one with the same name. The working code will be: #include "highgui.h" void mouseHandler(int event, int x, int y, int flags, void *param); IplImage* frame; int main( int argc, char** argv ) { cvName...
by Javier
Wed Oct 27, 2010 4:09 pm
Forum: Fall 2010
Topic: Opencv Setup
Replies: 1
Views: 4499

Opencv Setup

Hi all, For Mac people, some of the steps of the opencv compilation can take a while, please try to follow this instructions prior to the class. If you do not have macports, install it http://www.macports.org/install.php On a new shell, install cmake sudo port install cmake Check out the openCV sour...
by Javier
Tue Oct 26, 2010 1:30 am
Forum: Fall 2010
Topic: Development tools for portaudio session
Replies: 0
Views: 6492

Development tools for portaudio session

Hello All,
To compile and work with portAudio Mac people just be sure that you have xcode installed (check if you have a developer/SDKs folder)
Windows people should have visual C++ express (2008 preferred).
Javier