|
Author |
Topic: 1mage Proce55ing with Lenses (Read 556 times) |
|
dkor
|
1mage Proce55ing with Lenses
« on: Jul 9th, 2004, 10:07pm » |
|
Hey guys: So I've been working for a Lens 1mage Proce55ing API for a while. It's still unfinished but you can look at some partial work at http://xenia.media.mit.edu/~dkor/processing/ this webpage contains 6 novice examples and 2 advanced examples of using jhlabs image processing library in proce55ing. I had all trouble in diferent areas, for example: How can I make the applets less CPU intensive. I want them to only take CPU cycles when I have a mouseMoved event. I thought that doing a loop (){<empty>}; mouseMoved () { <doing the processing in here>}; would work but loop() still take too much CPU. and I'm sad that in order for mouseMoved () {} you need to have a loop(){}. But I understand that it's necessary for consistency. I have many other questions but I think that it's better to proceed one at at time. Anyway any comments on "Lenses" would be great... Again I can't thank enought Jerry Huxtable for his work . For those who do not know his work, don't hesitate to check http://www.jhlabs.com/ Daniel
|
|
|
|
|