Package boofcv.alg.tracker.tld
Class TldRegion
java.lang.Object
boofcv.alg.tracker.tld.TldRegion
A high confidence region detected inside the image where
-
Field Summary
Modifier and TypeFieldDescriptiondouble
Score computed from NCC descriptorint
Number of connections found in non-maximum suppressionDescription of the rectangular region -
Constructor Summary
-
Method Summary
-
Field Details
-
connections
public int connectionsNumber of connections found in non-maximum suppression -
confidence
public double confidenceScore computed from NCC descriptor -
rect
Description of the rectangular region
-
-
Constructor Details
-
TldRegion
public TldRegion()
-