Cv2BatchDistance Method |
Namespace: OpenCvSharp
public static void BatchDistance( InputArray src1, InputArray src2, OutputArray dist, int dtype, OutputArray nidx, NormTypes normType = NormTypes.L2, int k = 0, InputArray mask = null, int update = 0, bool crosscheck = false )
Public Shared Sub BatchDistance ( src1 As InputArray, src2 As InputArray, dist As OutputArray, dtype As Integer, nidx As OutputArray, Optional normType As NormTypes = NormTypes.L2, Optional k As Integer = 0, Optional mask As InputArray = Nothing, Optional update As Integer = 0, Optional crosscheck As Boolean = false )
public: static void BatchDistance( InputArray^ src1, InputArray^ src2, OutputArray^ dist, int dtype, OutputArray^ nidx, NormTypes normType = NormTypes::L2, int k = 0, InputArray^ mask = nullptr, int update = 0, bool crosscheck = false )
static member BatchDistance : src1 : InputArray * src2 : InputArray * dist : OutputArray * dtype : int * nidx : OutputArray * ?normType : NormTypes * ?k : int * ?mask : InputArray * ?update : int * ?crosscheck : bool (* Defaults: let _normType = defaultArg normType NormTypes.L2 let _k = defaultArg k 0 let _mask = defaultArg mask null let _update = defaultArg update 0 let _crosscheck = defaultArg crosscheck false *) -> unit
OpenCvSharp.Cv2.BatchDistance = function(src1, src2, dist, dtype, nidx, normType, k, mask, update, crosscheck);