Package boofcv.alg.tracker.tld
Class TldRegionFernInfo
java.lang.Object
boofcv.alg.tracker.tld.TldRegionFernInfo
public class TldRegionFernInfo extends Object
Storage for fern classification results for a particular rectangle in the image.
-
Field Summary
Fields Modifier and Type Field Description ImageRectangle
r
Location being consideredint
sumN
Sum of negative fern examples in this regionint
sumP
Sum of positive fern examples in this region -
Constructor Summary
Constructors Constructor Description TldRegionFernInfo()
-
Method Summary
-
Field Details
-
r
Location being considered -
sumP
public int sumPSum of positive fern examples in this region -
sumN
public int sumNSum of negative fern examples in this region
-
-
Constructor Details
-
TldRegionFernInfo
public TldRegionFernInfo()
-