[Index] [Prev] [Next] [Macro Equivalents]

[Application] [Window] [Picture] [ROI] [Stack] [Slice] [Results]

Image Picture Suite

Commands for Pictures and Stacks

Add [picture reference] or [constant]

This command can take one of two forms, depending on which arguments are specified. It is assumed that the command is to operate on the selected picture, but this can be overridden. The following are typical usage forms:
	1. Constant
		Add Constant 10
		Add Constant 10 to Picture "example"
		Add Constant 10 to ROI of Picture "example"
	2. An Image
		Add Picture "ref"
		Add Picture "ref" Scale 0.2 Offset 100
		Add Picture "ref" to  Picture "example" 
		Add Picture "ref" to  Picture "example" save in Picture "sum" 

AndImage [picture reference]

AnalyzeParticles [picture reference]

ApplyLUT [picture reference]

Transforms the pixel data using the current look-up table.

AutoOutline Point

Binary

Calibrate string

Under construction!

ChangeValues [picture reference]

-- A picture or stack Changes pixels in range to a new value Choose: Selects a picture or slice as the default with updating the display

Choose [reference]

-- picture or slice

Convolve file name

Convolve a picture with a kernel stored in the file. [and picture reference]

Dispose [picture reference]

Close a window without saving it.

Draw [picture reference]

Draw something onto the picture

Divide [picture reference]

This command can take one of two forms, depending on which arguments are specified. It is assumed that the command is to operate on the current picture, but this can be overridden. The following are typical usage forms:
	1. Constant
		Divide Constant 10
		Divide Picture "example" Constant 10
		Divide ROI of Picture "example" Constant 10 
	2. An Image
		Divide By Picture "ref"
		Divide By Picture "ref" Scale 20  Offset 100
		Divide Picture "example" By Picture "ref" 

Duplicate [reference]

EnhanceContrast [picture reference]

EqualizeHistogram [picture reference]

Export [picture reference]

Fill [picture reference]

Fills the current selection with a color

Filter

Flip

Frame [picture reference]

Frames or draws a border around the current selection with a color

GetInfo [picture reference]

Import [picture reference]

MarkSelection [picture reference]

Measure reference

MaxImage [picture reference]

MinImage [picture reference]

Multiply [picture reference]

This command can take one of two forms, depending on which arguments are specified. It is assumed that the command is to operate on the current picture, but this can be overridden. The following are typical usage forms:
	1. Constant
		Multiply  Constant 10
		Multiply  Constant 10 targetPicture "example"
		Multiply  Constant 10 target ROI of Picture "example"
	2. An Image
		Multiply  by Picture "ref"
		Multiply  by Picture "ref" Scale 20  Offset 100
		Multiply  Picture "example"  by Picture "ref"   

OrImage [picture reference]

PlotProfile [picture reference]

Generates a gray scale profile plot of current rectangular selection or line.

PlotSurface [picture reference]

Revert [picture reference]

Scale [picture reference]

Shadow [picture reference]

NorthWest North NorthEast
West East
SouthWest South SouthEast

SortPalette [picture reference]

Subtract [picture reference]<

  • [from reference] -- the Picture to which the contant an/dor image is to be subtracted
  • [Scale extended real] -- Scale result when adding two pictures
  • [Offset extended real]
  • [save in reference] -- where to store the result
  • [Constant extended real]
  • [Background Horizontal/Vertical/RollingBall/RemoveStreaks]
  • [Radius small integer]
  • [faster boolean] This command can take one of three forms, depending on which arguments are specified. It is assumed that the command is to operate on the selected picture, but this can be overridden. The following are typical usage forms:
    	1. Constant
    		Subtract Constant 10
    		Subtract Constant 10 from Picture "example"
    		Subtract Constant 10 from ROI of Picture "example"
    	2. An Image
    		Subtract Picture "ref"
    		Subtract Picture "ref" Scale 0.2 Offset 100
    		Subtract Picture "ref"  from Picture  "example"   
    	3. Background
    		Subtract Background Horizontal
    		Subtract Background Vertical Radius 5
    		Subtract Background RollingBall with faster
    		Subtract Background RemoveStreaks  from Picture "example" 
     
    

    Threshold

    XorImage [picture reference]

    Class Picture

    A window containing an image or picture
    Elements: Properties:

    Class RedLUT

    Class GreenLUT

    Class BlueLUT

    Class Pixel

    	Set Pixel {100,200} to 44
    	Set Pixel {1,32} thru {32,32} to 0
    	Get Pixel {1,1}
    


    [Index] [Prev] [Next] [Macro Equivalents]

    Written by Rob Douglas, McKellar Designs and University of British Columbia
    Last Updated November 12, 1995