Search Results for

    Show / Hide Table of Contents

    Struct ObjectDetection

    Represents a structure that contains the bounding box and confidence level for a detected object.

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

    Fields

    | Improve this Doc View Source

    Rect

    The bounding box for the detected object.

    Declaration
    public Rect Rect
    Field Value
    Type Description
    Rect
    | Improve this Doc View Source

    Score

    The detection confidence level.

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