Package boofcv.alg.tracker.tld
Class TldRegionFernInfo
java.lang.Object
boofcv.alg.tracker.tld.TldRegionFernInfo
Storage for fern classification results for a particular rectangle in the image.
-
Field Summary
Modifier and TypeFieldDescriptionLocation being consideredint
Sum of negative fern examples in this regionint
Sum of positive fern examples in this region -
Constructor Summary
-
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()
-