|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.graphics.DisplayMethod
no.uio.ifi.jaer.chip.foveated.UioFoveatedImagerDisplayMethod
public class UioFoveatedImagerDisplayMethod
This DisplayMethod draws a foveated image with higher density of pixels in the center than in the periphery. Periphery pixels are 'adaptive' (i.e. motion-sensitive. The DisplayMethod is particular to the UioFoveatedImager and it contains some globals so it needs rewriting to be used by other foveated cameras. Future plans (TODO's): Optimize the main for-loops so no isInFovea() test is done.
Field Summary |
---|
Fields inherited from class net.sf.jaer.graphics.DisplayMethod |
---|
chip, chipCanvas, glu, glut, log, zoom |
Constructor Summary | |
---|---|
UioFoveatedImagerDisplayMethod(ChipCanvas chipCanvas)
Creates a new instance of UioFoveatedImagerDisplayMethod |
Method Summary | |
---|---|
void |
display(javax.media.opengl.GLAutoDrawable drawable)
subclasses implmeent this display method to actually render. |
Methods inherited from class net.sf.jaer.graphics.DisplayMethod |
---|
addAnnotator, getAnnotators, getDescription, getMenuItem, getRenderer, removeAllAnnotators, removeAnnotator, setAnnotators, setMenuItem, setRenderer, setupGL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UioFoveatedImagerDisplayMethod(ChipCanvas chipCanvas)
Method Detail |
---|
public void display(javax.media.opengl.GLAutoDrawable drawable)
DisplayMethod
display
in class DisplayMethod
drawable
- the GL context
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |