CvInvokeWarpPerspective Method |
Namespace: Emgu.CV
public static void WarpPerspective( IInputArray src, IOutputArray dst, IInputArray mapMatrix, Size dsize, Inter interpolationType = Inter.Linear, Warp warpType = Warp.Default, BorderType borderMode = BorderType.Constant, MCvScalar borderValue = null )
Public Shared Sub WarpPerspective ( src As IInputArray, dst As IOutputArray, mapMatrix As IInputArray, dsize As Size, Optional interpolationType As Inter = Inter.Linear, Optional warpType As Warp = Warp.Default, Optional borderMode As BorderType = BorderType.Constant, Optional borderValue As MCvScalar = Nothing )
public: static void WarpPerspective( IInputArray^ src, IOutputArray^ dst, IInputArray^ mapMatrix, Size dsize, Inter interpolationType = Inter::Linear, Warp warpType = Warp::Default, BorderType borderMode = BorderType::Constant, MCvScalar borderValue = nullptr )
static member WarpPerspective : src : IInputArray * dst : IOutputArray * mapMatrix : IInputArray * dsize : Size * ?interpolationType : Inter * ?warpType : Warp * ?borderMode : BorderType * ?borderValue : MCvScalar (* Defaults: let _interpolationType = defaultArg interpolationType Inter.Linear let _warpType = defaultArg warpType Warp.Default let _borderMode = defaultArg borderMode BorderType.Constant let _borderValue = defaultArg borderValue null *) -> unit
2019 Emgu Corporation, All Rights Reserved,