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