Search Results for

    Show / Hide Table of Contents

    Struct AvgComp

    Represents a structure that contains the bounding box and number of neighbors of objects detected by DetectObjects(Arr, MemStorage, Double, Int32, HaarDetectObjectFlags, Size, Size).

    Namespace: OpenCV.Net
    Assembly: OpenCV.Net.dll
    Syntax
    public struct AvgComp

    Fields

    | Improve this Doc View Source

    Neighbors

    The number of neighbor rectangles in the group.

    Declaration
    public int Neighbors
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    Rect

    The bounding rectangle for the object (average rectangle of a group).

    Declaration
    public Rect Rect
    Field Value
    Type Description
    Rect
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX