MIL_ID ContextOrResultImId, | //in |
MIL_INT64 InquireType, | //in |
void *UserVarPtr | //out |
This function inquires information about an image processing context or result buffer setting. The image processing context or result buffer must have been allocated with MimAlloc() or MimAllocResult(), respectively.
Specifies the identifier of the image processing context or result buffer about which to inquire information.
See the Parameter associations section for possible values that can be specified.
Specifies the type of information about which to inquire.
See the Parameter associations section for possible values that can be specified.
Specifies the address of the variable in which to write the requested information. Since the MimInquire() function also returns the requested information, you can set this parameter to M_NULL.
See the Parameter associations section for possible values that can be returned.
The tables below list possible values for the ContextOrResultImId and InquireType parameters and possible values returned to the UserVarPtr parameter.
For any image processing result buffer, the ContextOrResultImId and InquireType parameters can be set to one of the following.
For inquiring about any image processing result
buffer
|
|||||||||||||||||||||||||||||||||||||||
ContextOrResultImId | Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
Image processing result buffer ID |
Specifies an image processing result buffer, allocated using MimAllocResult(). (summarize)Specifies an image processing result buffer, allocated using MimAllocResult(). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ALLOCATED_TYPE + |
Inquires the image processing result buffer's data type, as was set using MimAllocResult() upon allocation. (summarize)Inquires the image processing result buffer's data type, as was set using MimAllocResult() upon allocation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image processing result buffer's data-type cannot be determined. Note that any result buffer that does not support allocation with a combination value from the For M_PROJ_LIST, M_EXTREME_LIST, or M_EVENT_LIST to change the type of data to store table will return this value. (summarize)Specifies that the image processing result buffer's data-type cannot be determined. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_FLOAT |
Specifies that the image processing result buffer was allocated with a MIL_FLOAT data-type. |
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT |
Specifies that the image processing result buffer was allocated with a MIL_INT data-type. |
||||||||||||||||||||||||||||||||||||||
M_MODIFICATION_COUNT + |
Inquires the number of modifications made to the result buffer since it was allocated. (summarize)Inquires the number of modifications made to the result buffer since it was allocated. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of modifications. |
||||||||||||||||||||||||||||||||||||||
M_OWNER_SYSTEM + |
Inquires the identifier of the system on which the result buffer is allocated. SET (summarize)Inquires the identifier of the system on which the result buffer is allocated. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_ID
Data type info: Data
type: address of a MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
||||||||||||||||||||||||||||||||||||||
M_RESULT_SIZE + |
Inquires the number of entries in the result buffer. SET (summarize)Inquires the number of entries in the result buffer. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the number of buffer entries. INFO |
||||||||||||||||||||||||||||||||||||||
M_RESULT_TYPE + |
Inquires the attribute or nature of the result buffer. SET (summarize)Inquires the attribute or nature of the result buffer. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AUGMENTATION_RESULT |
Specifies that the buffer can hold MimAugment() results. |
||||||||||||||||||||||||||||||||||||||
M_COUNT_LIST |
Specifies that the buffer can hold MimCountDifference() results. |
||||||||||||||||||||||||||||||||||||||
M_EVENT_LIST |
Specifies that the buffer can hold MimLocateEvent() results. |
||||||||||||||||||||||||||||||||||||||
M_EXTREME_LIST |
Specifies that the buffer can hold MimFindExtreme() results. |
||||||||||||||||||||||||||||||||||||||
M_FIND_ORIENTATION_LIST |
Specifies that the buffer can hold MimFindOrientation() results. |
||||||||||||||||||||||||||||||||||||||
M_HIST_LIST |
Specifies that the buffer can hold MimHistogram() results. |
||||||||||||||||||||||||||||||||||||||
M_LOCATE_PEAK_1D_RESULT |
Specifies that the buffer can hold MimLocatePeak1d() results. INFO |
||||||||||||||||||||||||||||||||||||||
M_PROJ_LIST |
Specifies that the buffer can hold MimProjection() results. |
||||||||||||||||||||||||||||||||||||||
M_STATISTICS_RESULT |
Specifies that the buffer can hold MimStatCalculate() results. |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_TRANSFORM_RESULT |
Specifies that the buffer can hold results from MimWaveletTransform() and MimWaveletDenoise(). INFO |
For any image processing context, the ContextOrResultImId and InquireType parameters can be set to the following:
For inquiring about any image processing
context
|
|||||||||||||||||||||||||||||||||||||||
ContextOrResultImId | Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
Image processing context ID |
Specifies an image processing context, allocated using MimAlloc(). (summarize)Specifies an image processing context, allocated using MimAlloc(). (more details...) |
||||||||||||||||||||||||||||||||||||||
M_CONTEXT_TYPE + |
Inquires the type of the image processing context. Note that on 32-bit platforms, the value returned will be 0 for all image processing context types that exceed the 32-bit range (only the deinterlacing image processing context is not subject to this limitation). SET (summarize)Inquires the type of the image processing context. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AUGMENTATION_CONTEXT |
Specifies an image processing context that can be used with MimAugment(). |
||||||||||||||||||||||||||||||||||||||
M_BINARIZE_ADAPTIVE_CONTEXT |
Specifies an image processing context that can be used with MimBinarizeAdaptive() to perform an adaptive binarization. |
||||||||||||||||||||||||||||||||||||||
M_BINARIZE_ADAPTIVE_FROM_SEED_CONTEXT |
Specifies an image processing context that can be used with MimBinarizeAdaptive() to perform an adaptive binarization using seeds. |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXEL_CONTEXT |
Specifies an image processing context that can be used with MimDeadPixelCorrection(). |
||||||||||||||||||||||||||||||||||||||
M_DEINTERLACE_CONTEXT |
Specifies an image processing context that can be used with MimDeinterlace(). |
||||||||||||||||||||||||||||||||||||||
M_FIND_ORIENTATION_CONTEXT |
Specifies an image processing context that can be used with MimFindOrientation(). |
||||||||||||||||||||||||||||||||||||||
M_FLAT_FIELD_CONTEXT |
Specifies an image processing context that can be used with MimFlatField(). |
||||||||||||||||||||||||||||||||||||||
M_HISTOGRAM_EQUALIZE_ADAPTIVE_CONTEXT |
Specifies an image processing context that can be used with MimHistogramEqualizeAdaptive(). |
||||||||||||||||||||||||||||||||||||||
M_LINEAR_FILTER_IIR_CONTEXT |
Specifies an image processing context that can be used with MimConvolve() or MimDifferential(). |
||||||||||||||||||||||||||||||||||||||
M_LOCATE_PEAK_1D_CONTEXT |
Specifies an image processing context that can be used with MimLocatePeak1d(). |
||||||||||||||||||||||||||||||||||||||
M_MATCH_CONTEXT |
Specifies an image processing context that can be used with MimMatch(). |
||||||||||||||||||||||||||||||||||||||
M_REARRANGE_CONTEXT |
Specifies an image processing context that can be used with MimRearrange(). |
||||||||||||||||||||||||||||||||||||||
M_STATISTICS_CONTEXT |
Specifies an image processing context that can be used with MimStatCalculate(). |
||||||||||||||||||||||||||||||||||||||
M_STATISTICS_CUMULATIVE_CONTEXT |
Specifies an image processing context that can be used with MimStatCalculate() when calculating statistics from multiple images. |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_TRANSFORM_CONTEXT |
Specifies an image processing context that can be used with MimWaveletTransform() and MimWaveletDenoise(). |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_TRANSFORM_CUSTOM_CONTEXT |
Specifies a custom image processing context that can be used with MimWaveletTransform() and MimWaveletDenoise(). |
For an image processing context of a specific type, the ContextOrResultImId and InquireType parameters can be set to one of the following:
For inquiring about a specific type of image
processing context
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
Adaptive binarize context ID |
Specifies an adaptive binarize context, allocated using MimAlloc() with M_BINARIZE_ADAPTIVE_CONTEXT, and used in MimBinarizeAdaptive() operations. (summarize)Specifies an adaptive binarize context, allocated using MimAlloc() with M_BINARIZE_ADAPTIVE_CONTEXT, and used in MimBinarizeAdaptive() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_AVERAGE_MODE + |
Inquires how MIL establishes average pixel values. SET (summarize)Inquires how MIL establishes average pixel values. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_GAUSSIAN |
Specifies a Gaussian type average. |
||||||||||||||||||||||||||||||||||||||
M_UNIFORM |
Specifies a uniform type average. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_VALUE + |
Inquires whether the objects to binarize are lighter or darker than the background. SET (summarize)Inquires whether the objects to binarize are lighter or darker than the background. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_BLACK |
Specifies that the objects to binarize are darker than the background. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_WHITE |
Specifies that the objects to binarize are lighter than the background. |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_MAX + |
Inquires the maximum threshold value. SET (summarize)Inquires the maximum threshold value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_UNKNOWN |
Specifies that there is no maximum threshold value restriction. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the maximum threshold value. |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_MIN + |
Inquires the minimum threshold value. SET (summarize)Inquires the minimum threshold value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_UNKNOWN |
Specifies that there is no minimum threshold value restriction. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the minimum threshold value. |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_OFFSET + |
Inquires the offset to add to each established threshold value. SET (summarize)Inquires the offset to add to each established threshold value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the offset. |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_OFFSET_SECOND_PASS + |
Inquires the offset to apply to the threshold values for the second pass of a hysteresis adaptive binarization. SET (summarize)Inquires the offset to apply to the threshold values for the second pass of a hysteresis adaptive binarization. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the offset. |
||||||||||||||||||||||||||||||||||||||
M_LOCAL_DIMENSION + |
Inquires the size of the neighborhood that the threshold mode uses to establish threshold values. SET (summarize)Inquires the size of the neighborhood that the threshold mode uses to establish threshold values. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the size of the neighborhood, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_MINIMUM_CONTRAST + |
Inquires the minimum contrast between background and foreground pixels. SET (summarize)Inquires the minimum contrast between background and foreground pixels. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the minimum contrast. |
||||||||||||||||||||||||||||||||||||||
M_NIBLACK_BIAS + |
Inquires the bias for Niblack's binarization mode. SET (summarize)Inquires the bias for Niblack's binarization mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the bias. INFO |
||||||||||||||||||||||||||||||||||||||
M_NIBLACK_BIAS_SECOND_PASS + |
Inquires the bias for the second pass of a Niblack adaptive binarization that uses a hysteresis process. SET (summarize)Inquires the bias for the second pass of a Niblack adaptive binarization that uses a hysteresis process. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the bias. |
||||||||||||||||||||||||||||||||||||||
M_THRESHOLD_MODE + |
Inquires how MIL establishes the threshold values with which to binarize the source image. SET (summarize)Inquires how MIL establishes the threshold values with which to binarize the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BERNSEN |
Specifies that threshold values are established using Bernsen's adaptive threshold algorithm. INFO |
||||||||||||||||||||||||||||||||||||||
M_LOCAL_MEAN |
Specifies that threshold values are established using adaptive local mean calculations. INFO |
||||||||||||||||||||||||||||||||||||||
M_NIBLACK |
Specifies that threshold values are established using Niblack's adaptive threshold algorithm. INFO |
||||||||||||||||||||||||||||||||||||||
M_PSEUDOMEDIAN |
Specifies that threshold values are established using adaptive pseudomedian calculations. INFO |
||||||||||||||||||||||||||||||||||||||
M_THRESHOLD_TYPE + |
Inquires the threshold type used for the adaptive binarization. SET (summarize)Inquires the threshold type used for the adaptive binarization. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_HYSTERESIS |
Specifies that the adaptive binarization uses a hysteresis process. INFO |
||||||||||||||||||||||||||||||||||||||
M_IN_RANGE |
Specifies to use the values inside the range defined by the two passes as the foreground. |
||||||||||||||||||||||||||||||||||||||
M_OUT_RANGE |
Specifies to use the values outside the range defined by the two passes as the foreground. |
||||||||||||||||||||||||||||||||||||||
M_SINGLE |
Specifies to use a single pass of the specified threshold. INFO |
||||||||||||||||||||||||||||||||||||||
Adaptive binarize from seed context ID |
Specifies an adaptive binarize context that uses seeds, allocated using MimAlloc() with M_BINARIZE_ADAPTIVE_FROM_SEED_CONTEXT, and used in MimBinarizeAdaptive() operations. (summarize)Specifies an adaptive binarize context that uses seeds, allocated using MimAlloc() with M_BINARIZE_ADAPTIVE_FROM_SEED_CONTEXT, and used in MimBinarizeAdaptive() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_VALUE + |
Inquires whether the objects to binarize are lighter or darker than the background. SET (summarize)Inquires whether the objects to binarize are lighter or darker than the background. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_BLACK |
Specifies that the objects to binarize are darker than the background. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_WHITE |
Specifies that the objects to binarize are lighter than the background. |
||||||||||||||||||||||||||||||||||||||
M_GLOBAL_OFFSET + |
Inquires the offset to add to each established threshold value. SET (summarize)Inquires the offset to add to each established threshold value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the offset. |
||||||||||||||||||||||||||||||||||||||
M_NB_ITERATIONS + |
Inquires the number of times to perform the adaptive threshold process specified with M_THRESHOLD_MODE. SET (summarize)Inquires the number of times to perform the adaptive threshold process specified with M_THRESHOLD_MODE. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_TO_IDEMPOTENCE |
Specifies that the threshold process iterates until idempotence is reached. INFO |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the number of iterations. INFO |
||||||||||||||||||||||||||||||||||||||
M_NB_SEED_ITERATIONS + |
Inquires the number of iterations with which to internally establish seeds. SET (summarize)Inquires the number of iterations with which to internally establish seeds. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the number of iterations. INFO |
||||||||||||||||||||||||||||||||||||||
M_THRESHOLD_MODE + |
Inquires how MIL uses seeds to establish the threshold values with which to binarize the source image. SET (summarize)Inquires how MIL uses seeds to establish the threshold values with which to binarize the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LEVEL |
Specifies that threshold values are established using an adaptive leveling. INFO |
||||||||||||||||||||||||||||||||||||||
M_RECONSTRUCT |
Specifies that threshold values are established using an adaptive geodesic reconstruction. INFO |
||||||||||||||||||||||||||||||||||||||
M_TOGGLE |
Specifies that threshold values are established as one of two possibilities, defined by the seeds. INFO |
||||||||||||||||||||||||||||||||||||||
Augmentation context ID |
Specifies an augmentation context, allocated using MimAlloc() with M_AUGMENTATION_CONTEXT, and used in MimAugment() operations. (summarize)Specifies an augmentation context, allocated using MimAlloc() with M_AUGMENTATION_CONTEXT, and used in MimAugment() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_AUG_ASPECT_RATIO_OP + |
Inquires whether to enable the aspect ratio operation. SET (summarize)Inquires whether to enable the aspect ratio operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_ASPECT_RATIO_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_ASPECT_RATIO_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ASPECT_RATIO_OP_MAX + |
Inquires the maximum aspect ratio to apply for M_AUG_ASPECT_RATIO_OP. SET (summarize)Inquires the maximum aspect ratio to apply for M_AUG_ASPECT_RATIO_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 16.0 |
Specifies the maximum aspect ratio. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ASPECT_RATIO_OP_MIN + |
Inquires the minimum aspect ratio to apply for M_AUG_ASPECT_RATIO_OP. SET (summarize)Inquires the minimum aspect ratio to apply for M_AUG_ASPECT_RATIO_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 16.0 |
Specifies the minimum aspect ratio. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ASPECT_RATIO_OP_MODE + |
Inquires the aspect ratio mode to apply for M_AUG_ASPECT_RATIO_OP. SET (summarize)Inquires the aspect ratio mode to apply for M_AUG_ASPECT_RATIO_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_BOTH |
Specifies that MIL sets the aspect ration mode. INFO |
||||||||||||||||||||||||||||||||||||||
M_INVERT |
Specifies to apply the aspect ratio as height/width. INFO |
||||||||||||||||||||||||||||||||||||||
M_NORMAL |
Specifies to apply the aspect ratio as width/height. INFO |
||||||||||||||||||||||||||||||||||||||
M_AUG_BLUR_MOTION_OP + |
Inquires whether to enable the operation that applies a motion blur kernel with random direction and kernel size. SET (summarize)Inquires whether to enable the operation that applies a motion blur kernel with random direction and kernel size. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_BLUR_MOTION_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_BLUR_MOTION_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_BLUR_MOTION_OP_ANGLE_MAX + |
Inquires the maximum value for the motion blur angle's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (summarize)Inquires the maximum value for the motion blur angle's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the maximum value for the motion blur angle's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_BLUR_MOTION_OP_ANGLE_MIN + |
Inquires the minimum value for the motion blur angle's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (summarize)Inquires the minimum value for the motion blur angle's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the minimum value for the motion blur angle's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_BLUR_MOTION_OP_SIZE_MAX + |
Inquires the maximum value for the kernel size's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (summarize)Inquires the maximum value for the kernel size's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
5.0 <= Value <= 15.0 |
Specifies the maximum value for the kernel size's random distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_BLUR_MOTION_OP_SIZE_MIN + |
Inquires the minimum value for the kernel size's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (summarize)Inquires the minimum value for the kernel size's random distribution [min, max], to apply for M_AUG_BLUR_MOTION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
5.0 <= Value <= 15.0 |
Specifies the min value for the kernel size's random distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_CROP_OP + |
Inquires whether to enable the crop operation. SET (summarize)Inquires whether to enable the crop operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_CROP_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_CROP_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_CROP_OP_FACTOR_X + |
Inquires the crop width factor, to apply for M_AUG_CROP_OP. SET (summarize)Inquires the crop width factor, to apply for M_AUG_CROP_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 1.0 |
Specifies the width factor. |
||||||||||||||||||||||||||||||||||||||
M_AUG_CROP_OP_FACTOR_Y + |
Inquires the crop height factor, to apply for M_AUG_CROP_OP. SET (summarize)Inquires the crop height factor, to apply for M_AUG_CROP_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 1.0 |
Specifies the height factor. |
||||||||||||||||||||||||||||||||||||||
M_AUG_CROP_OP_RESIZE + |
Inquires the crop rese option, to apply for M_AUG_CROP_OP. SET (summarize)Inquires the crop rese option, to apply for M_AUG_CROP_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies to not resize. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies to resize the crop dimensions according to the destination buffer size (MimAugment()). |
||||||||||||||||||||||||||||||||||||||
M_AUG_DILATION_ASYM_OP + |
Inquires whether to enable the asymmetrical dilation operation. SET (summarize)Inquires whether to enable the asymmetrical dilation operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_DILATION_ASYM_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_DILATION_ASYM_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_DILATION_ASYM_OP_NB_ITERATIONS_MAX + |
Inquires the maximum number of iterations for dilation, to apply for M_AUG_DILATION_ASYM_OP. SET (summarize)Inquires the maximum number of iterations for dilation, to apply for M_AUG_DILATION_ASYM_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_AUG_DILATION_OP + |
Inquires whether the dilation operation was enabled. SET (summarize)Inquires whether the dilation operation was enabled. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_DILATION_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_DILATION_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_DILATION_OP_NB_ITERATIONS_MAX + |
Inquires the maximum number of iterations, to apply for M_AUG_DILATION_OP. SET (summarize)Inquires the maximum number of iterations, to apply for M_AUG_DILATION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_AUG_EROSION_ASYM_OP + |
Inquires whether to enable the asymmetrical erosion operation. SET (summarize)Inquires whether to enable the asymmetrical erosion operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_EROSION_ASYM_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_EROSION_ASYM_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_EROSION_ASYM_OP_NB_ITERATIONS_MAX + |
Inquires the maximum number of iterations for dilation, to apply for M_AUG_EROSION_ASYM_OP. SET (summarize)Inquires the maximum number of iterations for dilation, to apply for M_AUG_EROSION_ASYM_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_AUG_EROSION_OP + |
Inquires whether to enable the erosion operation. SET (summarize)Inquires whether to enable the erosion operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_EROSION_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_EROSION_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_EROSION_OP_NB_ITERATIONS_MAX + |
Inquires the maximum number of iterations, to apply for M_AUG_EROSION_OP. SET (summarize)Inquires the maximum number of iterations, to apply for M_AUG_EROSION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_AUG_FLIP_OP + |
Inquires whether to enable the flip operation. SET (summarize)Inquires whether to enable the flip operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_FLIP_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_FLIP_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_FLIP_OP_DIRECTION + |
Inquires the maximum number of iterations, to apply for M_AUG_EROSION_OP. SET (summarize)Inquires the maximum number of iterations, to apply for M_AUG_EROSION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the maximum number of iterations. |
||||||||||||||||||||||||||||||||||||||
M_AUG_GAMMA_OP + |
Inquires whether to enable the gamma correction operation. SET (summarize)Inquires whether to enable the gamma correction operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_GAMMA_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_GAMMA_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_GAMMA_OP_DELTA + |
Inquires the range for the random distribution of gamma values [gamma - delta, gamma + delta], to apply for M_AUG_GAMMA_OP. SET (summarize)Inquires the range for the random distribution of gamma values [gamma - delta, gamma + delta], to apply for M_AUG_GAMMA_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 10.0 |
Specifies the range for the random distribution of gamma values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_GAMMA_OP_MODE + |
Inquires the gamma correction mode (for color images), to apply for M_AUG_GAMMA_OP. SET (summarize)Inquires the gamma correction mode (for color images), to apply for M_AUG_GAMMA_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ALL_BANDS |
Specifies to apply the same gamma correction to each color band. |
||||||||||||||||||||||||||||||||||||||
M_PER_BAND |
Specifies to apply a different random gamma correction to each color band. |
||||||||||||||||||||||||||||||||||||||
M_AUG_GAMMA_OP_VALUE + |
Inquires the gamma value, to apply for M_AUG_GAMMA_OP. SET (summarize)Inquires the gamma value, to apply for M_AUG_GAMMA_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 10.0 |
Specifies the gamma value. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HSV_VALUE_GAIN_OP + |
Inquires whether to enable the operation that multiplies (gain) the color image's value band (HSV) by a random factor. SET (summarize)Inquires whether to enable the operation that multiplies (gain) the color image's value band (HSV) by a random factor. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_HSV_VALUE_GAIN_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_HSV_VALUE_GAIN_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HSV_VALUE_GAIN_OP_MAX + |
Inquires the maximum value for the random value factor's distribution [min, max], to use for M_AUG_HSV_VALUE_GAIN_OP. SET (summarize)Inquires the maximum value for the random value factor's distribution [min, max], to use for M_AUG_HSV_VALUE_GAIN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum value for the random value factor's distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HSV_VALUE_GAIN_OP_MIN + |
Inquires the minimum value for the random value factor's distribution [min, max], to use for M_AUG_HSV_VALUE_GAIN_OP. SET (summarize)Inquires the minimum value for the random value factor's distribution [min, max], to use for M_AUG_HSV_VALUE_GAIN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the minimum value for the random value factor's distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HUE_OFFSET_OP + |
Inquires whether to enable the operation that adds a random hue angle to hue values. SET (summarize)Inquires whether to enable the operation that adds a random hue angle to hue values. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_HUE_OFFSET_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_HUE_OFFSET_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HUE_OFFSET_OP_MAX + |
Inquires the maximum value for the random hue angles' distribution [min, max], to use for M_AUG_HUE_OFFSET_OP. SET (summarize)Inquires the maximum value for the random hue angles' distribution [min, max], to use for M_AUG_HUE_OFFSET_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the maximum value for the random hue angles' distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_HUE_OFFSET_OP_MIN + |
Inquires the minimum value for the random hue angles' distribution [min, max], to use for M_AUG_HUE_OFFSET_OP. SET (summarize)Inquires the minimum value for the random hue angles' distribution [min, max], to use for M_AUG_HUE_OFFSET_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the minimum value for the random hue angles' distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_ADD_OP + |
Inquires whether to enable the intensity addition (offset) operation. SET (summarize)Inquires whether to enable the intensity addition (offset) operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_INTENSITY_ADD_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_INTENSITY_ADD_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_ADD_OP_DELTA + |
Inquires the range for the random distribution of intensity addition (offset) values [offset - delta, offset + delta], to apply for M_AUG_INTENSITY_ADD_OP. SET (summarize)Inquires the range for the random distribution of intensity addition (offset) values [offset - delta, offset + delta], to apply for M_AUG_INTENSITY_ADD_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_AUTO_VALUE |
Specifies a value that is automatically established according to the data type and data depth of the source image buffer with which to perform MimAugment(). INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the range for the random distribution of intensity addition (offset) values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_ADD_OP_MODE + |
Inquires the intensity addition value (offset) mode, to apply for M_AUG_INTENSITY_ADD_OP. SET (summarize)Inquires the intensity addition value (offset) mode, to apply for M_AUG_INTENSITY_ADD_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LUMINANCE |
Specifies to apply the intensity addition value (offset) to the luminance band only. |
||||||||||||||||||||||||||||||||||||||
M_RGB |
Specifies to apply the intensity addition value (offset) to each color band. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_ADD_OP_VALUE + |
Inquires the intensity addition value (offset), to apply for M_AUG_INTENSITY_ADD_OP. SET (summarize)Inquires the intensity addition value (offset), to apply for M_AUG_INTENSITY_ADD_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the intensity addition value (offset). |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_MULTIPLY_OP + |
Inquires whether to enable the intensity multiplication (gain) operation. SET (summarize)Inquires whether to enable the intensity multiplication (gain) operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_INTENSITY_MULTIPLY_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_INTENSITY_MULTIPLY_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_MULTIPLY_OP_DELTA + |
Inquires the range for the random distribution of the intensity multiplication (gain) values [gain - delta, gain + delta], to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (summarize)Inquires the range for the random distribution of the intensity multiplication (gain) values [gain - delta, gain + delta], to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the range for the random distribution of the intensity multiplication (gain) values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_MULTIPLY_OP_MODE + |
Inquires the multiplication value (gain) mode, to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (summarize)Inquires the multiplication value (gain) mode, to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_LUMINANCE |
Specifies to apply the multiplication value (gain) to the luminance band only. |
||||||||||||||||||||||||||||||||||||||
M_RGB |
Specifies to apply the multiplication value (gain) to each color band. |
||||||||||||||||||||||||||||||||||||||
M_AUG_INTENSITY_MULTIPLY_OP_VALUE + |
Inquires the intensity multiplication value (gain), to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (summarize)Inquires the intensity multiplication value (gain), to apply for M_AUG_INTENSITY_MULTIPLY_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the intensity multiplication value (gain). |
||||||||||||||||||||||||||||||||||||||
M_AUG_LIGHTING_DIRECTIONAL_OP + |
Inquires whether to enable the directional lighting (add ramp) operation. SET (summarize)Inquires whether to enable the directional lighting (add ramp) operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_LIGHTING_DIRECTIONAL_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_LIGHTING_DIRECTIONAL_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_LIGHTING_DIRECTIONAL_OP_ANGLE_MAX + |
Inquires an illumination to add to the image at a random angle (ramp), to apply for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (summarize)Inquires an illumination to add to the image at a random angle (ramp), to apply for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the maximum angle (ramp) with which to add the illumination, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_LIGHTING_DIRECTIONAL_OP_INTENSITY_MAX + |
Inquires the maximum light intensity, to use for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (summarize)Inquires the maximum light intensity, to use for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum light intensity. |
||||||||||||||||||||||||||||||||||||||
M_AUG_LIGHTING_DIRECTIONAL_OP_INTENSITY_MIN + |
Inquires the minimum light intensity, to use for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (summarize)Inquires the minimum light intensity, to use for M_AUG_LIGHTING_DIRECTIONAL_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the minimum light intensity. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP + |
Inquires whether to enable the operation that applies a Gaussian additive noise with the option of a random noise standard deviation. SET (summarize)Inquires whether to enable the operation that applies a Gaussian additive noise with the option of a random noise standard deviation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP_STDDEV + |
Inquires standard deviation for noise, to apply for M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. SET (summarize)Inquires standard deviation for noise, to apply for M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_AUTO_VALUE |
Specifies a value that is automatically established according to the data type and data depth of the source image buffer with which to perform MimAugment(). INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the standard deviation for noise. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP_STDDEV_DELTA + |
Inquires the range for the random distribution of noise standard deviation values [stddev - delta, stddev + delta], to apply for M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. SET (summarize)Inquires the range for the random distribution of noise standard deviation values [stddev - delta, stddev + delta], to apply for M_AUG_NOISE_GAUSSIAN_ADDITIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_AUTO_VALUE |
Specifies a value that is automatically established according to the data type and data depth of the source image buffer with which to perform MimAugment(). INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the range for the random distribution of noise standard deviation values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_MULTIPLICATIVE_OP + |
Inquires whether to enable the operation that applies a multiplicative noise with option of a random noise standard deviation. SET (summarize)Inquires whether to enable the operation that applies a multiplicative noise with option of a random noise standard deviation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_NOISE_MULTIPLICATIVE_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_NOISE_MULTIPLICATIVE_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_MULTIPLICATIVE_OP_DISTRIBUTION + |
Inquires the uniform distribution for noise generation, to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (summarize)Inquires the uniform distribution for noise generation, to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_GAUSSIAN |
Specifies a Gaussian distribution for noise generation. |
||||||||||||||||||||||||||||||||||||||
M_UNIFORM |
Specifies a uniform distribution for noise generation. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_MULTIPLICATIVE_OP_INTENSITY_MIN + |
Inquires an optional minimum noise intensity value (white noise threshold), to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (summarize)Inquires an optional minimum noise intensity value (white noise threshold), to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies an optional minimum noise intensity value (white noise threshold). |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_MULTIPLICATIVE_OP_STDDEV + |
Inquires the standard deviation for noise, to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (summarize)Inquires the standard deviation for noise, to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the standard deviation for noise. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_MULTIPLICATIVE_OP_STDDEV_DELTA + |
Inquires the range for the random distribution of noise standard deviation values [stddev - delta, stddev + delta], to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (summarize)Inquires the range for the random distribution of noise standard deviation values [stddev - delta, stddev + delta], to apply for M_AUG_NOISE_MULTIPLICATIVE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the range for the random distribution of noise standard deviation values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_SALT_PEPPER_OP + |
Inquires whether to enable salt and pepper noise with the option of random density. SET (summarize)Inquires whether to enable salt and pepper noise with the option of random density. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_NOISE_SALT_PEPPER_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_NOISE_SALT_PEPPER_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_SALT_PEPPER_OP_DENSITY + |
Inquires the density value for salt and pepper noise, to use for M_AUG_NOISE_SALT_PEPPER_OP. SET (summarize)Inquires the density value for salt and pepper noise, to use for M_AUG_NOISE_SALT_PEPPER_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 1.0 |
Specifies the density value for salt and pepper noise. |
||||||||||||||||||||||||||||||||||||||
M_AUG_NOISE_SALT_PEPPER_OP_DENSITY_DELTA + |
Inquires the range for the random distribution of noise density values [density - delta, density + delta], to use for M_AUG_NOISE_SALT_PEPPER_OP. SET (summarize)Inquires the range for the random distribution of noise density values [density - delta, density + delta], to use for M_AUG_NOISE_SALT_PEPPER_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 1.0 |
Specifies the range for the random distribution of noise density values. |
||||||||||||||||||||||||||||||||||||||
M_AUG_RNG_INIT_VALUE + |
Inquires the initialization value for the internal random number generator, when M_AUG_SEED_MODE is set to M_RNG_AUTO or M_RNG_INIT_VALUE. If you specified M_RNG_AUTO, you must preprocess the augmentation context before inquiring the initialization value. SET (summarize)Inquires the initialization value for the internal random number generator, when M_AUG_SEED_MODE is set to M_RNG_AUTO or M_RNG_INIT_VALUE. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the explicit initialization value for the internal random number generator. INFO |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP + |
Inquires whether to enable the rotation operation. SET (summarize)Inquires whether to enable the rotation operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_ROTATION_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_ROTATION_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP_ANGLE_DELTA + |
Inquires the delta angle, to apply for M_AUG_ROTATION_OP. The range for possible rotations can be expressed as: [min < reference + (i * step) ± (delta / 2) > max]. SET (summarize)Inquires the delta angle, to apply for M_AUG_ROTATION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the delta angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP_ANGLE_MAX + |
Inquires the maximum rotation angle, to apply for M_AUG_ROTATION_OP. SET (summarize)Inquires the maximum rotation angle, to apply for M_AUG_ROTATION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the maximum rotation angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP_ANGLE_MIN + |
Inquires the minimum rotation angle, to apply for M_AUG_ROTATION_OP. SET (summarize)Inquires the minimum rotation angle, to apply for M_AUG_ROTATION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the minimum rotation angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP_ANGLE_REF + |
Inquires the reference angle, which all other angles for M_AUG_ROTATION_OP will be calculated relative to. SET (summarize)Inquires the reference angle, which all other angles for M_AUG_ROTATION_OP will be calculated relative to. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the reference angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_ROTATION_OP_ANGLE_STEP + |
Inquires the step size, to apply for M_AUG_ROTATION_OP. The range for possible rotations can be expressed as: [min < reference + (i * step) ± (delta / 2) > max]. SET (summarize)Inquires the step size, to apply for M_AUG_ROTATION_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies the reference angle, in degrees. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SATURATION_GAIN_OP + |
Inquires whether to enable the multiplication (gain) of saturation band (HSV) operation. SET (summarize)Inquires whether to enable the multiplication (gain) of saturation band (HSV) operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SATURATION_GAIN_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SATURATION_GAIN_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SATURATION_GAIN_OP_MAX + |
Inquires the maximum value for the random saturation factor's distribution [min, max], to use for M_AUG_SATURATION_GAIN_OP. SET (summarize)Inquires the maximum value for the random saturation factor's distribution [min, max], to use for M_AUG_SATURATION_GAIN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum value for the random saturation factor's distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SATURATION_GAIN_OP_MIN + |
Inquires the minimum value for the random saturation factor's distribution [min, max], to use for M_AUG_SATURATION_GAIN_OP. SET (summarize)Inquires the minimum value for the random saturation factor's distribution [min, max], to use for M_AUG_SATURATION_GAIN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the minimum value for the random saturation factor's distribution. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SCALE_OP + |
Inquires whether to enable the scale operation. SET (summarize)Inquires whether to enable the scale operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SCALE_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SCALE_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SCALE_OP_FACTOR_MAX + |
Inquires the maximum scale factor, to apply for M_AUG_SCALE_OP. SET (summarize)Inquires the maximum scale factor, to apply for M_AUG_SCALE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 16.0 |
Specifies the maximum scale factor. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SCALE_OP_FACTOR_MIN + |
Inquires the minimum scale factor, to apply for M_AUG_SCALE_OP. SET (summarize)Inquires the minimum scale factor, to apply for M_AUG_SCALE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 16.0 |
Specifies the minimum scale factor. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SEED_MODE + |
Inquires the mode with which to initialize seeds. SET (summarize)Inquires the mode with which to initialize seeds. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_RNG_AUTO |
Specifies that the initialization value of the internal random number generator is chosen at random. |
||||||||||||||||||||||||||||||||||||||
M_RNG_INIT_VALUE |
Specifies an explicit initialization value for the internal random number generator, using M_AUG_RNG_INIT_VALUE. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED_SEED |
Specifies a user-defined value for the seeds, using MimAugment() with the SeedValue parameter. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHARPEN_DERICHE_OP + |
Inquires whether to enable the operation that applies a Deriche sharpening filter with a random filter smoothness value. SET (summarize)Inquires whether to enable the operation that applies a Deriche sharpening filter with a random filter smoothness value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SHARPEN_DERICHE_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SHARPEN_DERICHE_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHARPEN_DERICHE_OP_FACTOR_MAX + |
Inquires the maximum value for the sharpen filter smoothness value's random distribution [min, max], to apply for M_AUG_SHARPEN_DERICHE_OP. SET (summarize)Inquires the maximum value for the sharpen filter smoothness value's random distribution [min, max], to apply for M_AUG_SHARPEN_DERICHE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the maximum value for the sharpen filter smoothness value's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHARPEN_DERICHE_OP_FACTOR_MIN + |
Inquires the minimum value for the sharpen filter smoothness value's random distribution [min, max], to apply for M_AUG_SHARPEN_DERICHE_OP. SET (summarize)Inquires the minimum value for the sharpen filter smoothness value's random distribution [min, max], to apply for M_AUG_SHARPEN_DERICHE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the minimum value for the sharpen filter smoothness value's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_X_OP + |
Inquires whether to enable the X-direction shear operation. SET (summarize)Inquires whether to enable the X-direction shear operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SHEAR_X_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SHEAR_X_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_X_OP_MAX + |
Inquires the maximum value for the X-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_X_OP. SET (summarize)Inquires the maximum value for the X-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_X_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.5 <= Value <= 1.0 |
Specifies the maximum value for the X-coefficient's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_X_OP_MIN + |
Inquires the minimum value for the X-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_X_OP. SET (summarize)Inquires the minimum value for the X-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_X_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.5 <= Value <= 1.0 |
Specifies the minimum value for the X-coefficient's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_Y_OP + |
Inquires whether to enable the Y-direction shear operation. SET (summarize)Inquires whether to enable the Y-direction shear operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SHEAR_Y_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SHEAR_Y_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_Y_OP_MAX + |
Inquires the maximum value for the Y-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_Y_OP. SET (summarize)Inquires the maximum value for the Y-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_Y_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.5 <= Value <= 1.0 |
Specifies the maximum value for the Y-coefficient's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SHEAR_Y_OP_MIN + |
Inquires the minimum value for the Y-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_Y_OP. SET (summarize)Inquires the minimum value for the Y-coefficient's random distribution [min, max], to use for M_AUG_SHEAR_Y_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.5 <= Value <= 1.0 |
Specifies the minimum value for the Y-coefficient's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_DERICHE_OP + |
Inquires whether to enable the operation that performs a Deriche filter smoothing with random filter smoothness value. SET (summarize)Inquires whether to enable the operation that performs a Deriche filter smoothing with random filter smoothness value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SMOOTH_DERICHE_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SMOOTH_DERICHE_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_DERICHE_OP_FACTOR_MAX + |
Inquires the maximum value for the Deriche smoothness value's random distribution [min, max], to use for M_AUG_SMOOTH_DERICHE_OP. SET (summarize)Inquires the maximum value for the Deriche smoothness value's random distribution [min, max], to use for M_AUG_SMOOTH_DERICHE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the maximum value for the Deriche smoothness value's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_DERICHE_OP_FACTOR_MIN + |
Inquires the minimum value for the Deriche smoothness value's random distribution [min, max], to use for M_AUG_SMOOTH_DERICHE_OP. SET (summarize)Inquires the minimum value for the Deriche smoothness value's random distribution [min, max], to use for M_AUG_SMOOTH_DERICHE_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the minimum value for the Deriche smoothness value's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_GAUSSIAN_OP + |
Inquires whether to enable the operation that performs a blurring of the image with a Gaussian blurring kernel calculated using a Gaussian function with a random standard deviation. SET (summarize)Inquires whether to enable the operation that performs a blurring of the image with a Gaussian blurring kernel calculated using a Gaussian function with a random standard deviation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_SMOOTH_GAUSSIAN_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_SMOOTH_GAUSSIAN_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_GAUSSIAN_OP_STDDEV_MAX + |
Inquires the maximum value for the Gaussian standard deviation's random distribution [min, max], to apply for M_AUG_SMOOTH_GAUSSIAN_OP. SET (summarize)Inquires the maximum value for the Gaussian standard deviation's random distribution [min, max], to apply for M_AUG_SMOOTH_GAUSSIAN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum value for the Gaussian standard deviation's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_SMOOTH_GAUSSIAN_OP_STDDEV_MIN + |
Inquires the minimum value for the Gaussian standard deviation's random distribution [min, max], to apply for M_AUG_SMOOTH_GAUSSIAN_OP. SET (summarize)Inquires the minimum value for the Gaussian standard deviation's random distribution [min, max], to apply for M_AUG_SMOOTH_GAUSSIAN_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the minimum value for the Gaussian standard deviation's random distribution [min, max]. |
||||||||||||||||||||||||||||||||||||||
M_AUG_TRANSLATION_X_OP + |
Inquires whether to enable the X-direction translation operation. SET (summarize)Inquires whether to enable the X-direction translation operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_TRANSLATION_X_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_TRANSLATION_X_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_TRANSLATION_X_OP_MAX + |
Inquires the maximum translation in the X-direction, to apply for M_AUG_TRANSLATION_X_OP. SET (summarize)Inquires the maximum translation in the X-direction, to apply for M_AUG_TRANSLATION_X_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum translation in the X-direction. |
||||||||||||||||||||||||||||||||||||||
M_AUG_TRANSLATION_Y_OP + |
Inquires whether to enable the Y-direction translation operation. SET (summarize)Inquires whether to enable the Y-direction translation operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies to disable M_AUG_TRANSLATION_Y_OP. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to enable M_AUG_TRANSLATION_Y_OP. |
||||||||||||||||||||||||||||||||||||||
M_AUG_TRANSLATION_Y_OP_MAX + |
Inquires the maximum translation in the Y-direction, to apply for M_AUG_TRANSLATION_Y_OP. SET (summarize)Inquires the maximum translation in the Y-direction, to apply for M_AUG_TRANSLATION_Y_OP. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum translation in the Y-direction. |
||||||||||||||||||||||||||||||||||||||
M_PREPROCESSED + |
Inquires whether the augmentation context was preprocessed (that is, whether MimAugment() was called with M_PREPROCESS). (summarize)Inquires whether the augmentation context was preprocessed (that is, whether MimAugment() was called with M_PREPROCESS). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the augmentation context was not preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the augmentation context was preprocessed. |
||||||||||||||||||||||||||||||||||||||
Cumulative
statistics image processing context ID |
Specifies a cumulative statistics image processing context, allocated using MimAlloc() with M_STATISTICS_CUMULATIVE_CONTEXT, and used in MimStatCalculate() operations. (summarize)Specifies a cumulative statistics image processing context, allocated using MimAlloc() with M_STATISTICS_CUMULATIVE_CONTEXT, and used in MimStatCalculate() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_PREPROCESSED + |
Inquires whether the cumulative statistics image processing context was preprocessed (that is, whether MimStatCalculate() was called). (summarize)Inquires whether the cumulative statistics image processing context was preprocessed (that is, whether MimStatCalculate() was called). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the cumulative statistics image processing context was not preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the cumulative statistics image processing context was preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_SOURCE_SIZE_X + |
Inquires the X-size of the target area in the source image. SET (summarize)Inquires the X-size of the target area in the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the X-size has not been set. |
||||||||||||||||||||||||||||||||||||||
Width |
Specifies the width of the target area in the source images, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_SOURCE_SIZE_Y + |
Inquires the Y-size of the target area in the source image. SET (summarize)Inquires the Y-size of the target area in the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the Y-size has not been set. |
||||||||||||||||||||||||||||||||||||||
Height |
Specifies the height of the target area in the source images, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MAX + |
Inquires whether to calculate the maximum pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the maximum pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MAX_ABS + |
Inquires whether to calculate the maximum absolute pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the maximum absolute pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MEAN + |
Inquires whether to calculate the mean value of the pixels as the statistical operation. SET (summarize)Inquires whether to calculate the mean value of the pixels as the statistical operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MIN + |
Inquires whether to calculate the minimum pixel value as the statistical operation. SET (summarize)Inquires whether to calculate the minimum pixel value as the statistical operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MIN_ABS + |
Inquires whether to calculate the minimum absolute pixel value as the statistical operation. SET (summarize)Inquires whether to calculate the minimum absolute pixel value as the statistical operation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_NUMBER + |
Inquires whether to keep track of the number of source images. SET (summarize)Inquires whether to keep track of the number of source images. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to keep track. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to keep track. |
||||||||||||||||||||||||||||||||||||||
M_STAT_STANDARD_DEVIATION + |
Inquires whether to calculate the standard deviation from the value of each pixel location across the source image. SET (summarize)Inquires whether to calculate the standard deviation from the value of each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM + |
Inquires whether to calculate the sum of the pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM_ABS + |
Inquires whether to calculate the sum of the absolute pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the absolute pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM_OF_SQUARES + |
Inquires whether to calculate the sum of the squared pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the squared pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
Dead pixel
correction image processing context ID |
Specifies a dead pixel correction image processing context, allocated using MimAlloc() with M_DEAD_PIXEL_CONTEXT, and used in MimDeadPixelCorrection() operations. (summarize)Specifies a dead pixel correction image processing context, allocated using MimAlloc() with M_DEAD_PIXEL_CONTEXT, and used in MimDeadPixelCorrection() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXELS_IMAGE_ATTRIBUTE + |
Inquires the attribute of the dead pixels image. (summarize)Inquires the attribute of the dead pixels image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_INT64
Data type info: Data
type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that dead pixels have not been specified using MimControl() with M_DEAD_PIXELS or using MimPut() with M_XY_DEAD_PIXELS. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a bit-encoded value that indicates the image buffer's attributes, set at allocation. |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXELS_IMAGE_HEIGHT + |
Inquires the height of the dead pixels image. (summarize)Inquires the height of the dead pixels image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that dead pixels have not been specified using MimControl() with M_DEAD_PIXELS or using MimPut() with M_XY_DEAD_PIXELS. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXELS_IMAGE_NB_BANDS + |
Inquires the number of bands of the dead pixels image. (summarize)Inquires the number of bands of the dead pixels image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that dead pixels have not been specified using MimControl() with M_DEAD_PIXELS or using MimPut() with M_XY_DEAD_PIXELS. |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of bands. |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXELS_IMAGE_TYPE + |
Inquires the bit depth and data type of the dead pixels image. (summarize)Inquires the bit depth and data type of the dead pixels image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that dead pixels have not been specified using MimControl() with M_DEAD_PIXELS or using MimPut() with M_XY_DEAD_PIXELS. |
||||||||||||||||||||||||||||||||||||||
depth value + M_FLOAT |
Specifies the data depth and that the data type is floating-point. |
||||||||||||||||||||||||||||||||||||||
depth value + M_SIGNED |
Specifies the data depth and that the data type is signed. |
||||||||||||||||||||||||||||||||||||||
depth value + M_UNSIGNED |
Specifies the data depth and that the data type is unsigned. |
||||||||||||||||||||||||||||||||||||||
M_DEAD_PIXELS_IMAGE_WIDTH + |
Inquires the width of the dead pixels image. (summarize)Inquires the width of the dead pixels image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that dead pixels have not been specified using MimControl() with M_DEAD_PIXELS or using MimPut() with M_XY_DEAD_PIXELS. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_INTERPOLATION_MODE + |
Inquires the interpolation mode used to establish the new value for dead pixels. SET (summarize)Inquires the interpolation mode used to establish the new value for dead pixels. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_AVERAGE |
Specifies to overwrite a dead pixel with an interpolation performed using a weighted average of all its neighboring pixels in the source image. |
||||||||||||||||||||||||||||||||||||||
M_XY_DEAD_PIXELS_ARRAY_SIZE + |
Inquires the number of elements in the arrays containing the X- and Y-coordinates of the dead pixels. (summarize)Inquires the number of elements in the arrays containing the X- and Y-coordinates of the dead pixels. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of elements in the arrays. |
||||||||||||||||||||||||||||||||||||||
Deinterlacing image processing context ID |
Specifies a deinterlacing image processing context, allocated using MimAlloc() with M_DEINTERLACE_CONTEXT, and used in MimDeinterlace() operations. (summarize)Specifies a deinterlacing image processing context, allocated using MimAlloc() with M_DEINTERLACE_CONTEXT, and used in MimDeinterlace() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DEINTERLACE_TYPE + |
Inquires the deinterlacing algorithm. SET (summarize)Inquires the deinterlacing algorithm. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ADAPTIVE_AVERAGE |
Specifies that the average algorithm is applied to the pixels that are considered to be part of a moving object and leaves the background pixels unchanged. |
||||||||||||||||||||||||||||||||||||||
M_ADAPTIVE_BOB |
Specifies that the bob algorithm is applied to the pixels that are considered to be part of a moving object and leaves the background pixels unchanged. |
||||||||||||||||||||||||||||||||||||||
M_ADAPTIVE_DISCARD |
Specifies that the discard algorithm is applied to the pixels that are considered to be part of a moving object and leaves the background pixels unchanged. |
||||||||||||||||||||||||||||||||||||||
M_AVERAGE |
Specifies the averaging algorithm. INFO |
||||||||||||||||||||||||||||||||||||||
M_BOB |
Specifies the bob algorithm. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISCARD |
Specifies the discard algorithm. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISCARD_FIELD + |
Inquires the field that is discarded when M_DEINTERLACE_TYPE is set to M_DISCARD or M_ADAPTIVE_DISCARD. SET (summarize)Inquires the field that is discarded when M_DEINTERLACE_TYPE is set to M_DISCARD or M_ADAPTIVE_DISCARD. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_EVEN_FIELD |
Specifies that the even field is discarded. |
||||||||||||||||||||||||||||||||||||||
M_ODD_FIELD |
Specifies that the odd field is discarded. |
||||||||||||||||||||||||||||||||||||||
M_FIRST_FIELD + |
Inquires the field that is processed first when M_DEINTERLACE_TYPE is set to M_BOB or M_ADAPTIVE_BOB. SET (summarize)Inquires the field that is processed first when M_DEINTERLACE_TYPE is set to M_BOB or M_ADAPTIVE_BOB. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_EVEN_FIELD |
Specifies that the even field is processed first. |
||||||||||||||||||||||||||||||||||||||
M_ODD_FIELD |
Specifies that the odd field is processed first. |
||||||||||||||||||||||||||||||||||||||
M_MOTION_DETECT_NUM_FRAMES + |
Inquires the number of frames to use to perform the motion detection. SET (summarize)Inquires the number of frames to use to perform the motion detection. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value > 1 |
Specifies the number of frames. |
||||||||||||||||||||||||||||||||||||||
M_MOTION_DETECT_OUTPUT + |
Inquires whether the output images will be the deinterlaced images or images indicating which pixels are considered to be part of an object in motion (the internal motion detection mask). SET (summarize)Inquires whether the output images will be the deinterlaced images or images indicating which pixels are considered to be part of an object in motion (the internal motion detection mask). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that the output images are the deinterlaced images. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that the output images indicate the background pixels and the pixels that are considered to be part of the object in motion. |
||||||||||||||||||||||||||||||||||||||
M_MOTION_DETECT_REFERENCE_FRAME + |
Inquires the index of the frame to use for deinterlacing within the group of frames that are used for motion detection. SET (summarize)Inquires the index of the frame to use for deinterlacing within the group of frames that are used for motion detection. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CENTER_FRAME |
Specifies that the center frame in the group is used as the reference frame. |
||||||||||||||||||||||||||||||||||||||
M_FIRST_FRAME |
Specifies that the first frame in the group is used as the reference frame. |
||||||||||||||||||||||||||||||||||||||
M_LAST_FRAME |
Specifies that the last frame in the group is used as the reference frame. |
||||||||||||||||||||||||||||||||||||||
0 <= Value < M_MOTION_DETECT_NUM_FRAMES |
Specifies the index of the frame relative to the first frame of the group. INFO |
||||||||||||||||||||||||||||||||||||||
M_MOTION_DETECT_THRESHOLD + |
Inquires the threshold value used for motion detection. SET (summarize)Inquires the threshold value used for motion detection. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the threshold. |
||||||||||||||||||||||||||||||||||||||
M_SOURCE_FIRST_IMAGE + |
Inquires the index of the input image used to generate the first deinterlaced image. SET (summarize)Inquires the index of the input image used to generate the first deinterlaced image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the index of the image in the source image array. |
||||||||||||||||||||||||||||||||||||||
Find orientation image processing context ID |
Specifies a find orientation image processing context identifier, allocated using MimAlloc() with M_FIND_ORIENTATION_CONTEXT, and used in MimFindOrientation() operations. (summarize)Specifies a find orientation image processing context identifier, allocated using MimAlloc() with M_FIND_ORIENTATION_CONTEXT, and used in MimFindOrientation() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_BORDER_ATTENUATION + |
Inquires whether MimFindOrientation() must process the image's borders, or if the operation can ignore noise occurring close to the ends of the image buffer. SET (summarize)Inquires whether MimFindOrientation() must process the image's borders, or if the operation can ignore noise occurring close to the ends of the image buffer. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that MimFindOrientation() cannot ignore the image's borders. INFO |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies that MimFindOrientation() can ignore the image's borders. INFO |
||||||||||||||||||||||||||||||||||||||
M_FREQUENCY_CUTOFF_RATIO_HIGH + |
Inquires the upper limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. Larger images will have higher maximum frequencies. Frequencies higher than this percentage will be ignored during computation. This can be useful for discarding noise in the image. SET (summarize)Inquires the upper limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the upper limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. INFO |
||||||||||||||||||||||||||||||||||||||
M_FREQUENCY_CUTOFF_RATIO_LOW + |
Inquires the lower limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. Larger images will have higher maximum frequencies. Frequencies lower than this percentage will be ignored during computation. This can be useful for discarding noise in the image. SET (summarize)Inquires the lower limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the lower limit of frequencies in which to look for dominant orientations, as a percentage of the maximum frequency. INFO |
||||||||||||||||||||||||||||||||||||||
M_INTERPOLATION_MODE + |
Inquires the interpolation mode for the resizing used if the source image is of an inappropriate size. This will only be used if the source image has dimensions that are not a power of 2 (X-size and Y-size). SET (summarize)Inquires the interpolation mode for the resizing used if the source image is of an inappropriate size. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_NEAREST_NEIGHBOR. |
||||||||||||||||||||||||||||||||||||||
M_AVERAGE |
Specifies averaging interpolation. INFO |
||||||||||||||||||||||||||||||||||||||
M_BICUBIC |
Specifies bicubic interpolation. INFO |
||||||||||||||||||||||||||||||||||||||
M_BILINEAR |
Specifies bilinear interpolation. INFO |
||||||||||||||||||||||||||||||||||||||
M_INTERPOLATE |
Specifies interpolated resizing. INFO |
||||||||||||||||||||||||||||||||||||||
M_MAX |
Specifies an interpolation based on the maximum pixel value in the source image area. INFO |
||||||||||||||||||||||||||||||||||||||
M_MIN |
Specifies an interpolation based on the minimum pixel value in the source image area. INFO |
||||||||||||||||||||||||||||||||||||||
M_NEAREST_NEIGHBOR |
Specifies nearest neighbor interpolation. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE + |
Inquires the resizing mode used if the source image is of an inappropriate size. Resizing will only occur if the source image has dimensions that are not a power of 2 (X-size and Y-size). The find orientation operation is then performed on the resized image, which is stored in a temporary image buffer. The original image is not altered. SET (summarize)Inquires the resizing mode used if the source image is of an inappropriate size. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_CLIP_CENTER. |
||||||||||||||||||||||||||||||||||||||
M_CLIP_CENTER |
Specifies to perform the find orientation operation using the largest centered portion of the image with dimensions that are a power of 2 (X-size and Y-size). |
||||||||||||||||||||||||||||||||||||||
M_RESIZE_DOWN |
Specifies to perform the find orientation operation on a subsampled version of the image with the closest possible dimensions that are a power of 2 (X-size and Y-size). |
||||||||||||||||||||||||||||||||||||||
M_RESIZE_UP |
Specifies to perform the find orientation operation on a zoomed version of the image with the closest possible dimensions that are a power of 2 (X-size and Y-size). |
||||||||||||||||||||||||||||||||||||||
Flat-field image processing context ID |
Specifies a flat-field image processing context, allocated using MimAlloc() with M_FLAT_FIELD_CONTEXT, and used in MimFlatField() operations. (summarize)Specifies a flat-field image processing context, allocated using MimAlloc() with M_FLAT_FIELD_CONTEXT, and used in MimFlatField() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DARK_CONST + |
Inquires the dark constant value. This is used to remove thermal agitation recorded in the grabbed image (from the CCD) and to remove the darkest possible shade of black when removing uneven lighting from grabbed images. SET (summarize)Inquires the dark constant value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the constant has not been set. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 65535 |
Specifies the constant. |
||||||||||||||||||||||||||||||||||||||
M_DARK_IMAGE_HEIGHT + |
Inquires the height of the dark image buffer. (summarize)Inquires the height of the dark image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the dark image buffer has not been set, using MimControl() with M_DARK_IMAGE. This value is also returned when M_DARK_CONST is set. (summarize)Specifies that the dark image buffer has not been set, using MimControl() with M_DARK_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_DARK_IMAGE_NB_BANDS + |
Inquires the number of color bands of the dark image buffer. (summarize)Inquires the number of color bands of the dark image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. This value is also returned when M_DARK_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of color bands. |
||||||||||||||||||||||||||||||||||||||
M_DARK_IMAGE_TYPE + |
Inquires a combination of two values: data type and data depth of the dark image buffer. (summarize)Inquires a combination of two values: data type and data depth of the dark image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. This value is also returned when M_DARK_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 8 |
Specifies 8-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 16 |
Specifies 16-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_DARK_IMAGE_WIDTH + |
Inquires the width of the dark image buffer. (summarize)Inquires the width of the dark image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. This value is also returned when M_DARK_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_DARK_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_EFFECTIVE_GAIN_CONST + |
Inquires the gain factor used during the last call to MimFlatField() (when M_GAIN_CONST set to M_AUTOMATIC). If the gain factor was set manually, inquire the value using M_GAIN_CONST. (summarize)Inquires the gain factor used during the last call to MimFlatField() (when M_GAIN_CONST set to M_AUTOMATIC). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the gain factor has not been set. |
||||||||||||||||||||||||||||||||||||||
Value > 0 |
Specifies the automatically calculated gain factor. |
||||||||||||||||||||||||||||||||||||||
M_FLAT_CONST + |
Inquires the flat constant value. This is used to remove the variations of CCD sensitivity recorded in the grabbed image (from the CCD) and to reduce the gray in the grabbed image when removing uneven lighting. SET (summarize)Inquires the flat constant value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the constant has not been set. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 65535 |
Specifies the constant. |
||||||||||||||||||||||||||||||||||||||
M_FLAT_IMAGE_HEIGHT + |
Inquires the height of the flat image buffer. (summarize)Inquires the height of the flat image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. This value is also returned when M_FLAT_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_FLAT_IMAGE_NB_BANDS + |
Inquires the number of color bands in the flat image buffer. (summarize)Inquires the number of color bands in the flat image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. This value is also returned when M_FLAT_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of color bands. |
||||||||||||||||||||||||||||||||||||||
M_FLAT_IMAGE_TYPE + |
Inquires the identifier of the flat image buffer. (summarize)Inquires the identifier of the flat image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. This value is also returned when M_FLAT_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 8 |
Specifies 8-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 16 |
Specifies 16-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_FLAT_IMAGE_WIDTH + |
Inquires the width of the flat image buffer. (summarize)Inquires the width of the flat image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. This value is also returned when M_FLAT_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_FLAT_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_GAIN_CONST + |
Inquires the gain factor used to normalize (or scale) the result of the flat field calculation back to the full dynamic range of the destination image. SET (summarize)Inquires the gain factor used to normalize (or scale) the result of the flat field calculation back to the full dynamic range of the destination image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_AUTOMATIC |
Specifies that the gain factor has been set to be automatically calculated. To inquire the automatically calculated value, use M_EFFECTIVE_GAIN_CONST. (summarize)Specifies that the gain factor has been set to be automatically calculated. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the gain factor has not been set. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the gain factor. |
||||||||||||||||||||||||||||||||||||||
M_OFFSET_CONST + |
Inquires the offset constant value. This is used to remove the electrical bias recorded in the grabbed image (from the CCD) and to reduce the black in the flat image when removing uneven lighting. SET (summarize)Inquires the offset constant value. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a
MIL_DOUBLE
Data type info: Data
type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the constant has not been set. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 65535 |
Specifies the constant. |
||||||||||||||||||||||||||||||||||||||
M_OFFSET_IMAGE_HEIGHT + |
Inquires the height of the offset image buffer. (summarize)Inquires the height of the offset image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_INT
Data type info: Data
type: address of a MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. This value is also returned when M_OFFSET_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_OFFSET_IMAGE_NB_BANDS + |
Inquires the number of color bands in the offset image buffer. (summarize)Inquires the number of color bands in the offset image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. This value is also returned when M_OFFSET_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of color bands. |
||||||||||||||||||||||||||||||||||||||
M_OFFSET_IMAGE_TYPE + |
Inquires a combination of two values: data type and data depth of the offset image buffer. (summarize)Inquires a combination of two values: data type and data depth of the offset image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. This value is also returned when M_OFFSET_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 8 |
Specifies 8-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 16 |
Specifies 16-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_OFFSET_IMAGE_WIDTH + |
Inquires the width of the offset image buffer. (summarize)Inquires the width of the offset image buffer. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. This value is also returned when M_OFFSET_CONST is set. (summarize)Specifies that the image buffer has not been set, using MimControl() with M_OFFSET_IMAGE. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
Histogram equalization adaptive context ID |
Specifies a histogram equalization adaptive context, allocated using MimAlloc() with M_HISTOGRAM_EQUALIZE_ADAPTIVE_CONTEXT, and used in MimHistogramEqualizeAdaptive() operations. (summarize)Specifies a histogram equalization adaptive context, allocated using MimAlloc() with M_HISTOGRAM_EQUALIZE_ADAPTIVE_CONTEXT, and used in MimHistogramEqualizeAdaptive() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_ALPHA_VALUE + |
Inquires the adjustment factor for M_EXPONENTIAL and M_RAYLEIGH operations. SET (summarize)Inquires the adjustment factor for M_EXPONENTIAL and M_RAYLEIGH operations. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the adjustment factor. INFO |
||||||||||||||||||||||||||||||||||||||
M_CLIP_LIMIT + |
Inquires the maximum percentage of values that a tile's histogram bin can represent. SET (summarize)Inquires the maximum percentage of values that a tile's histogram bin can represent. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 < Value <= 100.0 |
Specifies the maximum percentage. INFO |
||||||||||||||||||||||||||||||||||||||
M_HIST_SIZE + |
Inquires the number of bins for each tile's histogram. SET (summarize)Inquires the number of bins for each tile's histogram. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ACCORDING_TO_SOURCE |
Specifies that MimHistogramEqualizeAdaptive() automatically determines the number of bins for each tile's histogram, according to the number of intensities that are possible in the specified image buffer. INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 2 |
Specifies the number of bins for each tile's histogram. INFO |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_TILES_X + |
Inquires the number of tiles along the X-direction of the source image specified with MimHistogramEqualizeAdaptive(). SET (summarize)Inquires the number of tiles along the X-direction of the source image specified with MimHistogramEqualizeAdaptive(). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 2 |
Specifies the number of tiles. INFO |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_TILES_Y + |
Inquires the number of tiles along the Y-direction of the source image specified with MimHistogramEqualizeAdaptive(). SET (summarize)Inquires the number of tiles along the Y-direction of the source image specified with MimHistogramEqualizeAdaptive(). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 2 |
Specifies the number of tiles. INFO |
||||||||||||||||||||||||||||||||||||||
M_OPERATION + |
Inquires the equalization operation that MimHistogramEqualizeAdaptive() uses. SET (summarize)Inquires the equalization operation that MimHistogramEqualizeAdaptive() uses. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_EXPONENTIAL |
Specifies an equalization density function which generates an Exponential distribution. INFO |
||||||||||||||||||||||||||||||||||||||
M_HYPER_CUBE_ROOT |
Specifies an equalization density function which generates a Hyperbolic Cube Root distribution. INFO |
||||||||||||||||||||||||||||||||||||||
M_HYPER_LOG |
Specifies an equalization density function which generates a Hyperbolic Logarithmic distribution. INFO |
||||||||||||||||||||||||||||||||||||||
M_RAYLEIGH |
Specifies an equalization density function which generates a Rayleigh distribution. INFO |
||||||||||||||||||||||||||||||||||||||
M_UNIFORM |
Specifies an equalization density function which generates a Uniform distribution. INFO |
||||||||||||||||||||||||||||||||||||||
Linear IIR filter image processing context ID |
Specifies a linear IIR filter image procesing context, allocated using MimAlloc() with M_LINEAR_FILTER_IIR_CONTEXT, and used in MimConvolve() and MimDifferential() operations. (summarize)Specifies a linear IIR filter image procesing context, allocated using MimAlloc() with M_LINEAR_FILTER_IIR_CONTEXT, and used in MimConvolve() and MimDifferential() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILTER_DEFAULT_SHARPEN_PARAM + |
Inquires the default sharpening operation value established by MIL (MimDifferential()). (summarize)Inquires the default sharpening operation value established by MIL (MimDifferential()). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the sharpening value. |
||||||||||||||||||||||||||||||||||||||
M_FILTER_OPERATION + |
Inquires the linear filter operation to perform (MimConvolve()). SET (summarize)Inquires the linear filter operation to perform (MimConvolve()). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_SMOOTH. |
||||||||||||||||||||||||||||||||||||||
M_FIRST_DERIVATIVE_X |
Computes the first derivative of the image, with respect to X, using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_FIRST_DERIVATIVE_Y |
Computes the first derivative of the image, with respect to Y, using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_SECOND_DERIVATIVE_X |
Computes the second derivative of the image, with respect to X, using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_SECOND_DERIVATIVE_XY |
Computes the second derivative of the image, with respect to X and Y, using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_SECOND_DERIVATIVE_Y |
Computes the second derivative of the image, with respect to Y, using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_SMOOTH |
Performs a smoothing operation on the image using the specified filter type. |
||||||||||||||||||||||||||||||||||||||
M_FILTER_RESPONSE_TYPE + |
Inquires the filter response type (MimConvolve()). SET (summarize)Inquires the filter response type (MimConvolve()). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_SLOPE. |
||||||||||||||||||||||||||||||||||||||
M_SLOPE |
Specifies a response that is normalized according to the input slope. INFO |
||||||||||||||||||||||||||||||||||||||
M_STEP |
Specifies a response that is normalized according to a step input. INFO |
||||||||||||||||||||||||||||||||||||||
M_FILTER_SMOOTHNESS + |
Inquires the degree of smoothness (strength of the denoising) to apply, according to the filter smoothness type (MimConvolve()). SET (summarize)Inquires the degree of smoothness (strength of the denoising) to apply, according to the filter smoothness type (MimConvolve()). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies a default smoothness value that is mid-range. INFO |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the smoothness value. INFO |
||||||||||||||||||||||||||||||||||||||
M_FILTER_SMOOTHNESS_TYPE + |
Inquires the filter smoothness type (MimConvolve()). SET (summarize)Inquires the filter smoothness type (MimConvolve()). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_NORMALIZED. |
||||||||||||||||||||||||||||||||||||||
M_NATIVE |
Specifies to control the alpha (), beta (), or sigma () value in the Deriche, Shen-Castan, or Vliet weighting function, depending on the filter type specified with M_FILTER_TYPE. INFO (summarize)Specifies to control the alpha (), beta (), or sigma () value in the Deriche, Shen-Castan, or Vliet weighting function, depending on the filter type specified with M_FILTER_TYPE. INFO (more details...) |
||||||||||||||||||||||||||||||||||||||
M_NORMALIZED |
Specifies to use a normalized smoothness value that is between 0 and 100. |
||||||||||||||||||||||||||||||||||||||
M_SIZE |
Specifies to use a smoothness value driven by a spatial size. INFO |
||||||||||||||||||||||||||||||||||||||
M_FILTER_TYPE + |
Inquires the type of predefined IIR filter to use for the convolution operation (MimConvolve()). SET (summarize)Inquires the type of predefined IIR filter to use for the convolution operation (MimConvolve()). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DERICHE. |
||||||||||||||||||||||||||||||||||||||
M_DERICHE |
Specifies a Deriche infinite support filter. INFO |
||||||||||||||||||||||||||||||||||||||
M_SHEN |
Specifies a Shen-Castan infinite support exponential filter. INFO |
||||||||||||||||||||||||||||||||||||||
M_VLIET |
Specifies a Vliet infinite support filter. INFO |
||||||||||||||||||||||||||||||||||||||
Locate peak 1D image processing context ID |
Specifies a 1D locate peak image processing context, allocated using MimAlloc() with M_LOCATE_PEAK_1D_CONTEXT, and used in MimLocatePeak1d() operations. (summarize)Specifies a 1D locate peak image processing context, allocated using MimAlloc() with M_LOCATE_PEAK_1D_CONTEXT, and used in MimLocatePeak1d() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FRAME_SIZE + |
Inquires the Y-size of the frames. SET (summarize)Inquires the Y-size of the frames. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_FULL_SIZE. |
||||||||||||||||||||||||||||||||||||||
M_FULL_SIZE |
Specifies to use the buffer as a single frame. |
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the Y-size of the frames. |
||||||||||||||||||||||||||||||||||||||
M_MINIMUM_CONTRAST + |
Inquires the minimum contrast. SET (summarize)Inquires the minimum contrast. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 100. |
||||||||||||||||||||||||||||||||||||||
0 <= Value <= 255 |
Specifies the minimum contrast. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_FRAMES + |
Inquires the total number of frames for which peaks can be extracted. SET (summarize)Inquires the total number of frames for which peaks can be extracted. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
Value >= 1 |
Specifies the number of frames. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_PEAKS + |
Inquires the maximum number of peaks to find along a given lane. If more than the specified number of peaks are found, the highest peaks are kept. SET (summarize)Inquires the maximum number of peaks to find along a given lane. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of peaks. INFO |
||||||||||||||||||||||||||||||||||||||
M_PEAK_INTENSITY_RANGE + |
Inquires the number of pixels used to calculate the average peak intensity. SET (summarize)Inquires the number of pixels used to calculate the average peak intensity. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 10. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of pixels. |
||||||||||||||||||||||||||||||||||||||
M_PEAK_WIDTH_DELTA + |
Inquires the peak width delta. SET (summarize)Inquires the peak width delta. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 20. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of pixels. |
||||||||||||||||||||||||||||||||||||||
M_PEAK_WIDTH_NOMINAL + |
Inquires the peak width nominal. SET (summarize)Inquires the peak width nominal. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 20. |
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of pixels. |
||||||||||||||||||||||||||||||||||||||
M_SCAN_LANE_DIRECTION + |
Inquires the direction in which to detect peaks. SET (summarize)Inquires the direction in which to detect peaks. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_VERTICAL. |
||||||||||||||||||||||||||||||||||||||
M_HORIZONTAL |
Detects peaks along the image's X-axis. INFO |
||||||||||||||||||||||||||||||||||||||
M_VERTICAL |
Detects peaks along the image's Y-axis. INFO |
||||||||||||||||||||||||||||||||||||||
Match image processing context ID |
Specifies a match image processing context, allocated using MimAlloc() with M_MATCH_CONTEXT, and used in MimMatch() operations. (summarize)Specifies a match image processing context, allocated using MimAlloc() with M_MATCH_CONTEXT, and used in MimMatch() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_MASK_IMAGE_ATTRIBUTE + |
Inquires the attribute of the mask image. (summarize)Inquires the attribute of the mask image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the mask image buffer has not been set, using MimControl() with M_MASK_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a bit-encoded value that indicates the image buffer's attributes, set at allocation. |
||||||||||||||||||||||||||||||||||||||
M_MASK_IMAGE_HEIGHT + |
Inquires the height of the mask image. (summarize)Inquires the height of the mask image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the mask image buffer has not been set, using MimControl() with M_MASK_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_MASK_IMAGE_NB_BANDS + |
Inquires the number of bands of the mask image. (summarize)Inquires the number of bands of the mask image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the mask image buffer has not been set, using MimControl() with M_MASK_IMAGE. |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of bands. |
||||||||||||||||||||||||||||||||||||||
M_MASK_IMAGE_TYPE + |
Inquires the bit depth and data type of the mask image. (summarize)Inquires the bit depth and data type of the mask image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the mask image buffer has not been set, using MimControl() with M_MASK_IMAGE. |
||||||||||||||||||||||||||||||||||||||
depth value + M_FLOAT |
Specifies the data depth and that the data type is floating-point. |
||||||||||||||||||||||||||||||||||||||
depth value + M_SIGNED |
Specifies the data depth and that the data type is signed. |
||||||||||||||||||||||||||||||||||||||
depth value + M_UNSIGNED |
Specifies the data depth and that the data type is unsigned. |
||||||||||||||||||||||||||||||||||||||
M_MASK_IMAGE_WIDTH + |
Inquires the width of the mask image. (summarize)Inquires the width of the mask image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the mask image buffer has not been set, using MimControl() with M_MASK_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_MAX_SCORE + |
Inquires the specified maximum score used to remap normalized correlation. SET (summarize)Inquires the specified maximum score used to remap normalized correlation. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_MAX_DEPTH |
Specifies to establish the maximum score based on the pixel depth of the destination buffer (for example, when dealing with a 16-bit signed buffer, the maximum value would be 32, 767). INFO |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the maximum score. INFO |
||||||||||||||||||||||||||||||||||||||
M_MODE + |
Inquires the type of algorithm used when performing the match. SET (summarize)Inquires the type of algorithm used when performing the match. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ABS_SUM_OF_DIFFERENCES |
Specifies the absolute sum of the differences. |
||||||||||||||||||||||||||||||||||||||
M_CORRELATE |
Specifies a grayscale correlation. |
||||||||||||||||||||||||||||||||||||||
M_CORRELATE_NORMALIZED |
Specifies a normalized grayscale correlation. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_IMAGE_ATTRIBUTE + |
Inquires the attributes of the internal buffer of the model image. (summarize)Inquires the attributes of the internal buffer of the model image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the model image buffer has not been set, using MimControl() with M_MODEL_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies a bit-encoded value that indicates the image buffer's attributes, set at allocation. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_IMAGE_HEIGHT + |
Inquires the height of the model image. (summarize)Inquires the height of the model image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the model image buffer has not been set, using MimControl() with M_MODEL_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_IMAGE_NB_BANDS + |
Inquires the number of bands of the model image. (summarize)Inquires the number of bands of the model image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the model image buffer has not been set, using MimControl() with M_MODEL_IMAGE. |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 3 |
Specifies the number of bands. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_IMAGE_TYPE + |
Inquires the bit depth and data type of the model image. (summarize)Inquires the bit depth and data type of the model image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the model image buffer has not been set, using MimControl() with M_MODEL_IMAGE. |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 8 |
Specifies 8-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_UNSIGNED + 16 |
Specifies 16-bit unsigned data. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_IMAGE_WIDTH + |
Inquires the width of the model image. (summarize)Inquires the width of the model image. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the model image buffer has not been set, using MimControl() with M_MODEL_IMAGE. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_MODEL_STEP + |
Inquires whether every pixel or every other pixel in the model image is used when matching the source image to the model image. SET (summarize)Inquires whether every pixel or every other pixel in the model image is used when matching the source image to the model image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
1 |
Specifies to take every pixel (on both axes) to compute the match. |
||||||||||||||||||||||||||||||||||||||
2 |
Specifies to take every other pixel (on both axes) to compute the match. |
||||||||||||||||||||||||||||||||||||||
M_SCORE_TYPE + |
Inquires how the final correlation score is computed. SET (summarize)Inquires how the final correlation score is computed. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_NORM |
Specifies to use normalized grayscale correlation to compute the final match score. |
||||||||||||||||||||||||||||||||||||||
M_NORM_CLIP |
Specifies to clip the results from a normalized grayscale correlation when computing the final correlation score. INFO |
||||||||||||||||||||||||||||||||||||||
M_NORM_CLIP_SQR |
Specifies to clip the results from the square of the normalized grayscale correlation when computing the final correlation score. INFO |
||||||||||||||||||||||||||||||||||||||
M_SQR_NORM |
Specifies to use the square of the normalized grayscale correlation to compute the final correlation score. |
||||||||||||||||||||||||||||||||||||||
Rearrangement image processing context ID |
Specifies a rearrangement image processing context, allocated using MimAlloc() with M_REARRANGE_CONTEXT, and used in MimRearrange() operations. (summarize)Specifies a rearrangement image processing context, allocated using MimAlloc() with M_REARRANGE_CONTEXT, and used in MimRearrange() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_MODE + |
Inquires the processing mode. SET (summarize)Inquires the processing mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the processing mode has not been set. |
||||||||||||||||||||||||||||||||||||||
M_LINES |
Specifies that each area to be rearranged is a single horizontal line. |
||||||||||||||||||||||||||||||||||||||
M_RECTS |
Specifies that each area to be rearranged is a single rectangle. |
||||||||||||||||||||||||||||||||||||||
M_XY_DESTINATION_ARRAY_SIZE + |
Inquires the size of the arrays containing the X- and Y-offsets of the areas in the destination image buffer in which to copy the source areas. SET (summarize)Inquires the size of the arrays containing the X- and Y-offsets of the areas in the destination image buffer in which to copy the source areas. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the size of the arrays. |
||||||||||||||||||||||||||||||||||||||
M_XY_SIZE_ARRAY_SIZE + |
Inquires the size of the arrays containing the width and height of the areas to copy. SET (summarize)Inquires the size of the arrays containing the width and height of the areas to copy. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the size of the arrays. |
||||||||||||||||||||||||||||||||||||||
M_XY_SOURCE_ARRAY_SIZE + |
Inquires the size of the arrays containing the X- and Y-offsets of the areas to copy from the source image buffer into the destination image buffer. SET (summarize)Inquires the size of the arrays containing the X- and Y-offsets of the areas to copy from the source image buffer into the destination image buffer. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the size of the arrays. |
||||||||||||||||||||||||||||||||||||||
Statistics image processing context ID |
Specifies a statistics image processing context, allocated using MimAlloc() with M_STATISTICS_CONTEXT, and used by MimStatCalculate() as the operation to perform. (summarize)Specifies a statistics image processing context, allocated using MimAlloc() with M_STATISTICS_CONTEXT, and used by MimStatCalculate() as the operation to perform. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_COND_HIGH + |
Inquires the upper limit of the selected condition (inquired using M_CONDITION) that establishes which pixels to include in the statistical operation(s). SET (summarize)Inquires the upper limit of the selected condition (inquired using M_CONDITION) that establishes which pixels to include in the statistical operation(s). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that there is no upper limit. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the upper limit. |
||||||||||||||||||||||||||||||||||||||
M_COND_LOW + |
Inquires the lower limit of the selected condition (inquired using M_CONDITION) that establishes which pixels to include in the statistical operation(s). SET (summarize)Inquires the lower limit of the selected condition (inquired using M_CONDITION) that establishes which pixels to include in the statistical operation(s). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that there is no lower limit. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the lower limit. |
||||||||||||||||||||||||||||||||||||||
M_CONDITION + |
Inquires the condition for the statistical computation that establishes which pixels to include in the statistical operation(s). SET (summarize)Inquires the condition for the statistical computation that establishes which pixels to include in the statistical operation(s). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies that no condition is set. INFO |
||||||||||||||||||||||||||||||||||||||
M_EQUAL |
Specifies that only pixels with values equal to M_COND_LOW will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_GREATER |
Specifies that only pixels with values greater than M_COND_LOW will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_GREATER_OR_EQUAL |
Specifies that only pixels with values greater than or equal to M_COND_LOW will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_IN_RANGE |
Specifies that pixels with values between M_COND_LOW and M_COND_HIGH, inclusive, will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_LESS |
Specifies that only pixels with values less than M_COND_LOW will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_LESS_OR_EQUAL |
Specifies that only pixels with values less than or equal to M_COND_LOW will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_NOT_EQUAL |
Specifies that pixels with values equal to M_COND_LOW will be not used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_OUT_RANGE |
Specifies that pixels with values less than M_COND_LOW, or greater than M_COND_HIGH, will be used for statistical calculations. |
||||||||||||||||||||||||||||||||||||||
M_GLCM_PAIR_OFFSET_X + |
Inquires the displacement in X between pixel pairs used to generate the co-occurrence matrix. SET (summarize)Inquires the displacement in X between pixel pairs used to generate the co-occurrence matrix. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 1. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the displacement in X. |
||||||||||||||||||||||||||||||||||||||
M_GLCM_PAIR_OFFSET_Y + |
Inquires the displacement in Y between pixel pairs used to generate the co-occurrence matrix. SET (summarize)Inquires the displacement in Y between pixel pairs used to generate the co-occurrence matrix. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 0. |
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the displacement in Y. |
||||||||||||||||||||||||||||||||||||||
M_GLCM_QUANTIFICATION + |
Inquires the depth of the gray level of the co-occurrence matrix. SET (summarize)Inquires the depth of the gray level of the co-occurrence matrix. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is 8 bit. |
||||||||||||||||||||||||||||||||||||||
1 <= Value <= 10 |
Specifies the depth. INFO |
||||||||||||||||||||||||||||||||||||||
M_PREPROCESSED + |
Inquires whether the statistics image processing context was preprocessed (that is, whether MimStatCalculate() was called). (summarize)Inquires whether the statistics image processing context was preprocessed (that is, whether MimStatCalculate() was called). (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the statistics image processing context was not preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the statistics image processing context was preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_SOURCE_SIZE_X + |
Inquires the X-size of the target area in the source image. SET (summarize)Inquires the X-size of the target area in the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the X-size has not been set. |
||||||||||||||||||||||||||||||||||||||
Width |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_SOURCE_SIZE_Y + |
Inquires the Y-size of the target area in the source image. SET (summarize)Inquires the Y-size of the target area in the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID |
Specifies that the Y-size has not been set. |
||||||||||||||||||||||||||||||||||||||
Height |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STAT_ANGULAR_DATA_COHERENCE + |
Inquires whether to calculate the coherence of the angular data. SET (summarize)Inquires whether to calculate the coherence of the angular data. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_ANGULAR_DATA_MEAN + |
Inquires whether to calculate the dominant direction of the unit vectors. SET (summarize)Inquires whether to calculate the dominant direction of the unit vectors. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_CONTRAST + |
Inquires whether to calculate the contrast of all the grayscale pixel values within a specified neighborhood in relation to the normalized co-occurrence probability of each pixel. SET (summarize)Inquires whether to calculate the contrast of all the grayscale pixel values within a specified neighborhood in relation to the normalized co-occurrence probability of each pixel. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_CORRELATION + |
Inquires whether to calculate the correlation within the normalized co-occurrence probability in a specified neighborhood. SET (summarize)Inquires whether to calculate the correlation within the normalized co-occurrence probability in a specified neighborhood. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_DISSIMILARITY + |
Inquires whether to calculate the dissimilarity between the normalized co-occurrence probability and the gray level co-occurrence matrix of a specified neighborhood. SET (summarize)Inquires whether to calculate the dissimilarity between the normalized co-occurrence probability and the gray level co-occurrence matrix of a specified neighborhood. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_ENERGY + |
Inquires whether to calculate the energy between two points in the gray level co-occurrence matrix of a given neighborhood. SET (summarize)Inquires whether to calculate the energy between two points in the gray level co-occurrence matrix of a given neighborhood. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_ENTROPY + |
Inquires whether to calculate the inverse of the energy between two points in the normalized co-occurrence probability of a specified neighborhood. SET (summarize)Inquires whether to calculate the inverse of the energy between two points in the normalized co-occurrence probability of a specified neighborhood. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_GLCM_HOMOGENEITY + |
Inquires whether to calculate the similarity between the normalized co-occurrence probability and the gray level co-occurrence matrix of a given neighborhood. SET (summarize)Inquires whether to calculate the similarity between the normalized co-occurrence probability and the gray level co-occurrence matrix of a given neighborhood. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MAX + |
Inquires whether to calculate the maximum pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the maximum pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MAX_ABS + |
Inquires whether to calculate the maximum absolute pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the maximum absolute pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MEAN + |
Inquires whether to calculate the mean value of the pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the mean value of the pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MIN + |
Inquires whether to calculate the minimum pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the minimum pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_MIN_ABS + |
Inquires whether to calculate the minimum absolute pixel value from each pixel location across the source image. SET (summarize)Inquires whether to calculate the minimum absolute pixel value from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_NUMBER + |
Inquires whether to keep track of the number of pixels, from the source image, that satisfied the condition specified when calling MimStatCalculate(). SET (summarize)Inquires whether to keep track of the number of pixels, from the source image, that satisfied the condition specified when calling MimStatCalculate(). SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to keep track. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to keep track. |
||||||||||||||||||||||||||||||||||||||
M_STAT_ORIENTATION_DATA_COHERENCE + |
Inquires whether to calculate the coherence of the orientation data. SET (summarize)Inquires whether to calculate the coherence of the orientation data. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_ORIENTATION_DATA_MEAN + |
Inquires whether to calculate the dominant orientation of the unit vectors. SET (summarize)Inquires whether to calculate the dominant orientation of the unit vectors. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_STANDARD_DEVIATION + |
Inquires whether to calculate the standard deviation from the value of each pixel location across the source image. SET (summarize)Inquires whether to calculate the standard deviation from the value of each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM + |
Inquires whether to calculate the sum of the pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM_ABS + |
Inquires whether to calculate the sum of the absolute pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the absolute pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STAT_SUM_OF_SQUARES + |
Inquires whether to calculate the sum of the squared pixel values from each pixel location across the source image. SET (summarize)Inquires whether to calculate the sum of the squared pixel values from each pixel location across the source image. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies not to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_ENABLE |
Specifies to perform this statistical operation. |
||||||||||||||||||||||||||||||||||||||
M_STEP_SIZE_X + |
Inquires the distance between the neighborhood along the X-axis in which to evaluate the specified statistic. SET (summarize)Inquires the distance between the neighborhood along the X-axis in which to evaluate the specified statistic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Width |
Specifies the width of the neighborhood, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STEP_SIZE_Y + |
Inquires the distance between the neighborhood along the Y-axis in which to evaluate the specified statistic. SET (summarize)Inquires the distance between the neighborhood along the Y-axis in which to evaluate the specified statistic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Height |
Specifies the height of the neighborhood, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_TILE_SIZE_X + |
Inquires the X-size (width) of the neighborhood in which to evaluate the specified statistic. SET (summarize)Inquires the X-size (width) of the neighborhood in which to evaluate the specified statistic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the constant (M_TILE_SIZE_X) has not been set. |
||||||||||||||||||||||||||||||||||||||
Width |
Specifies the width of the neighborhood. |
||||||||||||||||||||||||||||||||||||||
M_TILE_SIZE_Y + |
Inquires the Y-size (height) of the neighborhood in which to evaluate the specified statistic. SET (summarize)Inquires the Y-size (height) of the neighborhood in which to evaluate the specified statistic. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_INVALID_CONST |
Specifies that the constant (M_TILE_SIZE_Y) has not been set. |
||||||||||||||||||||||||||||||||||||||
Height |
Specifies the height of the neighborhood. |
||||||||||||||||||||||||||||||||||||||
Wavelet image processing context ID |
Specifies a wavelet image processing context, allocated using MimAlloc() with M_WAVELET_TRANSFORM_CONTEXT or M_WAVELET_TRANSFORM_CUSTOM_CONTEXT, and used in MimWaveletTransform() and MimWaveletDenoise() operations. Unless otherwise specified, inquire types apply to both M_WAVELET_TRANSFORM_CONTEXT and M_WAVELET_TRANSFORM_CUSTOM_CONTEXT context types. (summarize)Specifies a wavelet image processing context, allocated using MimAlloc() with M_WAVELET_TRANSFORM_CONTEXT or M_WAVELET_TRANSFORM_CUSTOM_CONTEXT, and used in MimWaveletTransform() and MimWaveletDenoise() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_FILTER_FORWARD_HIGH_PASS_ID + |
Inquires the identifier of the internal buffer containing the values used for the high-pass filter of a forward transformation. (summarize)Inquires the identifier of the internal buffer containing the values used for the high-pass filter of a forward transformation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that there is no information to inquire about. |
||||||||||||||||||||||||||||||||||||||
Kernel Buffer ID |
Specifies the identifier of the kernel buffer containing the filter values. |
||||||||||||||||||||||||||||||||||||||
M_FILTER_FORWARD_LOW_PASS_ID + |
Inquires the identifier of the internal buffer containing the values used for the low-pass filter of a forward transformation. (summarize)Inquires the identifier of the internal buffer containing the values used for the low-pass filter of a forward transformation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that there is no information to inquire about. |
||||||||||||||||||||||||||||||||||||||
Kernel Buffer ID |
Specifies the identifier of the kernel buffer containing the filter values. |
||||||||||||||||||||||||||||||||||||||
M_FILTER_REVERSE_HIGH_PASS_ID + |
Inquires the identifier of the internal buffer containing the values used for the high-pass filter of a reverse transformation. (summarize)Inquires the identifier of the internal buffer containing the values used for the high-pass filter of a reverse transformation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that there is no information to inquire about. |
||||||||||||||||||||||||||||||||||||||
Kernel Buffer ID |
Specifies the identifier of the kernel buffer containing the filter values. |
||||||||||||||||||||||||||||||||||||||
M_FILTER_REVERSE_LOW_PASS_ID + |
Inquires the identifier of the internal buffer containing the values used for the low-pass filter of a reverse transformation. (summarize)Inquires the identifier of the internal buffer containing the values used for the low-pass filter of a reverse transformation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_NULL |
Specifies that there is no information to inquire about. |
||||||||||||||||||||||||||||||||||||||
Kernel Buffer ID |
Specifies the identifier of the kernel buffer containing the filter values. |
||||||||||||||||||||||||||||||||||||||
M_TRANSFORMATION_DOMAIN + |
Inquires whether the mathematical domain of the filter specified to perform the wavelet transformation consists of complex numbers or only real numbers. Complex numbers have an imaginary part (imaginary numbers), in addition to a real part (real numbers). (summarize)Inquires whether the mathematical domain of the filter specified to perform the wavelet transformation consists of complex numbers or only real numbers. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_COMPLEX |
Specifies that the mathematical domain of the filter consists of real and imaginary numbers. Such transformations use a complex type of wavelet filter (MimControl() with M_WAVELET_TYPE), or a custom wavelet filter containing real and imaginary numbers (MimWaveletSetFilter()). (summarize)Specifies that the mathematical domain of the filter consists of real and imaginary numbers. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_REAL |
Specifies that the mathematical domain of the filter consists of only real numbers. Such transformations use a non-complex type of wavelet filter (MimControl() with M_WAVELET_TYPE), or a custom wavelet filter containing real numbers only (MimWaveletSetFilter()). (summarize)Specifies that the mathematical domain of the filter consists of only real numbers. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_TRANSFORMATION_MODE + |
Inquires the wavelet transformation mode. SET (summarize)Inquires the wavelet transformation mode. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_DYADIC. |
||||||||||||||||||||||||||||||||||||||
M_DYADIC |
Specifies a dyadic wavelet transformation. INFO |
||||||||||||||||||||||||||||||||||||||
M_UNDECIMATED + |
Specifies an undecimated wavelet transformation. INFO |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_CONTEXT_TYPE + |
Inquires the type of wavelet transformation context allocated. (summarize)Inquires the type of wavelet transformation context allocated. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_CUSTOM |
Specifies that the wavelet context was allocated using M_WAVELET_TRANSFORM_CUSTOM_CONTEXT. |
||||||||||||||||||||||||||||||||||||||
M_PREDEFINED |
Specifies that the wavelet context was allocated using M_WAVELET_TRANSFORM_CONTEXT. |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_SIZE + |
Inquires the size of the wavelet defined in the context. If the context type is M_WAVELET_TRANSFORM_CONTEXT, the size depends on the specified M_WAVELET_TYPE control. If the context type is M_WAVELET_TRANSFORM_CUSTOM_CONTEXT, the size depends on the filters specified with MimWaveletSetFilter(). (summarize)Inquires the size of the wavelet defined in the context. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the size of the wavelet. |
||||||||||||||||||||||||||||||||||||||
M_WAVELET_TYPE + |
Inquires the type of wavelet filter used by the wavelet transformation context. This setting is only available for an M_WAVELET_TRANSFORM_CONTEXT context type. SET (summarize)Inquires the type of wavelet filter used by the wavelet transformation context. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_HAAR. |
||||||||||||||||||||||||||||||||||||||
M_CUSTOM |
Specifies a custom wavelet filter. This indicates that you are using an M_WAVELET_TRANSFORM_CUSTOM_CONTEXT context type. Custom wavelet filters are set with MimWaveletSetFilter(). (summarize)Specifies a custom wavelet filter. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_1 |
Specifies a Daubechies wavelet filter that uses 1 vanishing moment and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_2 |
Specifies a Daubechies wavelet filter that uses 2 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_3 |
Specifies a Daubechies wavelet filter that uses 3 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_3_COMPLEX |
Specifies a Daubechies wavelet filter that uses 3 vanishing moments and complex coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_4 |
Specifies a Daubechies wavelet filter that uses 4 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_5 |
Specifies a Daubechies wavelet filter that uses 5 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_5_COMPLEX |
Specifies a Daubechies wavelet filter that uses 5 vanishing moments and complex coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_6 |
Specifies a Daubechies wavelet filter that uses 6 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_7 |
Specifies a Daubechies wavelet filter that uses 7 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_7_COMPLEX |
Specifies a Daubechies wavelet filter that uses 7 vanishing moments and complex coefficients. |
||||||||||||||||||||||||||||||||||||||
M_DAUBECHIES_8 |
Specifies a Daubechies wavelet filter that uses 8 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_HAAR |
Specifies a Haar wavelet filter. INFO |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_1 |
Specifies a Symlet wavelet filter that uses 1 vanishing moment and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_2 |
Specifies a Symlet wavelet filter that uses 2 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_3 |
Specifies a Symlet wavelet filter that uses 3 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_4 |
Specifies a Symlet wavelet filter that uses 4 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_5 |
Specifies a Symlet wavelet filter that uses 5 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_6 |
Specifies a Symlet wavelet filter that uses 6 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_7 |
Specifies a Symlet wavelet filter that uses 7 vanishing moments and real coefficients. |
||||||||||||||||||||||||||||||||||||||
M_SYMLET_8 |
Specifies a Symlet wavelet filter that uses 8 vanishing moments and real coefficients. |
You can add the following value to the above-mentioned values to determine the priority (order) with which MimAugment() performs the corresponding operation. Alternatively, you can add a value from For inquiring the probability that MimAugment() performs the corresponding operation.
For inquiring the priority (order) with which
MimAugment() performs the corresponding operation
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_PRIORITY |
Inquires the priority with which MimAugment() performs the corresponding operation. (summarize)Inquires the priority with which MimAugment() performs the corresponding operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the priority (order). The default value is 1.0. (summarize)Specifies the priority (order). (more details...) |
You can add the following value to the above-mentioned values to determine the probability that MimAugment() performs the corresponding operation. Alternatively, you can add a value from For inquiring the priority (order) with which MimAugment() performs the corresponding operation.
For inquiring the probability that MimAugment()
performs the corresponding operation
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_PROBABILITY |
Inquires the probability that MimAugment() performs the corresponding operation. (summarize)Inquires the probability that MimAugment() performs the corresponding operation. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 100.0 |
Specifies the probability, in percent. |
The following value might be combined with the above-mentioned value to specify undecimated wavelet transformations that are centered.
For specifying whether undecimated wavelet
transformations are centered
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_CENTER |
Specifies undecimated wavelet transformations that are centered. INFO |
You can add one of the following values to the above-mentioned values to specify which internal buffer to inquire about (real or imaginary numbers).
For specifying which internal buffer to inquire about
(real or imaginary numbers)
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_IMAGINARY_PART |
Inquires about the internal buffer containing the imaginary part of the values used by the wavelet filter. |
||||||||||||||||||||||||||||||||||||||
M_REAL_PART |
Inquires about the internal buffer containing the real part of the values used by the wavelet filter. This is the default value. (summarize)Inquires about the internal buffer containing the real part of the values used by the wavelet filter. (more details...) |
For a specific type of image processing result buffer, the ContextOrResultImId and InquireType parameters can be set to one of the following:
For inquiring about a specific type of image
processing result buffer
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
InquireType | |||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
Event list image processing result ID |
Specifies an event list image processing result buffer, allocated using MimAllocResult() with M_EVENT_LIST, and used in MimLocateEvent() operations. (summarize)Specifies an event list image processing result buffer, allocated using MimAllocResult() with M_EVENT_LIST, and used in MimLocateEvent() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_RESULT_OUTPUT_UNITS + |
Inquires whether results are returned in pixel or world units. SET (summarize)Inquires whether results are returned in pixel or world units. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_ACCORDING_TO_CALIBRATION |
Specifies that results are returned in world units if the result was calculated on an image associated with a camera calibration context; otherwise, specifies that results are returned in pixel units. |
||||||||||||||||||||||||||||||||||||||
M_PIXEL |
Specifies that results are returned in pixel units, with respect to the pixel coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_WORLD |
Specifies that results are returned in world units, with respect to the relative coordinate system. INFO |
||||||||||||||||||||||||||||||||||||||
Intensity histogram
image processing result ID |
Specifies an intensity histogram image processing result buffer, allocated using MimAllocResult() with M_HIST_LIST, and used in MimHistogram() operations. (summarize)Specifies an intensity histogram image processing result buffer, allocated using MimAllocResult() with M_HIST_LIST, and used in MimHistogram() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_HIST_BIN_SIZE_MODE + |
Inquires the number of values each histogram bin can hold. SET (summarize)Inquires the number of values each histogram bin can hold. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_FIT_SRC_DATA |
Specifies that MimHistogram() determines the resulting bin size according to the source image's minimum and maximum intensity values, and the total number of bins. INFO |
||||||||||||||||||||||||||||||||||||||
M_FIT_SRC_RANGE |
Specifies that MimHistogram() determines the resulting bin size according to the full range of possible values in the source buffer, and the total number of bins. INFO |
||||||||||||||||||||||||||||||||||||||
M_FREEDMAN |
Specifies that MimHistogram() determines the resulting bin size according to the Freedman–Diaconis rule. INFO |
||||||||||||||||||||||||||||||||||||||
M_REGULAR |
Specifies that each histogram bin can hold 1 value. |
||||||||||||||||||||||||||||||||||||||
M_HIST_SMOOTHING_ITERATIONS + |
Inquires the number of smoothing iterations to perform on the histogram after it has been generated. SET (summarize)Inquires the number of smoothing iterations to perform on the histogram after it has been generated. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of smoothing iterations. INFO |
||||||||||||||||||||||||||||||||||||||
Locate peak 1D image processing result ID |
Specifies a 1D locate peak image processing result buffer, allocated using MimAllocResult() with M_LOCATE_PEAK_1D_CONTEXT, and used in MimLocatePeak1d() operations. (summarize)Specifies a 1D locate peak image processing result buffer, allocated using MimAllocResult() with M_LOCATE_PEAK_1D_CONTEXT, and used in MimLocatePeak1d() operations. (more details...) |
||||||||||||||||||||||||||||||||||||||
M_SORT_CRITERION + |
Inquires the quality with which to sort peaks. SET (summarize)Inquires the quality with which to sort peaks. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_PEAK_INTENSITY + |
Orders peaks according to their intensity. |
||||||||||||||||||||||||||||||||||||||
M_PEAK_POSITION + |
Orders peaks according to their position. |
One of the following values might be combined with the above-mentioned values to specify the order to sort peaks.
For specifying the order to sort peaks
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
M_SORT_DOWN |
Sorts peaks in descending order. |
||||||||||||||||||||||||||||||||||||||
M_SORT_UP |
Sorts peaks in ascending order. |
You can add one of the following values to the above-mentioned values to cast the requested information to a required data type.
For specifying the data type
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_DOUBLE |
Casts the requested information to a MIL_DOUBLE. (summarize)Casts the requested information to a MIL_DOUBLE. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE
Data type info:
Data type: address of a
MIL_DOUBLE
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_ID |
Casts the requested information to a MIL_ID. Note that M_TYPE_MIL_ID should only be used with M_OWNER_SYSTEM. (summarize)Casts the requested information to a MIL_ID. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_ID
Data type info:
Data type: address of a
MIL_ID
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT |
Casts the requested information to a MIL_INT. (summarize)Casts the requested information to a MIL_INT. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT
Data type info:
Data type: address of a
MIL_INT
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT32 |
Casts the requested information to a MIL_INT32. (summarize)Casts the requested information to a MIL_INT32. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT32
Data type info:
Data type: address of a
MIL_INT32
|
||||||||||||||||||||||||||||||||||||||
M_TYPE_MIL_INT64 |
Casts the requested information to a MIL_INT64. (summarize)Casts the requested information to a MIL_INT64. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_INT64
Data type info:
Data type: address of a
MIL_INT64
|
Header | Include mil.h. |
Library | Use mil.lib; milim.lib. |
DLL | Requires mil.dll; milim.dll. |