(requires: EDF Module)
_EDF_CreateEDFFocusedNewDoc, _EDF_CreateFocusedImageDef, _EDF_EditBackground, _EDF_EditFocusedArea, _EDF_OpenSequence, _EDF_RealTimeEDF, _EDF_RealTimeEDFManually, _EDF_ZMapSetting, EDF_3DFocusAtOnce, EDF_3DFocusAtOnceParams, EDF_AlignSequence, EDF_CreateAnaglyph, EDF_CreateEDFFocusedNewDoc, EDF_CreateFocusedImage, EDF_CreateFocusedImageDef, EDF_DefineImages, EDF_ExportZMapToFile, EDF_GetFocusedZPos, EDF_MeasureZProfile, EDF_NewEDFFocusedDoc, EDF_RealTimeEDF, EDF_ShowAnaglyph, EDF_ShowSurfaceView, EDF_ShowZMapImage, EDF_ZMapSettingToggle
Description
EDF_3DFocusAtOnce( char *FileSpec
, intUseAutoFitting
);
This function will go through the whole process of creating the focused image. At first, it opens the image sequence from given directory, then (if you want) applies Auto fitting, and, finally, creates the focused image. You will see the work progress on the screen. To select the method for focusing, use function EDF_3DFocusAtOnceParams .
Parameters
Description
EDF_3DFocusAtOnceParams( char *FileSpec
, intnAutoFittingMethod
, intnFocusingMethod
, intnFocusingParam1
, intnFocusingParam2
);
This function will go through the whole process of creating the focused image. At first, it opens the image sequence from given directory, then (if you want) applies Auto fitting, and, finally, creates the focused image. You will see the work progress on the screen.
Parameters
This function runs the Applications > EDF > Align Sequence command.
Description
EDF_AlignSequence();
This function automatically aligns all images of the current image sequence. This action is crucial to apply before the focused image is created.
Description
EDF_CreateAnaglyph( intEDF_AnaglGrayScale
, intSeqFirstIsLowest
, intDescend
, intLeftColor
, intZEnhance
);
Creates the anaglyph image of the current z-stack using the given parameters.
Parameters
Interactive command to this function: Applications > EDF > Create Focused Document
Description
EDF_CreateEDFFocusedNewDoc(
int EDF_ZMapMethod
);
Creates a new EDF focused document for all time phases from the current ND2 file containing a Z-dimension.
Description
EDF_CreateFocusedImage(
int EDF_NDProcessAll
);
This function creates a focused image using the focusing method passed as its parameter.
Interactive command to this function: Applications > EDF > Create Focused Image
Description
EDF_CreateFocusedImageDef( intOpenToNewWindow
, intEDF_NDProcessAll
, intEDF_ZMapMethod
);
Creates the focused image using the default (last used) focusing method.
Parameters
Description
EDF_DefineImages(
char *FileSpec
);
This function opens the image sequence from given directory.
Description
EDF_ExportZMapToFile(
char *Filename
);
This function exports the EDF Z map to the specified text file as a matrix of comma-separated values.
Description
EDF_GetFocusedZPos( intPosX
, intPosY
);
Returns the index of the z-slice that was used as the source image for a pixel at an [x,y] position of the focused image.
This function runs the Measure > EDF Z-Profile command.
Description
EDF_MeasureZProfile();
This function displays the EDF Z Profile control window and the profile line inside the image.
Description
EDF_NewEDFFocusedDoc();
Creates a new EDF focused document from the Z-frames of the current ND2 document.
Interactive command to this function: Applications > EDF > Real Time EDF
Description
EDF_RealTimeEDF( doubleZSeriesBottom
, doubleZSeriesTop
, intZSeriesSteps
, intUseAutoFitting
);
Captures the stack of images and directly creates the focused image from them. The source images are not stored, only the focused image. You need to have any z drive connected to the system. The stack is captured around the current position.
Parameters
This function runs the Applications > EDF > Show Anaglyph command.
Description
EDF_ShowAnaglyph(
int iNewWindow
);
Activates the view with the anaglyph image of the current z-stack. If such window is not found, this function attempts to create it. Focused image of the current z-stack has to be created prior to calling this function.
This function runs the Applications > EDF > Show Surface View command.
Description
EDF_ShowSurfaceView(
int iNewWindow
);
Activates the view with the 3D surface view of the current z-stack. Focused image for the current z-stack has to be created prior calling this function.
This function runs the Applications > EDF > Show Z-Map Image command.
Description
EDF_ShowZMapImage();
This function creates and displays an EDF Z map view of an ND document.
This function runs the Applications > EDF > Create Focused Document command.
Description
_EDF_CreateEDFFocusedNewDoc();
Opens the Z-Map Setting - choose whether to create a Z-Map (Balanced, Correlation or Original) and choose the coordinates for the Z-Profile (Zero Based or Real Coordinates). If the Z-map calculation is not necessary for your task, select None in the drop-down menu to speed up the EDF image acquisition. Then click to create a new EDF focused document from the Z-frames of the current ND2 document.
This function runs the Applications > EDF > Create Focused Image command.
Description
_EDF_CreateFocusedImageDef(
int OpenToNewWindow
);
Creates the focused image of the current z-stack using the default (last used) parameters. If the ND document has more than one z-stack, this function shows the dialog window and lets user to select whether to create focused images for all z-stacks.
This function runs the Applications > EDF > Edit Background command.
Description
_EDF_EditBackground();
This function runs the Applications > EDF > Edit Area in Focused Image command.
Description
_EDF_EditFocusedArea();
This function selects an area in the focused image, browses through the z stacks in this area and selects a more appropriate frame to replace the one existing in the focused image.
This function runs the Applications > EDF > Open File Sequence command.
Description
_EDF_OpenSequence();
This function runs the Applications > EDF > Real Time EDF command.
Description
_EDF_RealTimeEDF();
Displays the dialog window.
This function runs the Applications > EDF > Real Time EDF Manually command.
Description
_EDF_RealTimeEDFManually();
This function displays a dialog window for Manual Real Time EDF.