ND_CreateMaxIntProjectionImageT, ND_CreateMaxIntProjectionImageZ, ND_CreateMinIntProjectionImageT, ND_CreateMinIntProjectionImageZ, ND_ShowMaxIntProjectionImage, ND_ShowMinIntProjectionImage
This function runs the Image > ND Processing > Create Maximum Intensity Projection Image in Time command.
Description
ND_CreateMaxIntProjectionImageT();
Creates maximal intensity projection from the T dimension of the current image.
This function runs the Image > ND Processing > Create Maximum Intensity Projection Image in Z command.
Description
ND_CreateMaxIntProjectionImageZ();
Creates maximal intensity projection from the Z dimension of the current image.
This function runs the Image > ND Processing > Create Minimum Intensity Projection Image in Time command.
Description
ND_CreateMinIntProjectionImageT();
Creates minimal intensity projection from the T dimension of the current image.
This function runs the Image > ND Processing > Create Minimum Intensity Projection Image in Z command.
Description
ND_CreateMinIntProjectionImageZ();
Creates minimal intensity projection from the Z dimension of the current image.
This function runs the View > Image > ND View > Maximum Intensity Projection command.
Description
ND_ShowMaxIntProjectionImage(
int OpenToNewWindow
);
This function displays the maximum intensity projection of the current ND2 document. Z or time dimension must be present in the ND2 file.
This function runs the View > Image > ND View > Minimum Intensity Projection command.
Description
ND_ShowMinIntProjectionImage(
int OpenToNewWindow
);
This function displays the minimum intensity projection of the current ND2 document. Z or time dimension must be present in the ND2 file.