_AlignChannels, _ShiftDown, _ShiftLeft, _ShiftRight, _ShiftSubPixel, _ShiftSubPixelZ, _ShiftUp, AlignChannels, AlignChannelsLow, ShiftDown, ShiftDownND, ShiftImage, ShiftImageND, ShiftLeft, ShiftLeftND, ShiftRight, ShiftRightND, ShiftSubPixel, ShiftSubPixelND, ShiftSubPixelZ, ShiftUp, ShiftUpND
Description
AlignChannels(
char SettingsName
);
Aligns the channels using the specified settings.
Description
AlignChannelsLow( double *LpShiftX
, double *LpShiftY
, double *LpShiftZ
, intChannel
);
Aligns channels of the current document based on the specified distance. Count parameter is the number of channels.
Interactive menu command to this function: Image > Shift > Down
Description
ShiftDown();
One pixel shift of the current color (gray) image downward.
Description
ShiftDownND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
One pixel shift of the current color (gray) image downward.
Parameters
Description
ShiftImage( intShiftHor
, intShiftVer
);
Shifts the current color (gray) image horizontally and vertically.
Parameters
Description
ShiftImageND( intShiftHor
, intShiftVer
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Shift of the current color (gray) image horizontally and vertically.
Parameters
ShiftHor
Number of pixels by which the original image is shifted in the horizontal direction. Positive value for shift to right, negative value for shift to left.
ShiftVer
Number of pixels by which the original image is shifted in the vertical direction. Positive value for shift downward, negative value for shift upward.
Interactive menu command to this function: Image > Shift > Left
Description
ShiftLeft();
One pixel shift of the current color (gray) image to the left.
Description
ShiftLeftND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
One pixel shift of the current color (gray) image to the left.
Parameters
Interactive menu command to this function: Image > Shift > Right
Description
ShiftRight();
One pixel shift of the current color (gray) image to the Right.
Description
ShiftRightND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
One pixel shift of the current color (gray) image to the Right.
Parameters
Description
ShiftSubPixel( char *LpChannelName1
, doubleShiftHorDbl1
, doubleShiftVerDbl1
, char *LpChannelName2
, doubleShiftHorDbl2
, doubleShiftVerDbl2
, char *LpChannelName3
, doubleShiftHorDb3
, doubleShiftVerDbl3
, char *LpChannelName4
, doubleShiftHorDbl4
, doubleShiftVerDbl4
);
Shifts the current image horizontally and vertically. You can pass decimal numbers as parameters.
Parameters
ShiftHorDbl1
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl1
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
ShiftHorDbl2
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl2
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
ShiftHorDb3
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl3
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
See Also
ShiftImage, Int_GetMouseClickSubPixelPos
Description
ShiftSubPixelND( char *LpChannelName1
, doubleShiftHorDbl1
, doubleShiftVerDbl1
, char *LpChannelName2
, doubleShiftHorDbl2
, doubleShiftVerDbl2
, char *LpChannelName3
, doubleShiftHorDb3
, doubleShiftVerDbl3
, char *LpChannelName4
, doubleShiftHorDbl4
, doubleShiftVerDbl4
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Shifts the current image horizontally and vertically. You can pass decimal numbers as parameters.
Parameters
ShiftHorDbl1
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl1
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
ShiftHorDbl2
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl2
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
ShiftHorDb3
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl3
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
ShiftHorDbl4
Number of pixels to move image horizontally. Positive value for shift to right, negative value for shift to left.
ShiftVerDbl4
Number of pixels to move image vertically. Positive value for shift downward, negative value for shift upward.
See Also
ShiftImage, Int_GetMouseClickSubPixelPos
Description
ShiftSubPixelZ( intChannel
, doubleShiftZDbl
, intShiftInMicrons
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Shifts the selected Channel in Z so that you correct channel Z offset. You can shift a Z stack by one plane or by any distance (in that case the resulting image is interpolated from the two adjacent frames.
Parameters
See Also
ShiftImage, Int_GetMouseClickSubPixelPos
Interactive menu command to this function: Image > Shift > Up
Description
ShiftUp();
One pixel shift of the current color (gray) image Upward.
Description
ShiftUpND( intNDTLoop
, intNDMPLoop
, intNDZLoop
);
One pixel shift of the current color (gray) image Upward.
Parameters
Description
_AlignChannels();
Opens the Align Channels window (see: Image > Align Channels) enabling to shift each channel in the X, Y or Z direction.
See Also
AlignChannels
This function runs the Image > Shift > Down menu command.
Description
_ShiftDown();
This function moves the current image or a selected component by one pixel in the defined direction. The pixels that overflow the image borders appear on its opposite side.
This function runs the Image > Shift > Left menu command.
Description
_ShiftLeft();
This function moves the current image or a selected component by one pixel in the defined direction. The pixels that overflow the image borders appear on its opposite side.
This function runs the Image > Shift > Right menu command.
Description
_ShiftRight();
This function moves the current image or a selected component by one pixel in the defined direction. The pixels that overflow the image borders appear on its opposite side.
Description
_ShiftSubPixel();
This function opens the Manual Channel Alignment dialog window. Use tools in this window to align precisely channels within a pixel precision.
Description
_ShiftSubPixelZ();
Opens a dialog window for correcting Z-offset between channels. See ShiftSubPixelZ.
This function runs the Image > Shift > Up menu command.
Description
_ShiftUp();
This function moves the current image or a selected component by one pixel in the defined direction. The pixels that overflow the image borders appear on its opposite side.