_ProfileLineSettings, _ProfileProperties, _ProfilePropertiesBasic, _ZProfile_Options, _ZProfileLineSettings, _ZProfileProperties, BestFitGetCircle, InsertProfileLine, InsertZProfileLine, MeasureProfile, ProfileFullSize, ProfileMeasureComponent, ProfileProperties, ProfileReverse, PSF_MeasureFWHM, RemoveProfileLine, RemoveZProfileLine, ShowProfile, ToggleProfile
Description
BestFitGetCircle( double *LpGetCircleCenterX
, double *LpGetCircleCenterY
, double *LpGetCircleRadius
, double *LpGetCircleXYCoorsX
, double *LpGetCircleXYCoorsY
, intGetCircleXYCount
);
Takes an array of XY points, fits a circle in it optimally and returns the circle position and radius.
Parameters
This function runs the Add Profile Line command.
Description
InsertProfileLine();
Inserts a new profile line.
This function runs the Measure > Intensity Profile command.
Description
MeasureProfile();
This function can be used for interactive profile measurements. The function displays profile cursor and allows you to draw a line.
Description
ProfileFullSize();
Stretches the intensity profile line to full-width/height of the image. It works only with the horizontal/vertical type of the profile.
Description
ProfileMeasureComponent(
int Component
);
Sets the data source for the intensity profile graph on an RGB image. This way you can observe any channel, bud display intensity profile of another.
Interactive command to this function: View > Layers Properties > Profile Properties
Description
ProfileProperties( intProfileColor
, doubleProfileLineWidth
, intProfileNeighbourhood
);
This function adjusts calculation of the profile and appearance of the intensity profile line.
Description
ProfileReverse();
Reverses the direction (arrow placement) of the intensity profile, so the X axis of the graph gets reversed as well. It works only with the horizontal or vertical type of the profile.
Description
PSF_MeasureFWHM( double *LpFWHM_X
, double *LpFWHM_Y
, double *LpFWHM_Z
);
Compute Full Width at Half Maximum (FWHM) dimensions of a Point-Spread Function (PSF). It operates on the currently active opened document and returns the X, Y, Z FWHM values in its parameters (per channel).
Description
ShowProfile(
int ShowProfile
);
This function displays/hides the intensity profile in the current image.
Description
ToggleProfile();
This function displays/hides the intensity profile arrow inside the image and also displays/hides the intensity profile docking window.
Description
_ProfileLineSettings();
Opens the Profile Line Properties dialog window used for adjusting the color, width and style of the intensity profile line.
This function runs the View > Layers Properties > Profile Properties command.
Description
_ProfileProperties();
This function displays the Intensity Profile Properties dialog window.
Description
_ProfilePropertiesBasic();
This function displays the basic Intensity Profile Properties dialog window.
Description
_ZProfileLineSettings();
Opens the Profile Line Properties dialog window used for adjusting the color, width and style of the Z profile line.