http://www.emgu.com
Get the pixels list.
Namespace:
Emgu.CV.Text
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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