[]
Performs the transform. Pass the input throught the LookUpTableFP, apply the matrix to the output and finally pass the intermediate buffer through the LookUpTable8. This operation is designated (LFPML8) * Data are already constructed. Although the data for only one component is returned, the transformation must be done for all components, because the matrix application involves a linear combination of component input to produce the output.
public virtual void apply(DataBlkInt[] inb, DataBlkInt[] outb)
| Type | Name | Description |
|---|---|---|
| DataBlkInt[] | inb | input data block |
| DataBlkInt[] | outb | output data block |
| Type | Condition |
|---|---|
| MatrixBasedTransformException |
Performs the transform. Pass the input throught the LookUpTableFP, apply the matrix to the output and finally pass the intermediate buffer through the LookUpTable8. This operation is designated (LFPML8) * Data are already constructed. Although the data for only one component is returned, the transformation must be done for all components, because the matrix application involves a linear combination of component input to produce the output.
public virtual void apply(DataBlkFloat[] inb, DataBlkFloat[] outb)
| Type | Name | Description |
|---|---|---|
| DataBlkFloat[] | inb | input data block |
| DataBlkFloat[] | outb | output data block |
| Type | Condition |
|---|---|
| MatrixBasedTransformException |