Class VLHistogram.TVLHistogram
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:06, 11 June 2013
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabPkg
Unit: VLHistogram
Inherits: TVLSinkFilter
Contents |
Syntax
Delphi:
type TVLHistogram = class( TVLSinkFilter )
C++ Builder:
class TVLHistogram : public TVLSinkFilter
Visual C++ (MFC):
class CTVLHistogram : public CTVLSinkFilter
C# (.NET):
public ref class TVLHistogram : Mitov.VideoLab.SinkFilter
Summary
Computes intensity histogram of image.
Description
Use this component to compute the intensity histogram for each channel of the image using equal bins in different color spaces. ( R, G, B )
Diagram:
Example:
Properties
Published
- LowerLevel - Lower level boundary.
- UpperLevel - Upper level boundary.
- ColorMode - The Color Space to be used.
PinLists
- OutputPins - The three Integer Output Pins for the color frames.