ClearImageNet Send comments on this topic.
VerticalHistogram Property
See Also 
Inlite.ClearImageNet Namespace > ImageEditor Class : VerticalHistogram Property




Gets number of black pixels in each row

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property VerticalHistogram As Integer()
Visual Basic (Usage)Copy Code
Dim instance As ImageEditor
Dim value() As Integer
 
value = instance.VerticalHistogram
C# 
public int[] VerticalHistogram {get;}
Managed Extensions for C++ 
public: __property int[]* get_VerticalHistogram();
C++/CLI 
public:
property array<int>^ VerticalHistogram {
   array<int>^ get();
}

Remarks

Applicable only to bi-tonal image
If ImageEditor.Zone is set, number of entries equal to height of Zone. Otherwise number of entries is height of an image.

Licensing: Requires ClearImage Tools license

See Also

Generated from assembly ClearImageNet [5.7.1.0]