Package htw.ai.dln
Interface IAptDecoder
-
- All Known Implementing Classes:
AptDecoder
public interface IAptDecoder- Since:
- : 21.02.21
- Version:
- : 1.0
- Author:
- : Enrico Gamil Toros Project name : apt-decoder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int[]decode()voidsaveImage(int[] data, java.io.File saveLocation)int[]syncFrames(int[] digitalized)
-
-
-
Method Detail
-
decode
int[] decode() throws UnsupportedFrameSizeException- Throws:
UnsupportedFrameSizeException
-
syncFrames
int[] syncFrames(int[] digitalized) throws NoSyncFrameFoundException- Throws:
NoSyncFrameFoundException
-
saveImage
void saveImage(int[] data, java.io.File saveLocation)
-
-