dimensions is the number of pixels in the x and y directions in the image. The default is (256,256).
data_type is the type of each pixel in the image. Valid values (defined in sv-ip-constants.scr) are ipBYTE, ipSHORT, ipFLOAT, and ipCOMPLEX. The default is ipBYTE.
llimit is the lower limit for computing histograms on the image. The default is 0.
ulimit is the upper limit for computing histograms on the image. The default is 255.
nbins is the number of bins in the computed histogram. The default is 256.
data? returns a pointer to the image's raw data.
data= bitmap sets the images raw data to the pointer argument.
range? returns the minimum and maximum pixel values in the image.
histogram? returns a histogram of the image computed using the llimit, ulimit, and nbins instance variables. Nbins values are returned on the stack.