MsysInquire()函数
Synopsis
Inquire about a system.
Format
long MsysInquire(SystemId, ParamToInquire, UserVarPtr)
MIL全称为Matrox Imaging Library,是加拿大Matrox公司开发的高层图像处理软件开发包,是一个图像采集、传输、处理、分析和显示的一整套完整的程序库,包含了大量的优化函数用于图像处理。
Mil软件包是一种硬件独立,有标准组建的32位图像库,有一整套针对图像处理的指令和特殊操作,包括:blob分析,图像校准,口径测定,二维数据读写,测量,图案识别以及光学符号识别操作。
以下都是在MIL5.1免费版基础上做分享!
Synopsis
Inquire about a system.
Format
long MsysInquire(SystemId, ParamToInquire, UserVarPtr)
Synopsis
Control system behavior.
Format
void MsysControl(SystemId, ControlType, ControlFlag)
Synopsis
Free a system.
Format
void MsysFree(SystemId)
Synopsis
Allocate a system.
Format
MIL_ID MsysAlloc(SystemTypePtr, SystemNum, InitFlag, SystemIdPtr)
Synopsis
Write a pattern matching model to an open file.
Format
void MpatWrite(FileHandle, ModelId)
Synopsis
Set pattern matching search speed.
Format
void MpatSetSpeed(ModelId, SpeedFactor)
Synopsis
Set a pattern matching internal search parameter.
Format
void MpatSetSearchParameter(ModelId, Parameter, Value)
Synopsis
Set the pattern matching search position.
Format
void MpatSetPosition(ModelId, OffX, OffY, SizeX, SizeY)
Synopsis
Set the expected number of occurrences of a model.
Format
void MpatSetNumber(ModelId, NbOccurences)
Synopsis
Set the pattern matching model’s “don’t care” pixels.
Format
void MpatSetDontCare(ModelId, ImageBufId, OffX, OffY, Value)