_AddImageBorders, _CanvasSize, _ImageBinning, _ImageCrop, _ImageCropEx, _ImageCropProj, _ImageResize, _ImageResizeForExport, _RadonTransform, AddImageBorders, AddImageBordersND, CanvasSize, CanvasSizeND, ImageBinning, ImageBinningND, ImageCrop, ImageCropND, ImageCropVSL, ImageResize, ImageResizeForExport, ImageResizeND, ImageResizeVSL, RadonTransform, RadonTransformND, SetRescalingMethod
Interactive command to this function: Image > Size > Add Borders
Description
AddImageBorders( intLeft
, intTop
, intRight
, intBottom
, unsigned intBackgroundColor
);
This function adds a border around the current picture.
Parameters
BackgroundColor
Color of the border. For RGB images, the best way how to get the proper RGB color value is to use the RGB function. Particular RGB values are then rescaled to the output image bit depth and copied to the corresponding RGB components of the image border area. For other types of images (intensity and multichannel), the lower 8-bit value of this parameter is taken, rescaled to the output image bit depth and copied to every component of the image border area.
See Also
AddImageBordersND, RGB
Description
AddImageBordersND( intLeft
, intTop
, intRight
, intBottom
, unsigned intBackgroundColor
);
This function adds border around all frames of an ND2 document.
Parameters
BackgroundColor
Color of the border. For RGB images, the best way how to get the proper RGB color value is to use the RGB function. Particular RGB values are then rescaled to the output image bit depth and copied to the corresponding RGB components of the image border area. For other types of images (intensity and multichannel), the lower 8-bit value of this parameter is taken, rescaled to the output image bit depth and copied to every component of the image border area.
See Also
AddImageBorders, RGB
Description
CanvasSize( intNew_Width
, intNew_Height
, intNew_OffsetX
, intNew_OffsetY
, intBgColor
);
The CanvasSize function resizes envelope of the current image. Margins will be filled with BgColor. The current image is NOT stretched but positioned in new modified image.
Description
CanvasSizeND( intNew_Width
, intNew_Height
, intNew_OffsetX
, intNew_OffsetY
, intBgColor
);
The CanvasSizeND function resizes current image. The current image is NOT stretched but positioned in new modified image.
Interactive command to this function: Image > Size > Binning
Description
ImageBinning( intWidth
, intHeight
, intStretchMode
, intResizeFlags
);
This function applies the Image Binning.
Parameters
Description
ImageBinningND( intWidth
, intHeight
, intStretchMode
, intResizeFlags
);
This function applies Image Binning to the current ND2 image.
Parameters
Interactive command to this function: Image > Crop
Description
ImageCrop( intLeft
, intTop
, intWidth
, intHeight
);
The ImageCrop function crops current image to the specified dimensions.
Parameters
Note
This function is typically called, when you invoke the _ImageCrop command (Edit menu). An interactive equivalent is the _ImageCrop function.
See Also
_ImageCrop
Description
ImageCropND( intLeft
, intTop
, intWidth
, intHeight
);
This function crops the current image to the specified dimensions.
Parameters
Note
This function is typically called, when you invoke the _ImageCrop command (Edit menu). An interactive equivalent is the _ImageCrop function.
See Also
_ImageCrop
Description
ImageCropVSL( intLeft
, intTop
, intWidth
, intHeight
);
This function crops the current image to the specified dimensions. This function operates on large .VSL images that do not fit into memory.
Parameters
Note
This function is typically called, when you invoke the Crop... command (Edit menu). An interactive equivalent is the _ImageCrop function.
See Also
_ImageCrop
Interactive command to this function: Image > Size > Resize
Description
ImageResize( intWidth
, intHeight
, intStretchMode
, intResizeFlags
);
The ImageResize function resizes current image according to the specified parameters.
Parameters
See Also
_ImageResize
Interactive command to this function: Edit > Resize for Export
Description
ImageResizeForExport( intLeft
, intTop
, intWidth
, intHeight
, intNew_Width
, intNew_Height
, intStretchMode
, intResizeFlags
);
Creates a new image by stretching the current image to the defined size. The Left, Top, Width, and Height parameters specify a rectangle of the original image to be used
Parameters
Description
ImageResizeND( intWidth
, intHeight
, intStretchMode
, intResizeFlags
);
The ImageResizeND function resizes current image according to the specified parameters.
Parameters
See Also
_ImageResize
Description
ImageResizeVSL( intWidth
, intHeight
, intStretchMode
, intResizeFlags
);
The ImageResize function resizes current image according to the specified parameters. Operates on large .VSL images that do not fit into memory.
Parameters
See Also
_ImageResize
Description
RadonTransform( intAngleFrom
, intAngleTo
, intStepsPerDegree
);
Applies the Radon Transformation.
Description
RadonTransformND( intAngleFrom
, intAngleTo
, intStepsPerDegree
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Applies the Radon Transformation to the current ND2 image.
Parameters
This function runs the Rescaling Method command.
Description
SetRescalingMethod(
int Method
);
This function sets current type of picture rescaling method (1 = Quick method, 2 = Spline method, 3 = Linear method).
This function runs the Image > Size > Add Borders command.
Description
_AddImageBorders();
This function displays the Add Borders dialog window.
This function runs the Image > Size > Binning command.
Description
_ImageBinning();
Opens the Image Binning dialog window enabling to bin the current image based on the binning factor and binning method.
This function runs the Image > Crop command.
Description
_ImageCrop();
This function reduces the dimensions of the current image. The function displays the copy-rectangle cursor and enables you to select an appropriate rectangular image part for cropping.
See Also
ImageCrop
Description
_ImageCropEx( intLeft
, intTop
, intWidth
, intHeight
);
This function enables the user to enter the image cropping rectangle dimensions and position before the cropping dialog is opened and the image it is actually cropped.
Description
_ImageCropProj(
int ProjectionType
);
This function crops an image while applying the selected intensity projection.
This function runs the Image > Size > Resize command.
Description
_ImageResize();
This function resizes the current image. The function displays the Resize dialog box for setting of parameters .
See Also
ImageResize
This function runs the Edit > Resize for Export command.
Description
_ImageResizeForExport();
This function opens the Resize Image for Export dialog window. Define parameters of exported image within this window.