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.
public Parameter imageColumns
public Parameter imageRows
public Parameter partitionColumns
public Parameter partitionRows
Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites