Full Library / Algorithmic / Image Processing / Basic / VQDecode
Block Name: VQDecode
- public class VQDecode
- extends Transformer
-
- This actor decompresses a vector quantized signal. This operation is simply a table lookup into the codebook.
blockCount
public Parameter blockCount
- The
number of blocks to be decoded during each firing. The default value is
one, which will always work, but using a higher number (such as the
number of blocks in a frame) will speed things up. This should contain
an integer.
blockHeight
public Parameter blockHeight
- The width, in integer pixels, of the block to decode.
blockWidth
public Parameter blockWidth
- The width, in integer pixels, of the block to decode.
codeBook
public Parameter codeBook
- A Parameter of type String, giving the location of the codebook data file relative to the root classpath.
Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents