|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.viper.gui.core.DataUtils
Utility methods for dealing with viper data and video files, something the api doesn't present.
Constructor Summary | |
DataUtils()
|
Method Summary | |
static int |
getFrameCount(Sourcefile s)
Get the number of frames in a given video file. |
static int |
getSourcefileHeight(Sourcefile s)
Get the height (in pixels) of the |
static int |
getSourcefileWidth(Sourcefile s)
Gets the width (in pixels) of the given sourcefile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DataUtils()
Method Detail |
public static int getSourcefileWidth(Sourcefile s)
s
- The sourcefile to check
public static int getSourcefileHeight(Sourcefile s)
s
-
public static int getFrameCount(Sourcefile s)
s
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |