Filters

_ExportFilterFile, AboutFilters, FiltersDefaultLayout, FiltersGetData, FiltersGetDataRecordsCount, FiltersGetStat, FiltersSaveLargestParticleImages, FiltersSaveLargestParticleImagesEx, FinishFilters, GetCurrentFilterMeasurementDate, HelpOnFilters, InitFilters, ObjectiveInfo, StartFilters

AboutFilters

Description 

 AboutFilters();

This function displays information about the Filters application: the software version and Laboratory Imaging copyright.

FiltersDefaultLayout

Description 

 FiltersDefaultLayout();

Opens the default layout of the Filters Particle Analysis.

FiltersGetData

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,
   int  Double_Count
);

Returns particle data measured in the Filters Particle Analysis.

Parameters

char *Double_Buf_MaxFeret

Maximal value of the set of Feret's diameters for each particle.

char *Double_Buf_Width

Width of each particle.

char *Double_Buf_EqDia

Equivalent Diameter of each particle.

char *Double_Buf_Length

Length of each particle.

char *Double_Buf_StageX

X stage position of each particle.

char *Double_Buf_StageY

Y stage position of each particle.

char *Int_Buf_Material

Material of each particle.

int Double_Count

Field allocation.

FiltersGetDataRecordsCount

Description 

 FiltersGetDataRecordsCount();

Returns the number of particles measured in the Filters Particle Analysis.

FiltersGetStat

Description 

 FiltersGetStat(
   char *Count_Int_Buf,
   char *CountSum_Int_Buf,
   int  Num_Ints
);

Returns class statistics for the particles measured in the Filters Particle Analysis.

Parameters

char *Count_Int_Buf

Particle count.

char *CountSum_Int_Buf

Cumulative particle count.

int Num_Ints

Number of largest particles to be saved.

FiltersSaveLargestParticleImages

Description 

 FiltersSaveLargestParticleImages(
   char *ParticlesFolder,
   int  Num_Ints
);

Saves the specified number of largest particles measured in the Filters Particle Analysis into the specified folder.

Parameters

char *ParticlesFolder

Folder to which the particles are saved.

int Num_Ints

Gives information about the pDestFile field capacity (number of characters).

FiltersSaveLargestParticleImagesEx

Description 

 FiltersSaveLargestParticleImagesEx(
   char *ParticlesFolder,
   int  Num_Ints,
   int  ParticleSortFeature,
   int  ParticlePhase
);

Saves the specified number of largest particles measured in the Filters Particle Analysis into the specified folder.

Parameters

char *ParticlesFolder

Folder to which the particles are saved.

int Num_Ints

Gives information about the pDestFile field capacity (number of characters).

int ParticleSortFeature

Particle sorting feature.

int ParticlePhase

Particle phase.

FinishFilters

Description 

 FinishFilters();

This function exits the application for filter analysis and switches back to the main window.

See Also 
StartFilters

GetCurrentFilterMeasurementDate

Description 

 GetCurrentFilterMeasurementDate(
   int64 *pTimeStamp
);

Returns the measurement date of the currently opened filter.

Parameters

int64 *pTimeStamp

Return time stamp.

HelpOnFilters

Description 

 HelpOnFilters();

This function opens the Filters Particle Analysis help.

InitFilters

Description 

 InitFilters();

Performs filters initialization.

ObjectiveInfo

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.

StartFilters

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

_ExportFilterFile

Description 

 _ExportFilterFile(
   char *FilterFilename,
   int  Num_Ints
);

Saves the captured/measured filter into a file via the Save as... dialog.

Parameters

char *FilterFilename

Full path to the filter file.

int Num_Ints

Gives information about the pDestFile field capacity (number of characters).