Get_3DObjectFeatureDataDbl, Get_3DObjectFeatureDataStr, Get_3DObjectFeatureName, Get_3DObjectFeaturesCount, Get_3DObjectFeatureValueDbl, Get_3DObjectFeatureValueStr, Get_3DObjectRecordsCount, Get_BinaryInRoiFeatureData, Get_BinaryInRoiFeatureStats, Get_BinaryInRoiFeatureStatsInLocation, Get_BinaryInRoiFeatureValue, Get_BinaryInRoiFeatureValueString, Get_FieldFeatureData, Get_FieldFeatureDataInBinary, Get_FieldFeatureName, Get_FieldFeatureStats, Get_FieldFeatureStatsInBinary, Get_FieldFeatureStatsInBinaryAndLocation, Get_FieldFeatureStatus, Get_FieldFeatureValue, Get_FieldFeatureValueInBinary, Get_FieldFeatureValueString, Get_Histo, Get_IFeatureData, Get_IFeatureSData, Get_IFeatureSValueString, Get_IFeatureValueString, Get_NumFeatures, Get_NumFields, Get_NumIFeatureRecords, Get_NumIFeatureSRecords, Get_NumObjects, Get_NumObjectsInBinary, Get_NumObjectsInBinaryAndRoi, Get_ObjectFeatureData, Get_ObjectFeatureDataInBinary, Get_ObjectFeatureDataInBinaryAndRoi, Get_ObjectFeatureName, Get_ObjectFeatureStats, Get_ObjectFeatureStatsInBinary, Get_ObjectFeatureStatsInBinaryAndRoi, Get_ObjectFeatureStatsInBinaryAndRoiAndLocation, Get_ObjectFeatureStatus, Get_ObjectFeatureValue, Get_ObjectFeatureValueInBinary, Get_ObjectFeatureValueInBinaryAndRoi, Get_ObjectFeatureValueString, Get_ObjectFeatureValueStringInBinaryAndRoi, Get_ROIFeatureData, Get_ROIFeatureStats, Get_ROIFeatureStatsInLocation, Get_ROIFeatureValue, Get_ROIFeatureValueString, Get_ROINumObjects, Get_TableFeatureData, ResetAutoMeasData
Description
double Get_3DObjectFeatureDataDbl( char *FeatName
, double *lpData
);
Returns values of the 3D feature as a double.
Parameters
Description
char Get_3DObjectFeatureDataStr( char *FeatName
, char *Buffer
);
Returns values of the 3D feature as a string.
Address of the buffer is separated by \0 and ended by \0\0. E.g.: "aaa\0bbb\0ccc\0\0"
Description
int Get_3DObjectFeatureName( intIndex
, char *FeatName
);
Returns the name of the feature on the defined Index (order in which the 3D features are saved).
Description
double Get_3DObjectFeatureValueDbl( char *FeatName
, int3DObject
);
Returns one value of the 3D feature as a double.
Description
char Get_3DObjectFeatureValueStr( char *FeatName
, int3DObject
, char *Buffer
);
Returns one value of the 3D feature as a string.
Address of the buffer is separated by \0 and ended by \0\0. E.g.: "aaa\0bbb\0ccc\0\0"
Parameters
Description
int Get_3DObjectFeaturesCount();
Returns the number of 3D features.
Description
Get_BinaryInRoiFeatureData( char *FieldFeatName
, double *lpData
, intField
, intROI
);
This function fills the array of the double values with the featname values (from binary layer in ROI) in the specified field in the Automated measurement.
Parameters
Description
Get_BinaryInRoiFeatureStats( char *FeatName
, intField
, intROI
, char *Binary
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
This function retrieves basic statistical values from the binary layer in ROI of the specific feature from the specified field type. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
Get_BinaryInRoiFeatureStatsInLocation( char *FeatName
, intAutoMeasDataLocation
, intField
, intROI
, char *Binary
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
Retrieves basic statistical values from the binary layer in ROI of the specific feature from the specified field type and location. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
Get_BinaryInRoiFeatureValue( char *FieldFeatName
, intField
, intROI
, char *Binary
);
This function returns feature value of the binary layer in ROI in the specified field in the Automated measurement. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
Get_BinaryInRoiFeatureValueString( char *Result
, char *FieldFeatName
, intField
, intROI
, char *Binary
);
This function returns the feature value of the binary layer in ROI in the specified field in the Automated measurement. The feature must have the string type. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
int Get_FieldFeatureData( char *FeatName
, double *lpdata
);
This function fills the array of the double values with values of the featname from all fields.
Parameters
See Also
Get_FieldFeatureStats, Get_FieldFeatureValue, Get_FieldFeatureStatus
Description
int Get_FieldFeatureDataInBinary( char *FieldFeatName
, char *Binary
, double *lpData
);
Fills the array of the double values with values of featname from all fields measured in the Automated measurement. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Return Values
See Also
Get_FieldFeatureData, Get_FieldFeatureStatsInBinary, Get_FieldFeatureValueInBinary
Description
INT Get_FieldFeatureName( intIndex
, char *FeatName
);
This function retrieves the name of the field feature according to the zero based index. The function fills the featname on output.
Return Values
See Also
Get_NumFeatures, Get_FieldFeatureStatus, Get_FieldFeatureValue, Get_FieldFeatureData, Get_FieldFeatureStats
Description
LONG Get_FieldFeatureStats( char *FeatName
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
This function retrieves the basic statistical values of the specific feature.
Parameters
Return Values
See Also
Get_FieldFeatureData
Description
int Get_FieldFeatureStatsInBinary( char *FieldFeatName
, char *Binary
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
Retrieves the basic statistical values of the specific feature from all fields measured in Automated measurement. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Return Values
See Also
Get_FieldFeatureStats, Get_FieldFeatureDataInBinary
Description
Get_FieldFeatureStatsInBinaryAndLocation( char *FieldFeatName
, intAutoMeasDataLocation
, char *Binary
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
Retrieves the basic statistical values of the specific feature in the binary layer and from a specified location. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
int Get_FieldFeatureStatus(
char *FieldFeatName
);
This function returns TRUE (1) if the featname parameter is currently selected for field measurements.
Return Values
See Also
Get_FieldFeatureData
Description
double Get_FieldFeatureValue( char *FieldFeatName
, intField
);
This function returns the value of the featname parameter of the specified field.
Parameters
Return Values
// Get_FieldFeatureValue example - shows how to retrieve field measurement data. int xs,ys,width,height,qw; char caption[256],buf[256]; dword key,keys[10]; char *str; double area_fraction; key=0; keys[0] = VK_RETURN; strcpy(caption,"API Example - Get_FieldFeatureValue function"); Int_CreateTextWindow(caption,0,RGB(0,0,128),RGB_WHITE,100); SetCommandText("Working..."); Wait(2); Get_Size(SIZE_PICWND,&xs,&ys,&width,&height); qw=Int_Question("LIM API Example","Resetting field measurement definition.\nDo you want to continue?","&Yes","&No","","",1,0); if(qw==2) goto end; ResetFieldFeatures(); SelectFieldFeature("AreaFraction"); str = "This example macro measures\nAreaFraction of binary image and\noutputs the result on the screen."); WaitText(0, str); qw=Int_Question("LIM API Example", "Please, define a binary image","It is already created.","I will create it now.","","",1,0); if(qw==BUTTON_2) { strcpy(caption," application API Example - Create a Binary Image.\tPress Enter when ready. "); Int_CreateTextWindow(caption,4,RGB(0,0,128),RGB_WHITE,100); while(key != keys[0]) key=Int_GetEvents(keys,1); strcpy(caption,"API Example - Field measurement"); Int_CreateTextWindow(caption,0,RGB(0,0,128),RGB_WHITE,100); } MeasFrame(10,10,width-10,height-10); MeasureField(); area_fraction = Get_FieldFeatureValue("AreaFraction",0); sprintf(buf, "AreaFraction = %.2f", "area_fraction"); WaitText(0, buf); end: Int_CloseTextWindow();
See Also
Get_NumFeatures, Get_FieldFeatureName, Get_FieldFeatureData, Get_FieldFeatureStats
Description
double Get_FieldFeatureValueInBinary( char *FieldFeatName
, intField
, char *Binary
);
Returns the value of the featname parameter of the specified field within the specified binary layer. Please use Get_FieldFeatureValueString if you wish to return the value of the string feature (filename, etc). Enter NULL (0) or an empty string into the Binary parameter to get the value of the first measured binary layer.
Parameters
Return Values
See Also
Get_FieldFeatureValue, Get_FieldFeatureValueString, Get_FieldFeatureDataInBinary
Description
int Get_FieldFeatureValueString( char *Result
, char *FieldFeatName
, intField
, char *Binary
);
Returns the value of feature featname of the specified field within the specified binary layer. The feature must have the string type. Enter NULL (0) or an empty string into the Binary parameter to get the value of the first measured binary layer.
Parameters
See Also
Get_FieldFeatureValueInBinary, Get_FieldFeatureValue
Description
int Get_Histo( lpwordhisto
, intnum_of_histo
, double *data
, dwordnum_of_data
, double *bins
, intnum_of_bins
);
This function enables you to sample the whole range of the data by user-defined class width.
Parameters
// Get_Histo example - creates size distribution of artificially created image. char caption[256],user[256]; int qw,num_bins, width, height, i, j, radius; dword num; double data[10000],addit; dword histo[200],index,tmp; double mean,stdev,minval,maxval,dhisto[200],bins[200]; strcpy(caption,"API Example - Get_Histo function"); Int_CreateTextWindow(caption,0,RGB(0,0,128),RGB_WHITE,100); SetCommandText("Working..."); Wait(2); qw=Int_Question("LIM API Example","Resetting object measurement definition.\nDo you want to continue?","&Yes","&No","","",1,0); if(qw==2) goto end; ResetObjectFeatures(); SelectObjectFeature("Area"); Int_CreateTextWindow("Wait a moment, please.\tCreating Artificial Binary Image.",5,RGB(0,0,128),RGB_WHITE,70); ClearBinary(); InvertBinary(); Get_Size(SIZE_PICWND,NULL,NULL,&width,&height); InsertLines(32,0,4,MODE_SUB,0); InsertLines(53,1,4,MODE_SUB,0); InsertLines(74,2,4,MODE_SUB,0); InsertLines(95,3,4,MODE_SUB,0); radius = 100; for(i=100; i<width; i=i+100) { for(j=100; j<height; j=j+100) { InsertCircle(i,j,radius,0,MODE_SUB,0); radius=radius+3; } } ErodeBinary(1,5); CleanBinary(2,4); MeasFrame(10, 60, width-60, height-10); Restrictions("Area",0,1,0.00000,1.00000e30); Int_CreateTextWindow("Wait a moment, please.\tMeasuring Object Areas.",5,RGB(0,0,128),RGB_WHITE,70); ScanObjects(); num=Get_NumObjects(FIELD_TOTAL,0); if(num>10000) { Int_Query("API Example - Get_Histo function","There are measured too many objects.","OK"); goto end; } Int_CreateTextWindow("Wait a moment, please.\tProcessing Measured Data.",5,RGB(0,0,128),RGB_WHITE,70); Get_ObjectFeatureData("Area",data,FIELD_TOTAL,0); qw=Int_Question("API Example - Get_Histo Function","How many bins should contain the histogram?","5","10","20","40",BUTTON_3,0); if(qw==BUTTON_1) num_bins=5; if(qw==BUTTON_2) num_bins=10; if(qw==BUTTON_3) num_bins=20; if(qw==BUTTON_4) num_bins=40; Get_Histo(histo,num_bins,data,num,bins,-num_bins); Get_ObjectFeatureStats("Area",FIELD_TOTAL,&mean,&stdev,&minval,&maxval,0); addit=maxval/num_bins; for(index=0;index<num_bins;index=index+1) dhisto[index]=histo[index]; Int_GSCreateWindow("API Example",6,0,0,width-20,400); Int_GSHistoData(dhisto,NULL,NULL,NULL,num_bins,0); Int_GSHistoBins(bins+1,num_bins); Int_GSLegend("Frequency",NULL,NULL,NULL); Int_GSTitles("Area","", "Area distribution"); sprintf(user,"Mean: %.3f","mean"); Int_GSUserText(user); Int_GSShow(GS_HISTO); end: Int_CloseTextWindow();
See Also
Get_FieldFeatureName, Get_ObjectFeatureName
Description
Get_IFeatureData( intFeatureConst
, double *DoubleBuffer
, intClassNumber
);
This function gets the specified feature data from a chosen class. This function is deprecated. See the Get_IFeatureSData function.
Parameters
FeatureConst
Select a feature
Counts feature data | |
Numbers feature data | |
Length feature data | |
Angle feature data | |
Radius feature data | |
Diameter feature data | |
Axis A feature data | |
Axis B feature data | |
Area feature data | |
Eq. diameter feature data | |
Min. feret feature data | |
Max. feret feature data | |
Mean red feature data | |
Mean green feature data | |
Mean blue feature data | |
Mean gray feature data | |
Min. gray feature data | |
Max. gray feature data | |
Luminance feature data | |
Mean brightness feature data | |
Min. brightness feature data | |
Max. brightness feature data | |
Integral brightness feature data | |
Mean density feature data | |
Min. density feature data | |
Max. density feature data | |
Integral density feature data | |
Perimeter feature data | |
Excitation feature data | |
Wavelength feature data | |
Sum intensity feature data | |
Length XY feature data | |
Length XYZ feature data | |
Height (3D) feature data | |
Time position data | |
Z position data | |
Multipoint feature data | |
Time feature data | |
Velocity feature data | |
Shape factor feature data | |
Roughness feature data |
See Also
Get_IFeatureSData
Description
Get_IFeatureSData( char *FeatName
, double *DoubleBuffer
, intClassNumber
);
This function gets the specified feature data from a chosen class.
Parameters
Note
This function replaces the older Get_IFeatureData function which was based on constants instead of GUI names of the measurement features.
Description
Get_IFeatureSValueString( char *Result
, intFeatName
, intRecord
);
This function gets the specified string feature data from Manual measurement.
Parameters
See Also
Get_NumIFeatureSRecords, Get_IFeatureSData
Description
Get_IFeatureValueString( char *Result
, intFeatureConst
, intRecord
);
This function gets the specified string feature data from Manual measurement.
Parameters
Note
This function is deprecated
See Also
Get_IFeatureSValueString
Description
INT Get_NumFeatures(
int Meas
);
This function returns number of all features for object or field measurement.
// Get_NumFeatures example char buf[255]; int d1,d2; d1 = Get_NumFeatures(MEAS_OBJECT); d2 = Get_NumFeatures(MEAS_FIELD); sprintf(buf,"There are %i object features and %i field features.\n\n\n","d1,d2"); WaitText(0,buf);
See Also
Get_ObjectFeatureName, Get_FieldFeatureName, Get_ObjectFeatureStatus, Get_FieldFeatureStatus
Description
int Get_NumFields(
int Meas
);
This function returns number number of measured fields in object or field measurement.
// Get_NumFields example - shows how to get the number of already measured fields. long number1, number2; char buf[256]; number1=Get_NumFields(MEAS_OBJECT,0); number2=Get_NumFields(MEAS_FIELD,0); sprintf(buf,"There are %i measured fields-object measurement.\nThere are %i measured fields-fieldmeasurement.","number1, number2"); WaitText(0,buf);
See Also
Get_ObjectFeatureStats, Get_FieldFeatureStats, Get_ObjectFeatureData, Get_NumObjects, Get_FieldFeatureData
Description
int Get_NumIFeatureRecords(
int FeatureConst
);
Returns number of records available for the specified feature in the Manual measurement.
Parameters
Note
This function is deprecated.
See Also
Get_NumIFeatureSRecords
Description
int Get_NumIFeatureSRecords(
char *FeatName
);
Returns number of records available for the specified feature in the Manual measurement.
Note
This function replaces the older Get_NumIFeatureSRecords function which was based on constants instead of GUI names.
See Also
Get_IFeatureValueString, Get_IFeatureData
Description
LONG Get_NumObjects( intField
, intclassval
);
This function returns the number of objects for the specific field (or for all fields) and for the specific class. The function is designed for object measurement.
Parameters
Return Values
See Also
Get_ObjectFeatureValue, Get_Histo, Get_ObjectFeatureData, Get_NumFields, Get_FieldFeatureData
Description
int Get_NumObjectsInBinary( intField
, char *Binary
, intClass
);
Returns the number of objects for the specific field (or for all fields), specific binary layer and for the specific class. The function is designed for object automated measurement. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Return Values
See Also
Get_NumObjects, Get_NumFields, Get_ObjectFeatureDataInBinary
Description
Get_NumObjectsInBinaryAndRoi( intField
, char *Binary
, intRoiId
, intClass
);
Returns the number of objects for the specific field (or for all fields), specific binary layer and ROI and for the specific class. The function is designed for object automated measurement. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Description
Get_ObjectFeatureData( char *FeatName
, double *lpData
, intField
, intclassval
);
This function fills the array of the double values with the featname values from objects that belong to the field and have classval class stamp.
Parameters
See Also
Get_ObjectFeatureValue, Get_Histo, Get_NumObjects, Get_NumFields, Get_ObjectFeatureStats
Description
int Get_ObjectFeatureDataInBinary( char *FeatName
, double *lpData
, intField
, char *Binary
, intClass
);
Fills the array of the double values with the featname values from objects that belong to the field within the specified binary layer and have classval class stamp. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
See Also
Get_ObjectFeatureData, Get_NumObjectsInBinary, Get_ObjectFeatureValueInBinary, Get_ObjectFeatureValueString
Description
Get_ObjectFeatureDataInBinaryAndRoi( char *FeatName
, int *lpdata
, intField
, char *Binary
, intRoiId
, intClass
, char *SortFeatName
, int *SortAscending
);
Fills the array of the double values with the FeatName values from objects in the binary layer and ROI. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
int Get_ObjectFeatureName( intIndex
, char *FeatName
);
This function retrieves the name of the object feature according to the zero based index. Index parameter is the index to the array of all object features. The function fills featname on output.
Return Values
See Also
Get_ObjectFeatureValue, Get_ObjectFeatureStatus, Get_ObjectFeatureData, Get_NumFeatures, Get_ObjectFeatureStats
Description
Get_ObjectFeatureStats( char *FeatName
, intField
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
, intclassval
);
This function retrieves the basic statistical values of the specific feature from the specified field type and specified class.
Parameters
See Also
Get_Histo, Get_NumObjects, Get_NumFields, Get_ObjectFeatureData
Description
int Get_ObjectFeatureStatsInBinary( char *FeatName
, intField
, char *Binary
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
, intClass
);
Retrieves the basic statistical values of the specific feature from the specified field type within the specified binary layer and specified class. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Return Values
See Also
Get_ObjectFeatureStats, Get_NumObjectsInBinary, Get_ObjectFeatureDataInBinary
Description
Get_ObjectFeatureStatsInBinaryAndRoi( char *FeatName
, intField
, char *Binary
, intROI
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
, intClass
);
Retrieves the basic statistical values of the specific feature from the specified ROI and binary layer. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
Get_ObjectFeatureStatsInBinaryAndRoiAndLocation( char *FeatName
, intAutoMeasDataLocation
, intField
, char *Binary
, intROI
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
, intClass
);
Retrieves the basic statistical values of the specific feature from the specified ROI and binary layer and location. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
INT Get_ObjectFeatureStatus(
char *FeatName
);
This function returns TRUE (1) if the featname parameter is currently selected for object measurements.
Return Values
See Also
Get_NumFeatures, Get_ObjectFeatureData, Get_ObjectFeatureValue, Get_ObjectFeatureName
Description
Get_ObjectFeatureValue( char *FeatName
, intField
, intobject
, intClass
);
This function returns the feature value of the object in the specified field.
Parameters
Description
double Get_ObjectFeatureValueInBinary( char *FeatName
, intField
, char *Binary
, intObject
, intClass
);
Returns the feature value of the object in the specified field within the specified binary layer. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
See Also
Get_ObjectFeatureValue, Get_ObjectFeatureDataInBinary, Get_NumObjectsInBinary
Description
Get_ObjectFeatureValueInBinaryAndRoi( char *FeatName
, intField
, char *Binary
, intRoiId
, intObject
, intClass
, char *SortFeatName
, int *SortAscending
);
Returns the feature value of the object in the specified field within the specified binary layer and ROI. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
int Get_ObjectFeatureValueString( char *Result
, char *FeatName
, intField
, char *Binary
, intObject
, intClass
);
Returns the feature value of the object in the specified field within the specified binary layer. The feature must have the string type. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
See Also
Get_ObjectFeatureValue, Get_ObjectFeatureValueInBinary, Get_ObjectFeatureDataInBinary, Get_NumObjectsInBinary
Description
Get_ObjectFeatureValueStringInBinaryAndRoi( char *Result
, char *FeatName
, intField
, char *Binary
, intROI
, intObject
, intClass
, char *SortFeatName
, int *SortAscending
);
Returns the feature value of the object in the specified field within the specified binary layer and ROI. The feature must have the string type. Enter NULL (0) or an empty string into the Binary parameter to get all values regardless of the source binary layer.
Parameters
Description
int Get_ROIFeatureData( char *FieldFeatName
, double *lpData
, intField
);
Fills the array of the double values with the featname values from ROIs that belong to the field in Automated measurement.
Parameters
See Also
Get_ObjectFeatureData, Get_ROINumObjects, Get_ROIFeatureValue, Get_ROIFeatureStats
Description
int Get_ROIFeatureStats( char *FieldFeatName
, intField
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
Retrieves the basic statistical values of the specified measurement feature from the specified field.
Parameters
See Also
Get_ObjectFeatureStats, Get_ROIFeatureData, Get_ROINumObjects, Get_ROIFeatureValue
Description
Get_ROIFeatureStatsInLocation( char *FieldFeatName
, intAutoMeasDataLocation
, intField
, double *LpMean
, double *LpStDev
, double *LpMinVal
, double *LpMaxVal
);
Retrieves the basic statistical values of the specified measurement feature from the specified field and location.
Parameters
Description
double Get_ROIFeatureValue( char *FieldFeatName
, intField
, intROI
);
Returns the feature value of the ROI in the specified field in Automated measurement.
Parameters
See Also
Get_ROINumObjects, Get_ROIFeatureValueString
Description
int Get_ROIFeatureValueString( char *Result
, char *FieldFeatName
, intField
, intROI
);
Returns the feature value of the ROI in the specified field in Automated measurement. The feature must have the string type.
Parameters
See Also
Get_ROIFeatureValue
Description
int Get_ROINumObjects(
int Field
);
This function returns the number of ROIs for the specific field (or for all fields). It is designed for object automated measurement.
Parameters
See Also
Get_NumFields, Get_ROIFeatureValue