ImageTColor, TDepthCountNonzero Method |
http://www.emgu.com
Count the non Zero elements for each channel
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic int[] CountNonzero()
Public Function CountNonzero As Integer()
public:
array<int>^ CountNonzero()
member CountNonzero : unit -> int[]
Return Value
Type:
Int32Count the non Zero elements for each channel
See Also