AlignCurrentNDDocument Description
AlignCurrentNDDocument();
This function aligns frames of an ND document.
AlignCurrentNDDocumentRect Description
AlignCurrentNDDocumentRect(
int AlignCurrentND_Left
,
int AlignCurrentND_Top
,
int AlignCurrentND_Right
,
int AlignCurrentND_Bottom
,
int AlignCurrentND_Axis
,
int AlignCurrentND_Method
,
int AlignCurrentND_AlignTo
,
int AlignCurrentND_Blurr
,
int AlignCurrentND_FavorSmooth
,
int AlignCurrentND_UseSR
);
This function aligns the frames of the current ND document. Define a rectangular area of the current frame which does not change (is identical) throughout the whole stack of images. The algorithm will match all images according to this area.
Parameters
int AlignCurrentND_Left
The distance in X direction of the left side of the area [px].
int AlignCurrentND_Top
The distance in Y direction of the top side of the area [px].
int AlignCurrentND_Right
The distance in X direction of the right side of the area [px].
int AlignCurrentND_Bottom
The distance in Y direction of the bottom side of the area [px].
int AlignCurrentND_Axis
ND dimension to be Aligned
int AlignCurrentND_Method
The method of cropping after the frames are shifted.
0 | Intersection - reduces the document size. |
1 | Original size, preserves the original ND document dimensions. |
2 | Union - adds borders to frames. |
int AlignCurrentND_AlignTo
ND document alignment processing method.
0 | Previous Frame |
1 | First Frame |
int AlignCurrentND_Blurr
Equals the Use correction for image heavily corrupted by noise command.
0 | Doesn't apply blur processing. |
1 | Applies blur processing. |
int AlignCurrentND_FavorSmooth
Equals the Favor correction of the smooth movement command.
int AlignCurrentND_UseSR
Equals the Use SuperResolution aligment command.
GPU_HDR_CreateHDRImage Description
GPU_HDR_CreateHDRImage(
char *HDR_CRI_StartDir
,
char *HDR_CRI_Files
);
Creates an HDR image using GPU.
Parameters
char *HDR_CRI_StartDir
A path to the directory where the images are stored.
char *HDR_CRI_Files
The list of image files separated by a semicolon. The images must equal in size (resolution).
GPU_EDF_CreateEDFImage Description
GPU_EDF_CreateEDFImage(
char *HDR_CRI_StartDir
,
char *HDR_CRI_Files
);
Creates an EDF image using GPU.
Parameters
char *HDR_CRI_StartDir
A path to the directory where the images are stored.
char *HDR_CRI_Files
The list of image files separated by a semicolon. The images must equal in size (resolution).
Denoise3DCurrentNDDocument Description
Denoise3DCurrentNDDocument(
int DenoisePB1Power
,
int DenoisePB2Power
,
int DenoisePB3Power
,
int DenoisePB4Power
,
int DenoisePB5Power
,
int DenoisePB6Power
,
int DenoisePB7Power
,
int DenoisePB8Power
,
int AlignCurrentND_Axis
);
Performs 3D Denoise on the current ND document.
Parameters
int DenoisePB1Power
strength of the denoising algorithm on the first channel
int DenoisePB2Power
strength of the denoising algorithm on the second channel
int DenoisePB3Power
strength of the denoising algorithm on the third channel
int DenoisePB4Power
strength of the denoising algorithm on the fourth channel
int DenoisePB5Power
strength of the denoising algorithm on the fifth channel
int DenoisePB6Power
strength of the denoising algorithm on the sixth channel
int DenoisePB7Power
strength of the denoising algorithm on the seventh channel
int DenoisePB8Power
strength of the denoising algorithm on the eight channel
int AlignCurrentND_Axis
ND dimension to be Aligned
STORMVV_ImportMoleculeList Description
STORMVV_ImportMoleculeList();
Opens a dialog window for importing a molecule list from a *.roi file.
_CallLeonardo Description
_CallLeonardo();
Opens the Alvéole Leonardo external application.
_GPU_EDF_CreateEDFImage Description
_GPU_EDF_CreateEDFImage();
Opens the Select EDF source files where the user selects files for the EDF image which is subsequently created using GPU.
_GPU_HDR_CreateHDRImage Description
_GPU_HDR_CreateHDRImage();
Opens the Select HDR source files where the user selects files for the HDR image which is subsequently created using GPU.
_HDR_CaptureHDRImage This function runs the Applications > HDR > Capture HDR Image command.
Description
_HDR_CaptureHDRImage();
_HDR_CreateHDRImage This function runs the Applications > HDR > Create HDR Image from File command.
Description
_HDR_CreateHDRImage();
_SelectBestFocusedFromND Description
_SelectBestFocusedFromND();
Opens the Select Best Focus Plane dialog window.
See Also