《zw版·delphi与halcon系列原创教程》zw版_THImagex控件函数列表

时间:2023-03-08 16:18:43
《zw版·delphi与halcon系列原创教程》zw版_THImagex控件函数列表

《zw版·delphi与halcon系列原创教程》zw版_THImagex控件函数列表

Halcon虽然庞大,光HALCONXLib_TLB.pas文件,源码就要7w多行,但核心控件就是两个:

  • THImagex,图像数据控件,v11版,包括488个函数和子程序
  • THOperatorSetX,操作主接口控件,v11版,包括1929个子程序

以上两大核心控件,已经删除个别delphi内部属性函数,不影响日常使用。

其他控件,基本上,都是为配合两个控件,提供数据类型支持、辅助功能、已经一些特殊应用(例如ocr、条码等)支持的。
THImagex控件效率极高,可以视为内部数据交换模式,但与标准的Halcon函数有所差异,建议有经验的用户使用。
THOperatorSetX控件,采用类似仿真的模式,向Halcon模块提供脚本指令,由Halcon系统处理后,生成结果数据,再回传给delphi、c等开发系统。指令与Halcon完全一致,便于初学者掌握。
THImagex控件,一般使用后台模式,无需HWindowX实时查看图像。
THOperatorSetX控件,可以配合HWindowX,显示实时的图像处理效果。

为方便大家学习,笔者对两个核心控件的函数,进行了规范整理,并按字母排序。(有机会,再推出一个按功能类别分组的列表)

【《zw版·delphi与halcon系列原创教程》,网址,cnblogs.com/ziwang/】
------------------------------
zw版_THImagex控件函数列表

 AbsDiffImage(const Image2:IHImageX; Mult:OleVariant):IHImageX;
AbsImage:IHImageX;
AccessChannel(Channel:Integer):IHImageX;
AcosImage:IHImageX;
AdaptTemplate(const TemplateID:IHTemplateX);
AddImage(const Image2:IHImageX; Mult:OleVariant; Add:OleVariant):IHImageX;
AddNoiseDistribution(Distribution:OleVariant):IHImageX;
AddNoiseWhite(Amp:Double):IHImageX;
AddSampleIdentifierPreparationData(const SampleIdentifier:IHSampleIdentifierX; ObjectIdx:OleVariant; GenParamName:OleVariant; GenParamValue:OleVariant):Integer;
AddSampleIdentifierTrainingData(const SampleIdentifier:IHSampleIdentifierX; ObjectIdx:OleVariant; GenParamName:OleVariant; GenParamValue:OleVariant):Integer;
AddSamplesImageClassGmm(const ClassRegions:IHRegionX; const GMMHandle:IHClassGmmX; Randomize:Double);
AddSamplesImageClassKnn(const ClassRegions:IHRegionX; const KNNHandle:IHClassKnnX);
AddSamplesImageClassMlp(const ClassRegions:IHRegionX; const MLPHandle:IHClassMlpX);
AddSamplesImageClassSvm(const ClassRegions:IHRegionX; const SVMHandle:IHClassSvmX);
AdjustMosaicImages(From:OleVariant; To_:OleVariant; ReferenceImage:Integer; HomMatrices2D:OleVariant; const EstimationMethod:WideString; EstimateParameters:OleVariant; const OECFModel:WideString):IHImageX;
AffineTransImage(const HomMat2d:IHHomMat2DX; const Interpolation:WideString; const AdaptImageSize:WideString):IHImageX;
AffineTransImageSize(const HomMat2d:IHHomMat2DX; const Interpolation:WideString; Width:Integer; Height:Integer):IHImageX;
AnisotropeDiff(Percent:Integer; Mode:Integer; Iteration:Integer; NeighborhoodType:Integer):IHImageX;
AnisotropicDiffusion(const Mode:WideString; Contrast:Double; Theta:Double; Iterations:Integer):IHImageX;
AppendChannel(const Image:IHImageX):IHImageX;
ApplyColorTransLut(const Image2:IHImageX; const Image3:IHImageX; out ImageResult2:IHImageX; out ImageResult3:IHImageX; const ColorTransLUTHandle:IHColorTransLUTX):IHImageX;
ApplySampleIdentifier(const SampleIdentifier:IHSampleIdentifierX; NumResults:Integer; RatingThreshold:Double; GenParamName:OleVariant; GenParamValue:OleVariant; out Rating:OleVariant):OleVariant;
ApplySheetOfLightCalibration(const SheetOfLightModelID:IHSheetOfLightModelX);
AreaCenterGray(const Regions:IHRegionX; out Row:OleVariant; out Column:OleVariant):OleVariant;
AsinImage:IHImageX;
Atan2Image(const ImageX:IHImageX):IHImageX;
AtanImage:IHImageX;
AutoThreshold(Sigma:OleVariant):IHRegionX;
BandpassImage(const FilterType:WideString):IHImageX;
BestMatch(const TemplateID:IHTemplateX; MaxError:Double; const SubPixel:WideString; out Column:OleVariant; out Error:OleVariant):OleVariant;
BestMatchMg(const TemplateID:IHTemplateX; MaxError:Double; const SubPixel:WideString; NumLevels:Integer; WhichLevels:OleVariant; out Column:Double; out Error:Double):Double;
BestMatchPreMg(const TemplateID:IHTemplateX; MaxError:Double; const SubPixel:WideString; NumLevels:Integer; WhichLevels:OleVariant; out Column:Double; out Error:Double):Double;
BestMatchRot(const TemplateID:IHTemplateX; AngleStart:Double; AngleExtend:Double; MaxError:Double; const SubPixel:WideString; out Column:OleVariant; out Angle:OleVariant; out Error:OleVariant):OleVariant;
BestMatchRotMg(const TemplateID:IHTemplateX; AngleStart:Double; AngleExtend:Double; MaxError:Double; const SubPixel:WideString; NumLevels:Integer; out Column:OleVariant; out Angle:OleVariant; out Error:OleVariant):OleVariant;
BinThreshold:IHRegionX;
BinocularDisparity(const Image2:IHImageX; out Score:IHImageX; const Method:WideString; MaskWidth:Integer; MaskHeight:Integer; TextureThresh:OleVariant; MinDisparity:Integer; MaxDisparity:Integer; NumLevels:Integer; ScoreThresh:OleVariant; Filter:OleVariant; const SubDisparity:WideString):IHImageX;
BinocularDisparityMg(const Image2:IHImageX; out Score:IHImageX; Grayconst ancy:Double; Gradientconst ancy:Double; Smoothness:Double; InitialGuess:Double; const CalculateScore:WideString; MGParamName:OleVariant; MGParamValue:OleVariant):IHImageX;
BinocularDistance(const Image2:IHImageX; out Score:IHImageX; CamParamRect1:OleVariant; CamParamRect2:OleVariant; RelPoseRect:OleVariant; const Method:WideString; MaskWidth:Integer; MaskHeight:Integer; TextureThresh:OleVariant; MinDisparity:Integer; MaxDisparity:Integer; NumLevels:Integer; ScoreThresh:OleVariant; Filter:OleVariant; SubDistance:OleVariant):IHImageX;
BinocularDistanceMg(const Image2:IHImageX; out Score:IHImageX; CamParamRect1:OleVariant; CamParamRect2:OleVariant; RelPoseRect:OleVariant; Grayconst ancy:Double; Gradientconst ancy:Double; Smoothness:Double; InitialGuess:Double; const CalculateScore:WideString; MGParamName:OleVariant; MGParamValue:OleVariant):IHImageX;
BinomialFilter(MaskWidth:Integer; MaskHeight:Integer):IHImageX;
BitAnd(const Image2:IHImageX):IHImageX;
BitLshift(Shift:Integer):IHImageX;
BitMask(BitMask:Integer):IHImageX;
BitNot:IHImageX;
BitOr(const Image2:IHImageX):IHImageX;
BitRshift(Shift:Integer):IHImageX;
BitSlice(Bit:Integer):IHImageX;
BitXor(const Image2:IHImageX):IHImageX;
Cast(const Source:IHObjectX);
CfaToRgb(const CFAType:WideString; const Interpolation:WideString):IHImageX;
ChangeDomain(const NewDomain:IHRegionX):IHImageX;
ChangeFormat(Width:Integer; Height:Integer):IHImageX;
ChangeRadialDistortionImage(const Region:IHRegionX; CamParamIn:OleVariant; CamParamOut:OleVariant):IHImageX;
ChangeRadialDistortionPoints(Row:OleVariant; Col:OleVariant; CamParamIn:OleVariant; CamParamOut:OleVariant; out ColChanged:OleVariant):OleVariant;
ChannelsToImage:IHImageX;
CharThreshold(const HistoRegion:IHRegionX; Sigma:Double; Percent:OleVariant; out Threshold:OleVariant):IHRegionX;
CheckDifference(const Pattern:IHImageX; const Mode:WideString; DiffLowerBound:Integer; DiffUpperBound:Integer; GrayOffset:Integer; AddRow:Integer; AddCol:Integer):IHRegionX;
Class2DimSup(const ImageRow:IHImageX; const FeatureSpace:IHRegionX):IHRegionX;
Class2DimUnsup(const Image2:IHImageX; Threshold:Integer; NumClasses:Integer):IHRegionX;
ClassNdimBox(const ClassifHandle:IHClassBoxX):IHRegionX;
ClassNdimNorm(const Metric:WideString; const SingleMultiple:WideString; Radius:OleVariant; Center:OleVariant):IHRegionX;
ClassifyImageClassGmm(const GMMHandle:IHClassGmmX; RejectionThreshold:Double):IHRegionX;
ClassifyImageClassKnn(outDistanceImage:IHImageX; const KNNHandle:IHClassKnnX; RejectionThreshold:Double):IHRegionX;
ClassifyImageClassLut(const ClassLUTHandle:IHClassLUTX):IHRegionX;
ClassifyImageClassMlp(const MLPHandle:IHClassMlpX; RejectionThreshold:Double):IHRegionX;
ClassifyImageClassSvm(const SVMHandle:IHClassSvmX):IHRegionX;
ClearColorTransLut(const ColorTransLUTHandle:IHColorTransLUTX);
ClusterModelComponents(const ComponentTrainingID:IHComponentTrainingX; const AmbiguityCriterion:WideString; MaxContourOverlap:Double; ClusterThreshold:Double):IHRegionX;
CoherenceEnhancingDiff(Sigma:Double; Rho:Double; Theta:Double; Iterations:Integer):IHImageX;
CompareExtVariationModel(const ModelID:IHVariationModelX; const Mode:WideString):IHRegionX;
CompareVariationModel(const ModelID:IHVariationModelX):IHRegionX;
ComplexToReal(outImageImaginary:IHImageX):IHImageX;
Compose2(const Image2:IHImageX):IHImageX;
Compose3(const Image2:IHImageX; const Image3:IHImageX):IHImageX;
Compose4(const Image2:IHImageX; const Image3:IHImageX; const Image4:IHImageX):IHImageX;
Compose5(const Image2:IHImageX; const Image3:IHImageX; const Image4:IHImageX; const Image5:IHImageX):IHImageX;
Compose6(const Image2:IHImageX; const Image3:IHImageX; const Image4:IHImageX; const Image5:IHImageX; const Image6:IHImageX):IHImageX;
Compose7(const Image2:IHImageX; const Image3:IHImageX; const Image4:IHImageX; const Image5:IHImageX; const Image6:IHImageX; const Image7:IHImageX):IHImageX;
ConcatObj(const Objects2:IHImageX):IHImageX;
Connect; override;
ConnectGridPoints(Row:OleVariant; Column:OleVariant; Sigma:OleVariant; MaxDist:OleVariant):IHXLDX;
ConnectTo(svrIntf:IHImageX);
ConvertImageType(const NewType:WideString):IHImageX;
ConvertMapType(const NewType:WideString; ImageWidth:OleVariant):IHImageX;
ConvolFft(const ImageFilter:IHImageX):IHImageX;
ConvolGabor(const GaborFilter:IHImageX; out ImageResultHilbert:IHImageX):IHImageX;
ConvolImage(FilterMask:OleVariant; Margin:OleVariant):IHImageX;
CoocFeatureImage(const Regions:IHRegionX; LdGray:Integer; Direction:OleVariant; out Correlation:OleVariant; out Homogeneity:OleVariant; out Contrast:OleVariant):OleVariant;
CoocFeatureMatrix(outCorrelation:Double; out Homogeneity:Double; out Contrast:Double):Double;
CopyImage:IHImageX;
CopyObj(Index:Integer; NumObj:Integer):IHImageX;
CornerResponse(Size:Integer; Weight:Double):IHImageX;
CorrelationFft(const ImageFFT2:IHImageX):IHImageX;
CosImage:IHImageX;
CountChannels:OleVariant;
CountObj:Integer;
CreateAnisoShapeModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; ScaleRMin:Double; ScaleRMax:Double; ScaleRStep:OleVariant; ScaleCMin:Double; ScaleCMax:Double; ScaleCStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant):IHShapeModelX;
CreateBgEsti(Syspar1:Double; Syspar2:Double; const GainMode:WideString; Gain1:Double; Gain2:Double; const AdaptMode:WideString; MinDiff:Double; StatNum:Integer; ConfidenceC:Double; TimeC:Double):IHBgEstiX;
CreateCalibDescriptorModel(CamParam:OleVariant; ReferencePose:OleVariant; const DetectorType:WideString; DetectorParamName:OleVariant; DetectorParamValue:OleVariant; DescriptorParamName:OleVariant; DescriptorParamValue:OleVariant; Seed:Integer):IHDescriptorModelX;
CreateColorTransLut(const ColorSpace:WideString; const TransDirection:WideString; NumBits:Integer):IHColorTransLUTX;
CreateComponentModel(const ComponentRegions:IHRegionX; Variation Row:OleVariant; Variation Column:OleVariant; Variation Angle:OleVariant; AngleStart:Double; AngleExtent:Double; ContrastLowComp:OleVariant; ContrastHighComp:OleVariant; MinSizeComp:OleVariant; MinContrastComp:OleVariant; MinScoreComp:OleVariant; NumLevelsComp:OleVariant; AngleStepComp:OleVariant; const OptimizationComp:WideString; MetricComp:OleVariant; PregenerationComp:OleVariant; out RootRanking:OleVariant):IHComponentModelX;
CreateLocalDeformableModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; ScaleRMin:Double; ScaleRMax:Double; ScaleRStep:OleVariant; ScaleCMin:Double; ScaleCMax:Double; ScaleCStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant; ParamName:OleVariant; ParamValue:OleVariant):IHDeformableModelX;
CreateNccModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; const Metric:WideString):IHNCCModelX;
CreatePlanarCalibDeformableModel(CamParam:OleVariant; ReferencePose:OleVariant; NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; ScaleRMin:Double; ScaleRMax:Double; ScaleRStep:OleVariant; ScaleCMin:Double; ScaleCMax:Double; ScaleCStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant; ParamName:OleVariant; ParamValue:OleVariant):IHDeformableModelX;
CreatePlanarUncalibDeformableModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; ScaleRMin:Double; ScaleRMax:Double; ScaleRStep:OleVariant; ScaleCMin:Double; ScaleCMax:Double; ScaleCStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant; ParamName:OleVariant; ParamValue:OleVariant):IHDeformableModelX;
CreateScaledShapeModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; ScaleMin:Double; ScaleMax:Double; ScaleStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant):IHShapeModelX;
CreateShapeModel(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; AngleStep:OleVariant; Optimization:OleVariant; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant):IHShapeModelX;
CreateTemplate(FirstError:Integer; NumLevel:Integer; const Optimize:WideString; const GrayValues:WideString):IHTemplateX;
CreateTemplateRot(NumLevel:Integer; AngleStart:Double; AngleExtend:Double; AngleStep:Double; const Optimize:WideString; const GrayValues:WideString):IHTemplateX;
CreateUncalibDescriptorModel(const DetectorType:WideString; DetectorParamName:OleVariant; DetectorParamValue:OleVariant; DescriptorParamName:OleVariant; DescriptorParamValue:OleVariant; Seed:Integer):IHDescriptorModelX;
CriticalPointsSubPix(const Filter:WideString; Sigma:Double; Threshold:Double; out ColumnMin:OleVariant; out RowMax:OleVariant; out ColumnMax:OleVariant; out RowSaddle:OleVariant; out ColumnSaddle:OleVariant):OleVariant;
CropDomain:IHImageX;
CropDomainRel(Top:Integer; Left:Integer; Bottom:Integer; Right:Integer):IHImageX;
CropPart(Row:Integer; Column:Integer; Width:Integer; Height:Integer):IHImageX;
CropRectangle1(Row1:Integer; Column1:Integer; Row2:Integer; Column2:Integer):IHImageX;
DecodeBarCodeRectangle2(const BarCodeHandle:IHBarCodeX; CodeType:OleVariant; Row:OleVariant; Column:OleVariant; Phi:OleVariant; Length1:OleVariant; Length2:OleVariant):OleVariant;
Decompose2(outImage2:IHImageX):IHImageX;
Decompose3(outImage2:IHImageX; out Image3:IHImageX):IHImageX;
Decompose4(outImage2:IHImageX; out Image3:IHImageX; out Image4:IHImageX):IHImageX;
Decompose5(outImage2:IHImageX; out Image3:IHImageX; out Image4:IHImageX; out Image5:IHImageX):IHImageX;
Decompose6(outImage2:IHImageX; out Image3:IHImageX; out Image4:IHImageX; out Image5:IHImageX; out Image6:IHImageX):IHImageX;
Decompose7(outImage2:IHImageX; out Image3:IHImageX; out Image4:IHImageX; out Image5:IHImageX; out Image6:IHImageX; out Image7:IHImageX):IHImageX;
DepthFromFocus(outConfidence:IHImageX; Filter:OleVariant; Selection:OleVariant):IHImageX;
DerivateGauss(Sigma:OleVariant; const Component:WideString):IHImageX;
DerivateVectorField(Sigma:OleVariant; const Component:WideString):IHImageX;
DeserializeImage(const SerializedItemHandle:IHSerializedItemX);
DeserializeObject(const SerializedItemHandle:IHSerializedItemX);
DetectEdgeSegments(SobelSize:Integer; MinAmplitude:Integer; MaxDistance:Integer; MinLength:Integer; out BeginCol:OleVariant; out EndRow:OleVariant; out EndCol:OleVariant):OleVariant;
DetermineDeformableModelParams(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; ScaleMin:OleVariant; ScaleMax:OleVariant; const Optimization:WideString; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant; ParamName:OleVariant; ParamValue:OleVariant; Parameters:OleVariant; out ParameterValue:OleVariant):OleVariant;
DetermineShapeModelParams(NumLevels:OleVariant; AngleStart:Double; AngleExtent:Double; ScaleMin:OleVariant; ScaleMax:OleVariant; const Optimization:WideString; const Metric:WideString; Contrast:OleVariant; MinContrast:OleVariant; Parameters:OleVariant; out ParameterValue:OleVariant):OleVariant;
DeviationImage(Width:Integer; Height:Integer):IHImageX;
DeviationN:IHImageX;
DiffOfGauss(Sigma:Double; SigFactor:Double):IHImageX;
Disconnect; override;
DispChannel(const WindowHandle:IHWindowX; Channel:OleVariant);
DispColor(const WindowHandle:IHWindowX);
DispImage(const WindowHandle:IHWindowX);
DispObj(const WindowHandle:IHWindowX);
DivImage(const Image2:IHImageX; Mult:OleVariant; Add:OleVariant):IHImageX;
DoOcvSimple(const OCVHandle:IHOCVX; PatternName:OleVariant; const AdaptPos:WideString; const AdaptSize:WideString; const AdaptAngle:WideString; const AdaptGray:WideString; Threshold:Double):OleVariant;
DotsImage(Diameter:Integer; const FilterType:WideString; PixelShift:Integer):IHImageX;
DualRank(const MaskType:WideString; Radius:Integer; ModePercent:Integer; Margin:OleVariant):IHImageX;
DualThreshold(MinSize:Integer; MinGray:Double; Threshold:Double):IHRegionX;
DumpWindowImage(const WindowHandle:IHWindowX);
DynThreshold(const ThresholdImage:IHImageX; Offset:OleVariant; const LightDark:WideString):IHRegionX;
EdgesColor(outImaDir:IHImageX; const Filter:WideString; Alpha:Double; const NMS:WideString; Low:Integer; High:Integer):IHImageX;
EdgesColorSubPix(const Filter:WideString; Alpha:Double; Low:OleVariant; High:OleVariant):IHXLDContX;
EdgesImage(outImaDir:IHImageX; const Filter:WideString; Alpha:Double; const NMS:WideString; Low:OleVariant; High:OleVariant):IHImageX;
EdgesSubPix(const Filter:WideString; Alpha:Double; Low:OleVariant; High:OleVariant):IHXLDContX;
EliminateMinMax(MaskWidth:Integer; MaskHeight:Integer; Gap:Double; Mode:Integer):IHImageX;
EliminateSp(MaskWidth:Integer; MaskHeight:Integer; MinThresh:Integer; MaxThresh:Integer):IHImageX;
EllipticAxisGray(const Regions:IHRegionX; out Rb:OleVariant; out Phi:OleVariant):OleVariant;
Emphasize(MaskWidth:Integer; MaskHeight:Integer; Factor:Double):IHImageX;
EnergyGabor(const ImageHilbert:IHImageX):IHImageX;
EntropyGray(const Regions:IHRegionX; out Anisotropy:OleVariant):OleVariant;
EntropyImage(Width:Integer; Height:Integer):IHImageX;
EquHistoImage:IHImageX;
EstimateAlAm(outAmbient:OleVariant):OleVariant;
EstimateNoise(const Method:WideString; Percent:OleVariant):OleVariant;
EstimateSlAlLr(outAlbedo:OleVariant):OleVariant;
EstimateSlAlZc(outAlbedo:OleVariant):OleVariant;
EstimateTiltLr:OleVariant;
EstimateTiltZc:OleVariant;
ExhaustiveMatch(const RegionOfInterest:IHRegionX; const ImageTemplate:IHImageX; const Mode:WideString):IHImageX;
ExhaustiveMatchMg(const ImageTemplate:IHImageX; const Mode:WideString; Level:Integer; Threshold:Integer):IHImageX;
ExpImage(Base:OleVariant):IHImageX;
ExpandDomainGray(ExpansionRange:Integer):IHImageX;
ExpandGray(const Regions:IHRegionX; const ForbiddenArea:IHRegionX; Iterations:OleVariant; const Mode:WideString; Threshold:OleVariant):IHRegionX;
ExpandGrayRef(const Regions:IHRegionX; const ForbiddenArea:IHRegionX; Iterations:OleVariant; const Mode:WideString; RefGray:OleVariant; Threshold:OleVariant):IHRegionX;
ExpandLine(Coordinate:Integer; const ExpandType:WideString; const RowColumn:WideString; Threshold:OleVariant):IHRegionX;
FastMatch(const TemplateID:IHTemplateX; MaxError:Double):IHRegionX;
FastMatchMg(const TemplateID:IHTemplateX; MaxError:Double; NumLevel:OleVariant):IHRegionX;
FastThreshold(MinGray:OleVariant; MaxGray:OleVariant; MinSize:Integer):IHRegionX;
FftGeneric(const Direction:WideString; Exponent:Integer; const Norm:WideString; const Mode:WideString; const ResultType:WideString):IHImageX;
FftImage:IHImageX;
FftImageInv:IHImageX;
FillInterlace(const Mode:WideString):IHImageX;
Find1DBarCode(BarCodeDescr:OleVariant; GenericName:OleVariant; GenericValue:OleVariant; out BarcodeFound:Integer; out BarCodeElements:OleVariant; out Orientation:Double):IHRegionX;
Find1DBarCodeRegion(BarCodeDescr:OleVariant; GenericName:OleVariant; GenericValue:OleVariant; out Orientation:OleVariant):IHRegionX;
Find1DBarCodeScanline(BarCodeDescr:OleVariant; GenericName:OleVariant; GenericValue:OleVariant; const StopIfFound:WideString; out BarcodeFound:Integer; out BarCodeElements:OleVariant; out Orientation:Double; out ScanlineNumPoints:OleVariant; out ScanlineDecoded:OleVariant; out ScanlinePointsRow:OleVariant; out ScanlinePointsColumn:OleVariant):IHRegionX;
Find2DBarCode(BarCodeDescr:OleVariant; GenParamNames:OleVariant; GenParamValues:OleVariant; out CodeRegDescr:OleVariant):IHRegionX;
FindAnisoShapeModel(const ModelID:IHShapeModelX; AngleStart:Double; AngleExtent:Double; ScaleRMin:Double; ScaleRMax:Double; ScaleCMin:Double; ScaleCMax:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:Double; out Column:OleVariant; out Angle:OleVariant; out ScaleR:OleVariant; out ScaleC:OleVariant; out Score:OleVariant):OleVariant;
FindAnisoShapeModels(const ModelIDs:IHShapeModelX; AngleStart:OleVariant; AngleExtent:OleVariant; ScaleRMin:OleVariant; ScaleRMax:OleVariant; ScaleCMin:OleVariant; ScaleCMax:OleVariant; MinScore:OleVariant; NumMatches:OleVariant; MaxOverlap:OleVariant; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:OleVariant; out Column:OleVariant; out Angle:OleVariant; out ScaleR:OleVariant; out ScaleC:OleVariant; out Score:OleVariant; out Model:OleVariant):OleVariant;
FindBarCode(const BarCodeHandle:IHBarCodeX; CodeType:OleVariant; out DecodedDataStrings:OleVariant):IHRegionX;
FindCalibDescriptorModel(const ModelID:IHDescriptorModelX; DetectorParamName:OleVariant; DetectorParamValue:OleVariant; DescriptorParamName:OleVariant; DescriptorParamValue:OleVariant; MinScore:OleVariant; NumMatches:Integer; CamParam:OleVariant; ScoreType:OleVariant; out Score:OleVariant):OleVariant;
FindCaltab(const CalTabDescrFile:WideString; SizeGauss:OleVariant; MarkThresh:OleVariant; MinDiamMarks:Integer):IHRegionX;
FindComponentModel(const ComponentModelID:IHComponentModelX; RootComponent:OleVariant; AngleStartRoot:OleVariant; AngleExtentRoot:OleVariant; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; const IfRootNotFound:WideString; const IfComponentNotFound:WideString; const PosePrediction:WideString; MinScoreComp:OleVariant; SubPixelComp:OleVariant; NumLevelsComp:OleVariant; GreedinessComp:OleVariant; out ModelEnd:OleVariant; out Score:OleVariant; out RowComp:OleVariant; out ColumnComp:OleVariant; out AngleComp:OleVariant; out ScoreComp:OleVariant; out ModelComp:OleVariant):OleVariant;
FindDataCode2D(const DataCodeHandle:IHDataCode2DX; GenParamNames:OleVariant; GenParamValues:OleVariant; out ResultHandles:OleVariant; out DecodedDataStrings:OleVariant):IHXLDContX;
FindLocalDeformableModel(outVectorField:IHImageX; out DeformedContours:IHXLDContX; const ModelID:IHDeformableModelX; AngleStart:Double; AngleExtent:Double; ScaleRMin:Double; ScaleRMax:Double; ScaleCMin:Double; ScaleCMax:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; NumLevels:OleVariant; Greediness:Double; ResultType:OleVariant; ParamName:OleVariant; ParamValue:OleVariant; out Score:OleVariant; out Row:OleVariant; out Column:OleVariant):IHImageX;
FindMarksAndPose(const CalTabRegion:IHRegionX; const CalTabDescrFile:WideString; StartCamParam:OleVariant; StartThresh:Integer; DeltaThresh:Integer; MinThresh:Integer; Alpha:Double; MinContLength:Double; MaxDiamMarks:Double; out CCoord:OleVariant; out StartPose:OleVariant):OleVariant;
FindNccModel(const ModelID:IHNCCModelX; AngleStart:Double; AngleExtent:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; const SubPixel:WideString; NumLevels:OleVariant; out Column:OleVariant; out Angle:OleVariant; out Score:OleVariant):OleVariant;
FindPlanarCalibDeformableModel(const ModelID:IHDeformableModelX; AngleStart:Double; AngleExtent:Double; ScaleRMin:Double; ScaleRMax:Double; ScaleCMin:Double; ScaleCMax:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; NumLevels:OleVariant; Greediness:Double; ParamName:OleVariant; ParamValue:OleVariant; out CovPose:OleVariant; out Score:OleVariant):OleVariant;
FindPlanarUncalibDeformableModel(const ModelID:IHDeformableModelX; AngleStart:Double; AngleExtent:Double; ScaleRMin:Double; ScaleRMax:Double; ScaleCMin:Double; ScaleCMax:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; NumLevels:OleVariant; Greediness:Double; ParamName:OleVariant; ParamValue:OleVariant; out Score:OleVariant):IHHomMat2DX;
FindRectificationGrid(MinContrast:OleVariant; Radius:OleVariant):IHRegionX;
FindScaledShapeModel(const ModelID:IHShapeModelX; AngleStart:Double; AngleExtent:Double; ScaleMin:Double; ScaleMax:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:Double; out Column:OleVariant; out Angle:OleVariant; out Scale:OleVariant; out Score:OleVariant):OleVariant;
FindScaledShapeModels(const ModelIDs:IHShapeModelX; AngleStart:OleVariant; AngleExtent:OleVariant; ScaleMin:OleVariant; ScaleMax:OleVariant; MinScore:OleVariant; NumMatches:OleVariant; MaxOverlap:OleVariant; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:OleVariant; out Column:OleVariant; out Angle:OleVariant; out Scale:OleVariant; out Score:OleVariant; out Model:OleVariant):OleVariant;
FindShapeModel(const ModelID:IHShapeModelX; AngleStart:Double; AngleExtent:Double; MinScore:Double; NumMatches:Integer; MaxOverlap:Double; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:Double; out Column:OleVariant; out Angle:OleVariant; out Score:OleVariant):OleVariant;
FindShapeModel3D(const ShapeModel3DID:IHShapeModel3DX; MinScore:Double; Greediness:Double; NumLevels:OleVariant; GenParamNames:OleVariant; GenParamValues:OleVariant; out CovPose:OleVariant; out Score:OleVariant):OleVariant;
FindShapeModels(const ModelIDs:IHShapeModelX; AngleStart:OleVariant; AngleExtent:OleVariant; MinScore:OleVariant; NumMatches:OleVariant; MaxOverlap:OleVariant; SubPixel:OleVariant; NumLevels:OleVariant; Greediness:OleVariant; out Column:OleVariant; out Angle:OleVariant; out Score:OleVariant; out Model:OleVariant):OleVariant;
FindText(const TextModel:IHTextModelX):IHTextResultX;
FindUncalibDescriptorModel(const ModelID:IHDescriptorModelX; DetectorParamName:OleVariant; DetectorParamValue:OleVariant; DescriptorParamName:OleVariant; DescriptorParamValue:OleVariant; MinScore:OleVariant; NumMatches:Integer; ScoreType:OleVariant; out Score:OleVariant):IHHomMat2DX;
FitSurfaceFirstOrder(const Regions:IHRegionX; const Algorithm:WideString; Iterations:Integer; ClippingFactor:Double; out Beta:OleVariant; out Gamma:OleVariant):OleVariant;
FitSurfaceSecondOrder(const Regions:IHRegionX; const Algorithm:WideString; Iterations:Integer; ClippingFactor:Double; out Beta:OleVariant; out Gamma:OleVariant; out Delta:OleVariant; out Epsilon:OleVariant; out Zeta:OleVariant):OleVariant;
FreiAmp:IHImageX;
FreiDir(outImageEdgeDir:IHImageX):IHImageX;
FullDomain:IHImageX;
FuzzyEntropy(const Regions:IHRegionX; Apar:Integer; Cpar:Integer):OleVariant;
FuzzyMeasurePairing(const MeasureHandle:IHMeasureX; Sigma:Double; AmpThresh:Double; FuzzyThresh:Double; const Transition:WideString; const Pairing:WideString; NumPairs:Integer; out ColumnEdgeFirst:OleVariant; out AmplitudeFirst:OleVariant; out RowEdgeSecond:OleVariant; out ColumnEdgeSecond:OleVariant; out AmplitudeSecond:OleVariant; out RowPairCenter:OleVariant; out ColumnPairCenter:OleVariant; out FuzzyScore:OleVariant; out IntraDistance:OleVariant):OleVariant;
FuzzyMeasurePairs(const MeasureHandle:IHMeasureX; Sigma:Double; AmpThresh:Double; FuzzyThresh:Double; const Transition:WideString; out ColumnEdgeFirst:OleVariant; out AmplitudeFirst:OleVariant; out RowEdgeSecond:OleVariant; out ColumnEdgeSecond:OleVariant; out AmplitudeSecond:OleVariant; out RowEdgeCenter:OleVariant; out ColumnEdgeCenter:OleVariant; out FuzzyScore:OleVariant; out IntraDistance:OleVariant; out InterDistance:OleVariant):OleVariant;
FuzzyMeasurePos(const MeasureHandle:IHMeasureX; Sigma:Double; AmpThresh:Double; FuzzyThresh:Double; const Transition:WideString; out ColumnEdge:OleVariant; out Amplitude:OleVariant; out FuzzyScore:OleVariant; out Distance:OleVariant):OleVariant;
FuzzyPerimeter(const Regions:IHRegionX; Apar:Integer; Cpar:Integer):OleVariant;
GammaImage(Gamma:Double; Offset:Double; Threshold:Double; MaxGray:OleVariant; const Encode:WideString):IHImageX;
GaussImage(Size:Integer):IHImageX;
GenBandfilter(MinFrequency:Double; MaxFrequency:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenBandpass(MinFrequency:Double; MaxFrequency:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenBinocularProjRectification(const FMatrix:IHHomMat2DX; CovFMat:OleVariant; Width1:Integer; Height1:Integer; Width2:Integer; Height2:Integer; SubSampling:OleVariant; const Mapping:WideString; out CovFMatRect:OleVariant; out H1:IHHomMat2DX; out H2:IHHomMat2DX):IHImageX;
GenBinocularRectificationMap(CamParam1:OleVariant; CamParam2:OleVariant; RelPose:OleVariant; SubSampling:Double; const Method:WideString; const MapType:WideString; out CamParamRect1:OleVariant; out CamParamRect2:OleVariant; out CamPoseRect1:OleVariant; out CamPoseRect2:OleVariant; out RelPoseRect:OleVariant):IHImageX;
GenBundleAdjustedMosaic(const HomMatrices2D:IHHomMat2DX; StackingOrder:OleVariant; const TransformDomain:WideString; out TransMat2D:IHHomMat2DX):IHImageX;
GenCoocMatrix(const Regions:IHRegionX; LdGray:Integer; Direction:Integer):IHImageX;
GenCubeMapMosaic(outRear:IHImageX; out Left:IHImageX; out Right:IHImageX; out Top:IHImageX; out Bottom:IHImageX; const CameraMatrices:IHHomMat2DX; const RotationMatrices:IHHomMat2DX; CubeMapDimension:Integer; StackingOrder:OleVariant; const Interpolation:WideString):IHImageX;
GenDerivativeFilter(const Derivative:WideString; Exponent:Integer; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenDiscSe(const Type_:WideString; Width:Integer; Height:Integer; Smax:OleVariant);
GenEmptyObj;
GenFilterMask(FilterMask:OleVariant; Scale:Double; Width:Integer; Height:Integer);
GenGabor(Angle:Double; Frequency:Double; Bandwidth:Double; Orientation:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenGaussFilter(Sigma1:Double; Sigma2:Double; Phi:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenGaussPyramid(const Mode:WideString; Scale:Double):IHImageX;
GenGridRectificationMap(const ConnectingLines:IHXLDX; out Meshes:IHXLDX; GridSpacing:Integer; Rotation:OleVariant; Row:OleVariant; Column:OleVariant; const MapType:WideString):IHImageX;
GenHighpass(Frequency:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenImage1(const Type_:WideString; Width:Integer; Height:Integer; PixelPointer:Integer);
GenImage1Extern(const Type_:WideString; Width:Integer; Height:Integer; PixelPointer:Integer; ClearProc:Integer);
GenImage1Rect(PixelPointer:Integer; Width:Integer; Height:Integer; VerticalPitch:Integer; HorizontalBitPitch:Integer; BitsPerPixel:Integer; const DoCopy:WideString; ClearProc:Integer);
GenImage3(const Type_:WideString; Width:Integer; Height:Integer; PixelPointerRed:Integer; PixelPointerGreen:Integer; PixelPointerBlue:Integer);
GenImage3Extern(const Type_:WideString; Width:Integer; Height:Integer; PointerRed:Integer; PointerGreen:Integer; PointerBlue:Integer; ClearProc:Integer);
GenImageconst (const Type_:WideString; Width:Integer; Height:Integer);
GenImageGrayRamp(Alpha:Double; Beta:Double; Mean:Double; Row:Integer; Column:Integer; Width:Integer; Height:Integer);
GenImageInterleaved(PixelPointer:Integer; const ColorFormat:WideString; OriginalWidth:Integer; OriginalHeight:Integer; Alignment:Integer; const Type_:WideString; ImageWidth:Integer; ImageHeight:Integer; StartRow:Integer; StartColumn:Integer; BitsPerChannel:Integer; BitShift:Integer);
GenImageProto(Grayval:OleVariant):IHImageX;
GenImageSurfaceFirstOrder(const Type_:WideString; Alpha:Double; Beta:Double; Gamma:Double; Row:Double; Col:Double; Width:Integer; Height:Integer);
GenImageSurfaceSecondOrder(const Type_:WideString; Alpha:Double; Beta:Double; Gamma:Double; Delta:Double; Epsilon:Double; Zeta:Double; Row:Double; Col:Double; Width:Integer; Height:Integer);
GenImageToWorldPlaneMap(CameraParam:OleVariant; WorldPose:OleVariant; WidthIn:Integer; HeightIn:Integer; WidthMapped:Integer; HeightMapped:Integer; Scale:OleVariant; const MapType:WideString);
GenInitialComponents(ContrastLow:OleVariant; ContrastHigh:OleVariant; MinSize:OleVariant; const Mode:WideString; GenericName:OleVariant; GenericValue:OleVariant):IHRegionX;
GenLowpass(Frequency:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenMeanFilter(const MaskShape:WideString; Diameter1:Double; Diameter2:Double; Phi:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenPrincipalCompTrans(outTransInv:OleVariant; out Mean:OleVariant; out Cov:OleVariant; out InfoPerComp:OleVariant):OleVariant;
GenProjectiveMosaic(StartImage:Integer; MappingSource:OleVariant; MappingDest:OleVariant; const HomMatrices2D:IHHomMat2DX; StackingOrder:OleVariant; const TransformDomain:WideString; out MosaicMatrices2D:IHHomMat2DX):IHImageX;
GenPsfDefocus(PSFwidth:Integer; PSFheight:Integer; Blurring:Double);
GenPsfMotion(PSFwidth:Integer; PSFheight:Integer; Blurring:Double; Angle:Integer; Type_:Integer);
GenRadialDistortionMap(CamParamIn:OleVariant; CamParamOut:OleVariant; const MapType:WideString);
GenSinBandpass(Frequency:Double; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
GenSphericalMosaic(const CameraMatrices:IHHomMat2DX; const RotationMatrices:IHHomMat2DX; LatMin:OleVariant; LatMax:OleVariant; LongMin:OleVariant; LongMax:OleVariant; LatLongStep:OleVariant; StackingOrder:OleVariant; Interpolation:OleVariant):IHImageX;
GenStdBandpass(Frequency:Double; Sigma:Double; const Type_:WideString; const Norm:WideString; const Mode:WideString; Width:Integer; Height:Integer);
Get1DBarCode(BarCodeDescr:OleVariant; GenericName:OleVariant; GenericValue:OleVariant; Orientation:Double):OleVariant;
Get1DBarCodeScanline(BarCodeDescr:OleVariant; GenericName:OleVariant; GenericValue:OleVariant; Orientation:Double; const StopIfFound:WideString; out ScanlineNumPoints:OleVariant; out ScanlineDecoded:OleVariant; out ScanlinePointsRow:OleVariant; out ScanlinePointsColumn:OleVariant):OleVariant;
Get2DBarCode(const BarCodeRegion:IHRegionX; BarCodeDescr:OleVariant; CodeRegDescr:OleVariant; GenParamNames:OleVariant; GenParamValues:OleVariant; out BarCodeData:OleVariant):OleVariant;
Get2DBarCodePos(const BarCodeRegion:IHRegionX; BarCodeDescr:OleVariant; CodeRegDescr:OleVariant; GenParamNames:OleVariant; GenParamValues:OleVariant; out BarCodeData:OleVariant; out DataElementRow:OleVariant; out DataElementCol:OleVariant):OleVariant;
GetChannelInfo(const Request:WideString; Channel:OleVariant):OleVariant;
GetDomain:IHRegionX;
GetFeaturesOcrClassKnn(const OCRHandle:IHOCRKnnX; const Transform:WideString):OleVariant;
GetFeaturesOcrClassMlp(const OCRHandle:IHOCRMlpX; const Transform:WideString):OleVariant;
GetFeaturesOcrClassSvm(const OCRHandle:IHOCRSvmX; const Transform:WideString):OleVariant;
GetGrayval(Row:OleVariant; Column:OleVariant):OleVariant;
GetGrayvalContourXld(const Contour:IHXLDContX; const Interpolation:WideString):OleVariant;
GetGrayvalInterpolated(Row:OleVariant; Column:OleVariant; const Interpolation:WideString):OleVariant;
GetImagePointer1(outType_:OleVariant; out Width:OleVariant; out Height:OleVariant):OleVariant;
GetImagePointer1Rect(outWidth:Integer; out Height:Integer; out VerticalPitch:Integer; out HorizontalBitPitch:Integer; out BitsPerPixel:Integer):Integer;
GetImagePointer3(outPointerGreen:OleVariant; out PointerBlue:OleVariant; out Type_:OleVariant; out Width:OleVariant; out Height:OleVariant):OleVariant;
GetImageSize(outHeight:OleVariant):OleVariant;
GetImageTime(outSecond:Integer; out Minute:Integer; out Hour:Integer; out Day:Integer; out YDay:Integer; out Month:Integer; out Year:Integer):Integer;
GetImageType:OleVariant;
GetObjClass:OleVariant;
GetSheetOfLightResult(const SheetOfLightModelID:IHSheetOfLightModelX; ResultName:OleVariant);
GiveBgEsti(const BgEstiHandle:IHBgEstiX);
GnuplotPlotImage(const GnuplotFileID:IHGnuplotX; SamplesX:Integer; SamplesY:Integer; ViewRotX:OleVariant; ViewRotZ:OleVariant; const Hidden3D:WideString);
GrabData(outContours:IHXLDContX; const AcqHandle:IHFramegrabberX; out Data:OleVariant):IHRegionX;
GrabDataAsync(outContours:IHXLDContX; const AcqHandle:IHFramegrabberX; MaxDelay:Double; out Data:OleVariant):IHRegionX;
GrabImage(const AcqHandle:IHFramegrabberX);
GrabImageAsync(const AcqHandle:IHFramegrabberX; MaxDelay:Double);
GrayBothat(const SE:IHImageX):IHImageX;
GrayClosing(const SE:IHImageX):IHImageX;
GrayClosingRect(MaskHeight:Integer; MaskWidth:Integer):IHImageX;
GrayClosingShape(MaskHeight:OleVariant; MaskWidth:OleVariant; const MaskShape:WideString):IHImageX;
GrayDilation(const SE:IHImageX):IHImageX;
GrayDilationRect(MaskHeight:Integer; MaskWidth:Integer):IHImageX;
GrayDilationShape(MaskHeight:OleVariant; MaskWidth:OleVariant; const MaskShape:WideString):IHImageX;
GrayErosion(const SE:IHImageX):IHImageX;
GrayErosionRect(MaskHeight:Integer; MaskWidth:Integer):IHImageX;
GrayErosionShape(MaskHeight:OleVariant; MaskWidth:OleVariant; const MaskShape:WideString):IHImageX;
GrayHisto(const Regions:IHRegionX; out RelativeHisto:OleVariant):OleVariant;
GrayHistoAbs(const Regions:IHRegionX; Quantization:OleVariant):OleVariant;
GrayHistoRange(const Regions:IHRegionX; Min:OleVariant; Max:OleVariant; NumBins:Integer; out BinSize:Double):OleVariant;
GrayInside:IHImageX;
GrayOpening(const SE:IHImageX):IHImageX;
GrayOpeningRect(MaskHeight:Integer; MaskWidth:Integer):IHImageX;
GrayOpeningShape(MaskHeight:OleVariant; MaskWidth:OleVariant; const MaskShape:WideString):IHImageX;
GrayProjections(const Region:IHRegionX; const Mode:WideString; out VertProjection:OleVariant):OleVariant;
GrayRangeRect(MaskHeight:Integer; MaskWidth:Integer):IHImageX;
GraySkeleton:IHImageX;
GrayTophat(const SE:IHImageX):IHImageX;
HarmonicInterpolation(const Region:IHRegionX; Precision:Double):IHImageX;
HighpassImage(Width:Integer; Height:Integer):IHImageX;
Histo2Dim(const Regions:IHRegionX; const ImageRow:IHImageX):IHImageX;
HoughLineTransDir(DirectionUncertainty:Integer; AngleResolution:Integer):IHImageX;
HoughLinesDir(outLines:IHRegionX; DirectionUncertainty:Integer; AngleResolution:Integer; const Smoothing:WideString; FilterSize:Integer; Threshold:Integer; AngleGap:Integer; DistGap:Integer; const GenLines:WideString; out Angle:OleVariant; out Dist:OleVariant):IHImageX;
HysteresisThreshold(Low:OleVariant; High:OleVariant; MaxLength:Integer):IHRegionX;
Illuminate(MaskWidth:Integer; MaskHeight:Integer; Factor:Double):IHImageX;
ImageToChannels:IHImageX;
ImageToWorldPlane(CameraParam:OleVariant; WorldPose:OleVariant; Width:Integer; Height:Integer; Scale:OleVariant; const Interpolation:WideString):IHImageX;
InpaintingAniso(const Region:IHRegionX; const Mode:WideString; Contrast:Double; Theta:Double; Iterations:Integer; Rho:Double):IHImageX;
InpaintingCed(const Region:IHRegionX; Sigma:Double; Rho:Double; Theta:Double; Iterations:Integer):IHImageX;
InpaintingCt(const Region:IHRegionX; Epsilon:Double; Kappa:Double; Sigma:Double; Rho:Double; ChannelCoefficients:OleVariant):IHImageX;
InpaintingMcf(const Region:IHRegionX; Sigma:Double; Theta:Double; Iterations:Integer):IHImageX;
InpaintingTexture(const Region:IHRegionX; MaskSize:Integer; SearchSize:Integer; Anisotropy:Double; const PostIteration:WideString; Smoothness:Double):IHImageX;
InspectShapeModel(outModelRegions:IHRegionX; NumLevels:Integer; Contrast:OleVariant):IHImageX;
IntegerToObj(SurrogateTuple:OleVariant);
Intensity(const Regions:IHRegionX; out Deviation:OleVariant):OleVariant;
InvertImage:IHImageX;
IsotropicDiffusion(Sigma:Double; Iterations:Integer):IHImageX;
KirschAmp:IHImageX;
KirschDir(outImageEdgeDir:IHImageX):IHImageX;
LabelToRegion:IHRegionX;
Laplace(const ResultType:WideString; MaskSize:OleVariant; const FilterMask:WideString):IHImageX;
LaplaceOfGauss(Sigma:OleVariant):IHImageX;
LearnNdimBox(const Foreground:IHRegionX; const Background:IHRegionX; const ClassifHandle:IHClassBoxX);
LearnNdimNorm(const Foreground:IHRegionX; const Background:IHRegionX; const Metric:WideString; Distance:OleVariant; MinNumberPercent:OleVariant; out Center:OleVariant; out Quality:Double):OleVariant;
LinearTransColor(TransMat:OleVariant):IHImageX;
LinesColor(Sigma:OleVariant; Low:OleVariant; High:OleVariant; const ExtractWidth:WideString; const CompleteJunctions:WideString):IHXLDContX;
LinesFacet(MaskSize:Integer; Low:OleVariant; High:OleVariant; const LightDark:WideString):IHXLDContX;
LinesGauss(Sigma:OleVariant; Low:OleVariant; High:OleVariant; const LightDark:WideString; const ExtractWidth:WideString; const LineModel:WideString; const CompleteJunctions:WideString):IHXLDContX;
LocalMax:IHRegionX;
LocalMaxSubPix(const Filter:WideString; Sigma:Double; Threshold:Double; out Column:OleVariant):OleVariant;
LocalMin:IHRegionX;
LocalMinSubPix(const Filter:WideString; Sigma:Double; Threshold:Double; out Column:OleVariant):OleVariant;
LogImage(Base:OleVariant):IHImageX;
Lowlands:IHRegionX;
LowlandsCenter:IHRegionX;
LutTrans(Lut:OleVariant):IHImageX;
MapImage(const Map:IHImageX):IHImageX;
MatchEssentialMatrixRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const CamMat1:IHHomMat2DX; const CamMat2:IHHomMat2DX; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out CovEMat:OleVariant; out Error:OleVariant; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
MatchFundamentalMatrixDistortionRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out Kappa:Double; out Error:Double; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
MatchFundamentalMatrixRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out CovFMat:OleVariant; out Error:Double; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
MatchRelPoseRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; CamPar1:OleVariant; CamPar2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out CovRelPose:OleVariant; out Error:OleVariant; out Points1:OleVariant; out Points2:OleVariant):OleVariant;
MaxImage(const Image2:IHImageX):IHImageX;
MeanCurvatureFlow(Sigma:Double; Theta:Double; Iterations:Integer):IHImageX;
MeanImage(MaskWidth:Integer; MaskHeight:Integer):IHImageX;
MeanN:IHImageX;
MeanSp(MaskWidth:Integer; MaskHeight:Integer; MinThresh:Integer; MaxThresh:Integer):IHImageX;
MeasurePairs(const MeasureHandle:IHMeasureX; Sigma:Double; Threshold:Double; const Transition:WideString; const Select:WideString; out ColumnEdgeFirst:OleVariant; out AmplitudeFirst:OleVariant; out RowEdgeSecond:OleVariant; out ColumnEdgeSecond:OleVariant; out AmplitudeSecond:OleVariant; out IntraDistance:OleVariant; out InterDistance:OleVariant):OleVariant;
MeasurePos(const MeasureHandle:IHMeasureX; Sigma:Double; Threshold:Double; const Transition:WideString; const Select:WideString; out ColumnEdge:OleVariant; out Amplitude:OleVariant; out Distance:OleVariant):OleVariant;
MeasureProfileSheetOfLight(const SheetOfLightModelID:IHSheetOfLightModelX; MovementPose:OleVariant);
MeasureProjection(const MeasureHandle:IHMeasureX):OleVariant;
MeasureThresh(const MeasureHandle:IHMeasureX; Sigma:Double; Threshold:Double; const Select:WideString; out ColumnThresh:OleVariant; out Distance:OleVariant):OleVariant;
MedianImage(const MaskType:WideString; Radius:Integer; Margin:OleVariant):IHImageX;
MedianRect(MaskWidth:Integer; MaskHeight:Integer):IHImageX;
MedianSeparate(MaskWidth:Integer; MaskHeight:Integer; Margin:OleVariant):IHImageX;
MedianWeighted(const MaskType:WideString; MaskSize:Integer):IHImageX;
MidrangeImage(const Mask:IHRegionX; Margin:OleVariant):IHImageX;
MinImage(const Image2:IHImageX):IHImageX;
MinMaxGray(const Regions:IHRegionX; Percent:OleVariant; out Max:OleVariant; out Range:OleVariant):OleVariant;
MirrorImage(const Mode:WideString):IHImageX;
MomentsGrayPlane(const Regions:IHRegionX; out MCol:OleVariant; out Alpha:OleVariant; out Beta:OleVariant; out Mean:OleVariant):OleVariant;
Monotony:IHImageX;
MultImage(const Image2:IHImageX; Mult:OleVariant; Add:OleVariant):IHImageX;
NoiseDistributionMean(const const Region:IHRegionX; FilterSize:Integer):OleVariant;
NonmaxSuppressionAmp(const Mode:WideString):IHImageX;
NonmaxSuppressionDir(const ImgDir:IHImageX; const Mode:WideString):IHImageX;
ObjDiff(const ObjectsSub:IHImageX):IHImageX;
ObjToInteger(Index:Integer; Number:Integer):OleVariant;
OcrGetFeatures(const OCRHandle:IHOCRBoxX):OleVariant;
OpticalFlowMg(const Image2:IHImageX; const Algorithm:WideString; SmoothingSigma:Double; IntegrationSigma:Double; FlowSmoothness:Double; Gradientconst ancy:Double; MGParamName:OleVariant; MGParamValue:OleVariant):IHImageX;
OverpaintGray(const ImageSource:IHImageX);
OverpaintRegion(const Region:IHRegionX; Grayval:OleVariant; const Type_:WideString);
PaintGray(const ImageDestination:IHImageX):IHImageX;
PaintRegion(const Region:IHRegionX; Grayval:OleVariant; const Type_:WideString):IHImageX;
PaintXld(const XLD:IHXLDX; Grayval:OleVariant):IHImageX;
PhaseDeg:IHImageX;
PhaseRad:IHImageX;
PhotStereo(Slants:OleVariant; Tilts:OleVariant):IHImageX;
PhotometricStereo(outGradient:IHImageX; out Albedo:IHImageX; Slants:OleVariant; Tilts:OleVariant; ResultType:OleVariant; const Reconst ructionMethod:WideString; GenParamName:OleVariant; GenParamValue:OleVariant):IHImageX;
PlaneDeviation(const Regions:IHRegionX):OleVariant;
Plateaus:IHRegionX;
PlateausCenter:IHRegionX;
PointsFoerstner(SigmaGrad:OleVariant; SigmaInt:OleVariant; SigmaPoints:OleVariant; ThreshInhom:OleVariant; ThreshShape:Double; const Smoothing:WideString; const EliminateDoublets:WideString; out ColumnJunctions:OleVariant; out CoRRJunctions:OleVariant; out CoRCJunctions:OleVariant; out CoCCJunctions:OleVariant; out RowArea:OleVariant; out ColumnArea:OleVariant; out CoRRArea:OleVariant; out CoRCArea:OleVariant; out CoCCArea:OleVariant):OleVariant;
PointsHarris(SigmaGrad:Double; SigmaSmooth:Double; Alpha:Double; Threshold:OleVariant; out Column:OleVariant):OleVariant;
PointsHarrisBinomial(MaskSizeGrad:Integer; MaskSizeSmooth:Integer; Alpha:Double; Threshold:OleVariant; const Subpix:WideString; out Column:OleVariant):OleVariant;
PointsLepetit(Radius:Integer; CheckNeighbor:Integer; MinCheckNeighborDiff:Integer; MinScore:Integer; const Subpix:WideString; out Column:OleVariant):OleVariant;
PointsSojka(MaskSize:Integer; SigmaW:OleVariant; SigmaD:OleVariant; MinGrad:OleVariant; MinApparentness:OleVariant; MinAngle:Double; const Subpix:WideString; out Column:OleVariant):OleVariant;
PolarTransImage(Row:Integer; Column:Integer; Width:Integer; Height:Integer):IHImageX;
PolarTransImageExt(Row:OleVariant; Column:OleVariant; AngleStart:Double; AngleEnd:Double; RadiusStart:OleVariant; RadiusEnd:OleVariant; Width:Integer; Height:Integer; const Interpolation:WideString):IHImageX;
PolarTransImageInv(Row:OleVariant; Column:OleVariant; AngleStart:Double; AngleEnd:Double; RadiusStart:OleVariant; RadiusEnd:OleVariant; Width:Integer; Height:Integer; const Interpolation:WideString):IHImageX;
Pouring(const Mode:WideString; MinGray:Integer; MaxGray:Integer):IHRegionX;
PowImage(Exponent:OleVariant):IHImageX;
PowerByte:IHImageX;
PowerLn:IHImageX;
PowerReal:IHImageX;
PrewittAmp:IHImageX;
PrewittDir(outImageEdgeDir:IHImageX):IHImageX;
PrincipalComp(outInfoPerComp:OleVariant):IHImageX;
ProjHomMat2dToPose(const Homography:IHHomMat2DX; const CameraMatrix:IHHomMat2DX; const Method:WideString):OleVariant;
ProjMatchPointsDistortionRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out Kappa:Double; out Error:Double; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
ProjMatchPointsDistortionRansacGuided(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; const HomMat2dGuide:IHHomMat2DX; KappaGuide:Double; DistanceTolerance:Double; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:OleVariant; RandSeed:Integer; out Kappa:Double; out Error:Double; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
ProjMatchPointsRansac(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; RowMove:Integer; ColMove:Integer; RowTolerance:Integer; ColTolerance:Integer; Rotation:OleVariant; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:Double; RandSeed:Integer; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
ProjMatchPointsRansacGuided(const Image2:IHImageX; Rows1:OleVariant; Cols1:OleVariant; Rows2:OleVariant; Cols2:OleVariant; const GrayMatchMethod:WideString; MaskSize:Integer; const HomMat2dGuide:IHHomMat2DX; DistanceTolerance:Double; MatchThreshold:OleVariant; const EstimationMethod:WideString; DistanceThreshold:Double; RandSeed:Integer; out Points1:OleVariant; out Points2:OleVariant):IHHomMat2DX;
ProjectiveTransImage(const HomMat2d:IHHomMat2DX; const Interpolation:WideString; const AdaptImageSize:WideString; const TransformDomain:WideString):IHImageX;
ProjectiveTransImageSize(const HomMat2d:IHHomMat2DX; const Interpolation:WideString; Width:Integer; Height:Integer; const TransformDomain:WideString):IHImageX;
RadiometricSelfCalibration(ExposureRatios:OleVariant; const Features:WideString; const Type:WideString; Smoothness:Double; PolynomialDegree:Integer):OleVariant;
RankImage(const Mask:IHRegionX; Rank:Integer; Margin:OleVariant):IHImageX;
RankN(RankIndex:Integer):IHImageX;
RankRect(MaskWidth:Integer; MaskHeight:Integer; Rank:Integer):IHImageX;
ReadGraySe(const FileName:WideString);
ReadImage(FileName:OleVariant);
ReadOcrTrainf(TrainingFile:OleVariant):OleVariant;
ReadOcrTrainfSelect(TrainingFile:OleVariant; SearchNames:OleVariant):OleVariant;
ReadSequence(HeaderSize:Integer; SourceWidth:Integer; SourceHeight:Integer; StartRow:Integer; StartColumn:Integer; DestWidth:Integer; DestHeight:Integer; const PixelType:WideString; const BitOrder:WideString; const ByteOrder:WideString; const Pad:WideString; Index:Integer; const FileName:WideString);
RealToComplex(const ImageImaginary:IHImageX):IHImageX;
RealToVectorField(const Col:IHImageX; const Type_:WideString):IHImageX;
ReceiveImage(const Socket:IHSocketX);
Reconst ructHeightFieldFromGradient(const Reconst ructionMethod:WideString; GenParamName:OleVariant; GenParamValue:OleVariant):IHImageX;
Rectangle1Domain(Row1:Integer; Column1:Integer; Row2:Integer; Column2:Integer):IHImageX;
ReduceDomain(const Region:IHRegionX):IHImageX;
RegionToMean(const Regions:IHRegionX):IHImageX;
Regiongrowing(Row:Integer; Column:Integer; Tolerance:OleVariant; MinSize:Integer):IHRegionX;
RegiongrowingMean(StartRows:OleVariant; StartColumns:OleVariant; Tolerance:Double; MinSize:Integer):IHRegionX;
RegiongrowingN(const Metric:WideString; MinTolerance:OleVariant; MaxTolerance:OleVariant; MinSize:Integer):IHRegionX;
RftGeneric(const Direction:WideString; const Norm:WideString; const ResultType:WideString; Width:Integer):IHImageX;
Rgb1ToGray:IHImageX;
Rgb3ToGray(const ImageGreen:IHImageX; const ImageBlue:IHImageX):IHImageX;
Roberts(const FilterType:WideString):IHImageX;
RobinsonAmp:IHImageX;
RobinsonDir(outImageEdgeDir:IHImageX):IHImageX;
RotateImage(Phi:OleVariant; const Interpolation:WideString):IHImageX;
RunBgEsti(const BgEstiHandle:IHBgEstiX):IHRegionX;
SaddlePointsSubPix(const Filter:WideString; Sigma:Double; Threshold:Double; out Column:OleVariant):OleVariant;
ScaleImage(Mult:OleVariant; Add:OleVariant):IHImageX;
ScaleImageMax:IHImageX;
SelectGrayvaluesFromChannels(const IndexImage:IHImageX):IHImageX;
SelectObj(Index:OleVariant):IHImageX;
SendImage(const Socket:IHSocketX);
SerializeImage:IHSerializedItemX;
SerializeObject:IHSerializedItemX;
SetGrayval(Row:OleVariant; Column:OleVariant; Grayval:OleVariant);
SetLocalDeformableModelMetric(const VectorField:IHImageX; const ModelID:IHDeformableModelX; const Metric:WideString);
SetNccModelParam(const ModelID:IHNCCModelX; GenParamNames:OleVariant; GenParamValues:OleVariant);
SetPlanarCalibDeformableModelMetric(const ModelID:IHDeformableModelX; Pose:OleVariant; const Metric:WideString);
SetPlanarUncalibDeformableModelMetric(const ModelID:IHDeformableModelX; const HomMat2d:IHHomMat2DX; const Metric:WideString);
SetProfileSheetOfLight(const SheetOfLightModelID:IHSheetOfLightModelX; MovementPoses:OleVariant);
SetShapeModelMetric(const ModelID:IHShapeModelX; const HomMat2d:IHHomMat2DX; const Metric:WideString);
SetShapeModelParam(const ModelID:IHShapeModelX; GenParamNames:OleVariant; GenParamValues:OleVariant);
SfsModLr(Slant:OleVariant; Tilt:OleVariant; Albedo:OleVariant; Ambient:OleVariant):IHImageX;
SfsOrigLr(Slant:OleVariant; Tilt:OleVariant; Albedo:OleVariant; Ambient:OleVariant):IHImageX;
SfsPentland(Slant:OleVariant; Tilt:OleVariant; Albedo:OleVariant; Ambient:OleVariant):IHImageX;
ShadeHeightField(Slant:OleVariant; Tilt:OleVariant; Albedo:OleVariant; Ambient:OleVariant; const Shadows:WideString):IHImageX;
ShockFilter(Theta:Double; Iterations:Integer; const Mode:WideString; Sigma:Double):IHImageX;
SigmaImage(MaskHeight:Integer; MaskWidth:Integer; Sigma:Integer):IHImageX;
SimCaltab(const CalTabDescrFile:WideString; CameraParam:OleVariant; CaltabPose:OleVariant; GrayBackground:Integer; GrayCaltab:Integer; GrayMarks:Integer; ScaleFac:Double);
SimulateDefocus(Blurring:Double):IHImageX;
SimulateMotion(Blurring:Double; Angle:Integer; Type_:Integer):IHImageX;
SinImage:IHImageX;
SmoothImage(const Filter:WideString; Alpha:Double):IHImageX;
SobelAmp(const FilterType:WideString; Size:OleVariant):IHImageX;
SobelDir(outEdgeDirection:IHImageX; const FilterType:WideString; Size:OleVariant):IHImageX;
SqrtImage:IHImageX;
SubImage(const ImageSubtrahend:IHImageX; Mult:OleVariant; Add:OleVariant):IHImageX;
Symmetry(MaskSize:Integer; Direction:Double; Exponent:Double):IHImageX;
TanImage:IHImageX;
TestEqualObj(const Objects2:IHImageX):Integer;
TextureLaws(const FilterTypes:WideString; Shift:Integer; FilterSize:Integer):IHImageX;
Threshold(MinGray:OleVariant; MaxGray:OleVariant):IHRegionX;
ThresholdSubPix(Threshold:OleVariant):IHXLDContX;
TileChannels(NumColumns:Integer; const TileOrder:WideString):IHImageX;
TileImages(NumColumns:Integer; const TileOrder:WideString):IHImageX;
TileImagesOffset(OffsetRow:OleVariant; OffsetCol:OleVariant; Row1:OleVariant; Col1:OleVariant; Row2:OleVariant; Col2:OleVariant; Width:Integer; Height:Integer):IHImageX;
TopographicSketch:IHImageX;
TrainModelComponents(const InitialComponents:IHRegionX; const TrainingImages:IHImageX; ContrastLow:OleVariant; ContrastHigh:OleVariant; MinSize:OleVariant; MinScore:OleVariant; SearchRowTol:OleVariant; SearchColumnTol:OleVariant; SearchAngleTol:OleVariant; const TrainingEmphasis:WideString; const AmbiguityCriterion:WideString; MaxContourOverlap:Double; ClusterThreshold:Double; out ComponentTrainingID:IHComponentTrainingX):IHRegionX;
TrainVariationModel(const ModelID:IHVariationModelX);
TraindOcvProj(const OCVHandle:IHOCVX; Name:OleVariant; const Mode:WideString);
TransFromRgb(const ImageGreen:IHImageX; const ImageBlue:IHImageX; out ImageResult2:IHImageX; out ImageResult3:IHImageX; const ColorSpace:WideString):IHImageX;
TransToRgb(const ImageInput2:IHImageX; const ImageInput3:IHImageX; out ImageGreen:IHImageX; out ImageBlue:IHImageX; const ColorSpace:WideString):IHImageX;
TrimmedMean(const Mask:IHRegionX; Number:Integer; Margin:OleVariant):IHImageX;
UnprojectCoordinates(const WindowHandle:IHWindowX; Row:OleVariant; Column:OleVariant; out ImageColumn:Integer; out Height:OleVariant):Integer;
UnwarpImageVectorField(const VectorField:IHImageX):IHImageX;
UpdateBgEsti(const UpDateRegion:IHRegionX; const BgEstiHandle:IHBgEstiX);
VarThreshold(MaskWidth:Integer; MaskHeight:Integer; StdDevScale:OleVariant; AbsThreshold:OleVariant; const LightDark:WideString):IHRegionX;
VectorFieldLength(const Mode:WideString):IHImageX;
VectorFieldToHomMat2d:IHHomMat2DX;
VectorFieldToReal(outCol:IHImageX):IHImageX;
VectorToPose(WorldX:OleVariant; WorldY:OleVariant; WorldZ:OleVariant; ImageRow:OleVariant; ImageColumn:OleVariant; CameraParam:OleVariant; const Method:WideString; QualityType:OleVariant; out Quality:OleVariant):OleVariant;
Watersheds(outWatersheds:IHRegionX):IHRegionX;
WatershedsThreshold(Threshold:OleVariant):IHRegionX;
WienerFilter(const Psf:IHImageX; const FilteredImage:IHImageX):IHImageX;
WienerFilterNi(const Psf:IHImageX; const NoiseRegion:IHRegionX; MaskWidth:Integer; MaskHeight:Integer):IHImageX;
WriteImage(const Format:WideString; FillColor:OleVariant; FileName:OleVariant);
WriteOcrTrainfImage(Class_:OleVariant; const TrainingFile:WideString);
ZeroCrossing:IHRegionX;
ZeroCrossingSubPix:IHXLDContX;
ZoomImageFactor(ScaleWidth:Double; ScaleHeight:Double; const Interpolation:WideString):IHImageX;
ZoomImageSize(Width:Integer; Height:Integer; const Interpolation:WideString):IHImageX;