Table: | For inquiring about a SureDotOCR context |
Table: | For inquiring about a SureDotOCR result buffer |
+ combination: | For inquiring the default value |
+ combination: | For inquiring if an inquire type is supported |
+ combination: | For casting information to the required data type. |
MIL_ID ContextOrResultDmrId, | //in |
MIL_INT64 InquireType, | //in |
void *UserVarPtr | //out |
This function inquires about a setting of a SureDotOCR context or result buffer. Such settings are typically specified with MdmrControl().
If the inquired setting is set to M_DEFAULT (for example, in MdmrControl()), MdmrInquire() will return M_DEFAULT. To inquire the actual default value, add M_DEFAULT to the InquireType parameter.
Specifies the identifier of the SureDotOCR context or result buffer about which to inquire. The context must have been previously allocated on the system using MdmrAlloc(). The result buffer must have been previously allocated on the system using MdmrAllocResult().
Specifies the setting to inquire.
See the Parameter associations section for possible values that can be specified.
Specifies the address in which to write the requested information. Since the MdmrInquire() 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 InquireType parameter and possible values returned to the UserVarPtr parameter.
To inquire about the SureDotOCR context specified with the ContextOrResultDmrId parameter, set the InquireType parameter to one of the values below. SureDotOCR can only read strings that adhere to these settings (they apply to all string models in the context).
For inquiring about a SureDotOCR
context
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_DOT_DIAMETER + |
Inquires the diameter of the dots that make up the characters in the strings. SET (summarize)Inquires the diameter of the dots that make up the characters in the strings. 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 |
Specifies an invalid diameter. Set the diameter to a valid value, using MdmrControl() with M_DOT_DIAMETER. (summarize)Specifies an invalid diameter. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the diameter, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_VALUE + |
Inquires the foreground value of the characters in the strings. SET (summarize)Inquires the foreground value of the characters in the strings. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_FOREGROUND_BLACK. |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_BLACK |
Specifies that strings with characters darker than the background will be read. INFO |
||||||||||||||||||||||||||||||||||||||
M_FOREGROUND_WHITE |
Specifies that strings with characters lighter than the background will be read. INFO |
||||||||||||||||||||||||||||||||||||||
M_ITALIC_ANGLE + |
Inquires the italic angle at which to read the characters in the strings. M_ITALIC_ANGLE only has an effect if M_ITALIC_ANGLE_MODE is set to M_ANGLE. SET (summarize)Inquires the italic angle at which to read the characters in the strings. 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 0. |
||||||||||||||||||||||||||||||||||||||
-90.0 <= Value <= 90.0 |
Specifies the italic angle, in degrees. INFO |
||||||||||||||||||||||||||||||||||||||
M_ITALIC_ANGLE_MODE + |
Inquires whether the italic angle is detected automatically or explicitly specified. SET (summarize)Inquires whether the italic angle is detected automatically or explicitly specified. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_ANGLE |
Specifies to use the italic angle specified with M_ITALIC_ANGLE. INFO |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies that the italic angle is detected automatically. INFO |
||||||||||||||||||||||||||||||||||||||
M_ITALIC_PITCH + |
Inquires the distance between successive dot centers, in the italic angle direction, at which to read the characters in the strings. M_ITALIC_PITCH only has an effect if M_ITALIC_PITCH_MODE is set to M_USER_DEFINED. SET (summarize)Inquires the distance between successive dot centers, in the italic angle direction, at which to read the characters in the strings. 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 3.0 pixels. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the pitch, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_ITALIC_PITCH_MODE + |
Inquires whether the distance between successive dot centers, in the italic angle direction, is detected automatically or explicitly specified. SET (summarize)Inquires whether the distance between successive dot centers, in the italic angle direction, is detected automatically or explicitly specified. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies to automatically establish the distance between dot centers in the italic angle direction. |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the value set with M_ITALIC_PITCH. INFO |
||||||||||||||||||||||||||||||||||||||
M_MAX_INTENSITY + |
Inquires the maximum pixel intensity of a character's dots. SET (summarize)Inquires the maximum pixel intensity of a character's dots. 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 255.0. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 255.0 |
Specifies the maximum pixel intensity. |
||||||||||||||||||||||||||||||||||||||
M_MAX_INTENSITY_MODE + |
Inquires how to establish the maximum pixel intensity of a character's dots. SET (summarize)Inquires how to establish the maximum pixel intensity of a character's dots. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies to automatically establish the maximum pixel intensity of a character's dots. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the maximum pixel intensity value set with M_MAX_INTENSITY. |
||||||||||||||||||||||||||||||||||||||
M_MIN_CONTRAST + |
Inquires the minimum contrast between a character and its background. SET (summarize)Inquires the minimum contrast between a character and its background. 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 15.0. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 255.0 |
Specifies the minimum contrast. |
||||||||||||||||||||||||||||||||||||||
M_MIN_CONTRAST_MODE + |
Inquires how to establish the minimum contrast between a character and its background. SET (summarize)Inquires how to establish the minimum contrast between a character and its background. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies to automatically establish the minimum contrast of characters. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the minimum contrast value set with M_MIN_CONTRAST. |
||||||||||||||||||||||||||||||||||||||
M_MIN_INTENSITY + |
Inquires the minimum pixel intensity of a character's dots. SET (summarize)Inquires the minimum pixel intensity of a character's dots. 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 0.0. |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 255.0 |
Specifies the minimum pixel intensity. |
||||||||||||||||||||||||||||||||||||||
M_MIN_INTENSITY_MODE + |
Inquires how to establish the minimum pixel intensity of a character's dots. SET (summarize)Inquires how to establish the minimum pixel intensity of a character's dots. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies to automatically establish the minimum pixel intensity of character dots. INFO |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the minimum pixel intensity value set with M_MIN_INTENSITY. |
||||||||||||||||||||||||||||||||||||||
M_MODIFICATION_COUNT + |
Inquires the current value of the modification counter. The modification counter is increased by one each time settings for the context are modified. Although you cannot identify the modification counter's contents, you can compare them throughout your application to know if the context has been altered. If the modification counter has changed you can, for example, prompt the user to save before closing the application. (summarize)Inquires the current value of the modification counter. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
Value |
Specifies the current value of the modification counter. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_FONTS + |
Inquires the number of fonts in the context. To add and remove fonts, use MdmrControl(). To import fonts, use MdmrImportFont(). (summarize)Inquires the number of fonts in the context. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of fonts. |
||||||||||||||||||||||||||||||||||||||
M_NUMBER_OF_STRING_MODELS + |
Inquires the number of string models in the context. To add and remove string models, use MdmrControl(). (summarize)Inquires the number of string models in the context. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info: Data
type: address of a MIL_DOUBLE
MORE
Data type info: Data
type: address of a MIL_DOUBLE
MORE
|
||||||||||||||||||||||||||||||||||||||
Value >= 0 |
Specifies the number of string models. |
||||||||||||||||||||||||||||||||||||||
M_OWNER_SYSTEM + |
Inquires the identifier of the system on which the context was allocated. SET (summarize)Inquires the identifier of the system on which the context was allocated. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
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_PREPROCESSED + |
Inquires whether the context is preprocessed. The context must be preprocessed, using MdmrPreprocess(), before calling MdmrRead(). After certain modifications to the context, as can be done with MdmrControl(), MdmrControlFont(), or MdmrControlStringModel(), this inquire type will indicate that the context is no longer in its preprocessed state. (summarize)Inquires whether the context is preprocessed. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the context is not preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the context is preprocessed. |
||||||||||||||||||||||||||||||||||||||
M_SPACE_SIZE_MAX + |
Inquires the value with which to determine the maximum distance between two characters in a string. SET (summarize)Inquires the value with which to determine the maximum distance between two characters in a string. 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 3.0. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the maximum distance value. |
||||||||||||||||||||||||||||||||||||||
M_SPACE_SIZE_MAX_MODE + |
Inquires how to determine the maximum distance between two characters in a string. SET (summarize)Inquires how to determine the maximum distance between two characters in a string. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_CHAR_WIDTH_FACTOR. |
||||||||||||||||||||||||||||||||||||||
M_CHAR_WIDTH_FACTOR |
Specifies that the maximum distance between two characters in a string is determined by multiplying the M_SPACE_SIZE_MAX value by the string's maximum character width, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies no maximum space size. INFO |
||||||||||||||||||||||||||||||||||||||
M_SPACE_SIZE_MIN + |
Inquires the value with which to determine the minimum distance between two characters in a string. SET (summarize)Inquires the value with which to determine the minimum distance between two characters in a string. 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 1.0. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the minimum distance value. |
||||||||||||||||||||||||||||||||||||||
M_SPACE_SIZE_MIN_MODE + |
Inquires how to determine the minimum distance between two characters in a string. SET (summarize)Inquires how to determine the minimum distance between two characters in a string. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_CHAR_WIDTH_FACTOR. |
||||||||||||||||||||||||||||||||||||||
M_CHAR_WIDTH_FACTOR |
Specifies that the minimum distance between two characters in a string is determined by multiplying the M_SPACE_SIZE_MIN value by the string's maximum character width, in pixels. INFO |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies no minimum space size. INFO |
||||||||||||||||||||||||||||||||||||||
M_STRING_ANGLE + |
Inquires the angle at which to read a string. SET (summarize)Inquires the angle at which to read a string. 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 0. |
||||||||||||||||||||||||||||||||||||||
M_ACCORDING_TO_REGION |
Specifies that the angle is set to the angle of the target image's ROI. INFO |
||||||||||||||||||||||||||||||||||||||
0.0 <= Value <= 360.0 |
Specifies a fixed angle at which to read a string, in degrees. INFO |
||||||||||||||||||||||||||||||||||||||
M_STRING_ANGLE_INPUT_UNITS + |
Inquires the coordinate system that is used for M_STRING_ANGLE. This is ignored when M_STRING_ANGLE is set to M_ACCORDING_TO_REGION. SET (summarize)Inquires the coordinate system that is used for M_STRING_ANGLE. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_PIXEL. |
||||||||||||||||||||||||||||||||||||||
M_PIXEL |
Specifies to interpret the value in pixel units, with respect to the pixel coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_WORLD |
Specifies to interpret the value in world units, with respect to the relative coordinate system. |
||||||||||||||||||||||||||||||||||||||
M_STRING_ANGLE_MODE + |
Inquires whether the string angle is detected automatically or explicitly specified. SET (summarize)Inquires whether the string angle is detected automatically or explicitly specified. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_ANGLE |
Specifies to use the angle specified with M_STRING_ANGLE; the string will be read from left to right with the characters facing upward along the specified angle. INFO |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies that the string angle is detected automatically; M_STRING_ANGLE is ignored. |
||||||||||||||||||||||||||||||||||||||
M_ORIENTATION |
Specifies that the string will be read from left to right with the characters facing upward, or from right to left with the character facing downward. INFO |
||||||||||||||||||||||||||||||||||||||
M_STRING_BOX_HEIGHT + |
Inquires the height of the rectangular region that encloses the strings to read. SET (summarize)Inquires the height of the rectangular region that encloses the strings to read. 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 |
Specifies an invalid height. Set the height to a valid value, using MdmrControl() with M_STRING_BOX_HEIGHT. (summarize)Specifies an invalid height. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the height, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STRING_BOX_SIZE_MODE + |
Inquires how to establish the size of the rectangular region that encloses the strings to read. SET (summarize)Inquires how to establish the size of the rectangular region that encloses the strings to read. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Same as M_USER_DEFINED. |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies that the size of the rectangular region in which to read strings is defined by the M_STRING_BOX_HEIGHT and M_STRING_BOX_WIDTH settings. |
||||||||||||||||||||||||||||||||||||||
M_STRING_BOX_WIDTH + |
Inquires the width of the rectangular region that encloses the strings to read. SET (summarize)Inquires the width of the rectangular region that encloses the strings to read. 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 |
Specifies an invalid width. Set the width to a valid value, using MdmrControl() with M_STRING_BOX_WIDTH. (summarize)Specifies an invalid width. (more details...) |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the width, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STRING_PITCH + |
Inquires the distance between successive dot centers, in the string angle direction, at which to read the characters in the strings. M_STRING_PITCH only has an effect if M_STRING_PITCH_MODE is set to M_USER_DEFINED. SET (summarize)Inquires the distance between successive dot centers, in the string angle direction, at which to read the characters in the strings. 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 3.0 pixels. |
||||||||||||||||||||||||||||||||||||||
Value > 0.0 |
Specifies the pitch, in pixels. |
||||||||||||||||||||||||||||||||||||||
M_STRING_PITCH_MODE + |
Inquires whether the distance between successive dot centers, in the string angle direction, is detected automatically or explicitly specified. SET (summarize)Inquires whether the distance between successive dot centers, in the string angle direction, is detected automatically or explicitly specified. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Specifies the default value; the default value is M_AUTO. |
||||||||||||||||||||||||||||||||||||||
M_AUTO |
Specifies to automatically establish the distance between dot centers in the string angle direction. |
||||||||||||||||||||||||||||||||||||||
M_USER_DEFINED |
Specifies to use the value set with M_STRING_PITCH. INFO |
||||||||||||||||||||||||||||||||||||||
M_TIMEOUT + |
Inquires the maximum read time for MdmrRead(). SET (summarize)Inquires the maximum read time for MdmrRead(). 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 2000.0 msec. |
||||||||||||||||||||||||||||||||||||||
M_DISABLE |
Specifies an infinite amount of read time. |
||||||||||||||||||||||||||||||||||||||
Value >= 0.0 |
Specifies the maximum read time, in msec. |
To inquire about the SureDotOCR result buffer specified with the ContextOrResultDmrId parameter, set the InquireType parameter to one of the values below.
For inquiring about a SureDotOCR result
buffer
|
|||||||||||||||||||||||||||||||||||||||
|
Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_RESULT_OUTPUT_UNITS + |
Inquires whether to return results in pixels or world units. SET (summarize)Inquires whether to return results in pixels or world units. SET (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
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 |
You can add the following value to the above-mentioned values to get the default value of an inquire type, regardless of the current value of the inquire type.
For inquiring the default value
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_DEFAULT |
Inquires the default value of the specified inquire type. (summarize)Inquires the default value of the specified inquire type. (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
|
You can add the following value to the above-mentioned values to determine whether an inquire type is supported for the SureDotOCR context currently being inquired.
For inquiring if an inquire type is
supported
|
|||||||||||||||||||||||||||||||||||||||
InquireType | Description | ||||||||||||||||||||||||||||||||||||||
UserVarPtr - Possible values returned |
|||||||||||||||||||||||||||||||||||||||
M_SUPPORTED |
Inquires whether the specified inquire type is supported. (summarize)Inquires whether the specified inquire type is supported. (more details...) |
||||||||||||||||||||||||||||||||||||||
UserVarPtr extra info |
Data type info:
Data type: address of a
MIL_DOUBLE MORE
Data type info:
Data type: address of a
MIL_DOUBLE MORE
|
||||||||||||||||||||||||||||||||||||||
M_FALSE |
Specifies that the inquire type is not supported. |
||||||||||||||||||||||||||||||||||||||
M_TRUE |
Specifies that the inquire type is supported. |
You can add one of the following values to the above-mentioned values to cast the requested information to the required data type.
For casting information to the required 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; mildmr.lib. |
DLL | Requires mil.dll; mildmr.dll. |