Example usage for org.opencv.core Rect subclass-usage

List of usage examples for org.opencv.core Rect subclass-usage

Introduction

In this page you can find the example usage for org.opencv.core Rect subclass-usage.

Usage

From source file com.trandi.opentld.tld.BoundingBox.java

public class BoundingBox extends Rect {
    private static final int POINTS_MAX_COUNT = 10;
    private static final int POINTS_MARGIN_H = 0;
    private static final int POINTS_MARGIN_V = 0;

    public float overlap = -1; // overlap with current(main) BoundingBox

From source file syncleus.dann.data.video.BoundingBox.java

public class BoundingBox extends Rect {
    private static final int POINTS_MAX_COUNT = 10;
    private static final int POINTS_MARGIN_H = 0;
    private static final int POINTS_MARGIN_V = 0;

    public float overlap = -1; // overlap with current(main) BoundingBox