www.gusucode.com > mbcdata 工具箱 matlab 源码程序 > mbcdata/@calibrationdata/@visionv2interface/getMapIdentifiers.m

    function identifiers = getMapIdentifiers(obj)
%GETMAPIDENTIFIERS  Get map identifiers from calibration.
%
%  IDENTIFIERS = GETMAPIDENTIFIERS(CAL) gets the map identifiers
%  IDENTIFIERS from the calibration CAL.
%
%  See also GETAXISIDENTIFIERS, GETVALUEIDENTIFIERS, GETCURVEIDENTIFIERS, 
%  GETITEMIDENTIFIERS.

%  Copyright 2000-2005 The MathWorks, Inc.


identifiers = obj.pGetItemIdentifiers('map');