_ExportFilterFile, AboutFilters, FiltersDefaultLayout, FiltersGetData, FiltersGetDataRecordsCount, FiltersGetStat, FiltersSaveLargestParticleImages, FiltersSaveLargestParticleImagesEx, FinishFilters, GetCurrentFilterMeasurementDate, HelpOnFilters, InitFilters, ObjectiveInfo, StartFilters
Description
AboutFilters();
This function displays information about the Filters application: the software version and Laboratory Imaging copyright.
Description
FiltersDefaultLayout();
Opens the default layout of the Filters Particle Analysis.
Description
FiltersGetData( char *Double_Buf_MaxFeret
, char *Double_Buf_Width
, char *Double_Buf_EqDia
, char *Double_Buf_Length
, char *Double_Buf_StageX
, char *Double_Buf_StageY
, char *Int_Buf_Material
, intDouble_Count
);
Returns particle data measured in the Filters Particle Analysis.
Parameters
Description
FiltersGetDataRecordsCount();
Returns the number of particles measured in the Filters Particle Analysis.
Description
FiltersGetStat( char *Count_Int_Buf
, char *CountSum_Int_Buf
, intNum_Ints
);
Returns class statistics for the particles measured in the Filters Particle Analysis.
Description
FiltersSaveLargestParticleImages( char *ParticlesFolder
, intNum_Ints
);
Saves the specified number of largest particles measured in the Filters Particle Analysis into the specified folder.
Description
FiltersSaveLargestParticleImagesEx( char *ParticlesFolder
, intNum_Ints
, intParticleSortFeature
, intParticlePhase
);
Saves the specified number of largest particles measured in the Filters Particle Analysis into the specified folder.
Description
FinishFilters();
This function exits the application for filter analysis and switches back to the main window.
See Also
StartFilters
Description
GetCurrentFilterMeasurementDate(
int64 *pTimeStamp
);
Returns the measurement date of the currently opened filter.
Description
ObjectiveInfo();
This function displays information about the currently used objective. A dialog appears which contains the name of the objective, its calibration, and camera angle.
This function runs the Applications > Filter Particle Analysis > Start Application command.
Description
StartFilters();
This function runs the application (additional module) for analysis of filters according to ISO 16232 standard.
See Also
FinishFilters