bins_count property

bins_count property

Gets or sets a count of bins that will be used for building color histograms.

Definition:

@property
def bins_count(self):
    ...
@bins_count.setter
def bins_count(self, value):
    ...

See Also