perClass Documentation
development version 3.1.2 (22-Dec-2011)
Content

Comments? Ideas? Compliments?

Your email (only if you wish to be contacted)

 SDP_AFFINE (Low-level) Affine transformation

   P=SDP_AFFINE(ROT,OFFSET)
   P=SDP_AFFINE(ROT,OFFSET,LAB)

 INPUT
  RO       rotation matrix or vector (in case of scaling)
  OFFSET   offset vector
  LAB      sdlab object with output labels (optional)

 OUTPUT
  P        pipeline object

 DESCRIPTION
 SDP_AFFINE implements linear transformation of data using the rotation
 matrix and offset vector. Vector ROT may be used for scaling.
 Labels LAB for the pipeline output are optional. If not specified,
 'Output x' label format is used.