CvInvokeReadCloud Method |
Namespace: Emgu.CV
public static Mat ReadCloud( string file, IOutputArray colors = null, IOutputArray normals = null )
Public Shared Function ReadCloud ( file As String, Optional colors As IOutputArray = Nothing, Optional normals As IOutputArray = Nothing ) As Mat
public: static Mat^ ReadCloud( String^ file, IOutputArray^ colors = nullptr, IOutputArray^ normals = nullptr )
static member ReadCloud : file : string * ?colors : IOutputArray * ?normals : IOutputArray (* Defaults: let _colors = defaultArg colors null let _normals = defaultArg normals null *) -> Mat
2019 Emgu Corporation, All Rights Reserved,