MatNDTDepthConvertTOtherDepth Method |
http://www.emgu.com
Convert this matrix to different depth
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic MatND<TOtherDepth> Convert<TOtherDepth>()
where TOtherDepth : new()
Public Function Convert(Of TOtherDepth As New) As MatND(Of TOtherDepth)
public:
generic<typename TOtherDepth>
where TOtherDepth : gcnew()
MatND<TOtherDepth>^ Convert()
member Convert : unit -> MatND<'TOtherDepth> when 'TOtherDepth : new()
Type Parameters
- TOtherDepth
- The depth type to convert to
Return Value
Type:
MatNDTOtherDepthMatrix of different depth
See Also