
ImagePartition |
ptolemy.domains.sdf.lib.vq.ImagePartition |
Partition an image into smaller subimages. Each input image
should have dimensions imageColumns by imageRows, and each output image
will have dimensions partitionColumns by partitionRows. The output matrices
are row scanned from the top of input image.
Author(s): Steve Neuendorffer
Version:$Id: ImagePartition.doc.html,v 1.1 2006/02/22 18:41:22 mangal Exp $
Pt.Proposed Rating:Green (neuendor)
Pt.Accepted Rating:Red (neuendor)
imageColumns
The width of the input matrices.
imageRows
The height of the input matrices.
partitionColumns
The width of the input partitions.
partitionRows
The height of the input partitions.
output_tokenProductionRate
The output rate.