http://www.emgu.com
Get the pixels list.
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic VectorOfInt Pixels { get; }
Public ReadOnly Property Pixels As VectorOfInt
Get
public:
property VectorOfInt^ Pixels {
VectorOfInt^ get ();
}
member Pixels : VectorOfInt with get
Property Value
Type:
VectorOfInt
See Also