|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.brownsoft.image.PGMDecoder
com.brownsoft.image.PPMDecoder
Title: Proyecto Codificacion de Imagenes y Video
Description:
Copyright: Copyright (c) 2004
Company:
Field Summary |
Fields inherited from class com.brownsoft.image.PGMDecoder |
BandCount, ColorType, filename, HeaderId, ImageType |
Constructor Summary | |
PPMDecoder(java.io.InputStream stream)
|
|
PPMDecoder(java.lang.String filename)
|
Method Summary | |
static void |
main(java.lang.String[] args)
|
Methods inherited from class com.brownsoft.image.PGMDecoder |
getImage, getMatrix, getVector, showImage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PPMDecoder(java.io.InputStream stream) throws java.io.IOException
public PPMDecoder(java.lang.String filename) throws java.io.IOException
Method Detail |
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |