DETECTED_OBJECT
- Type of detected objectpublic class TransformedDetection<DETECTED_OBJECT> extends Object
ObjectDetector
s that
perform some form of pre-processing transform on the image (for example to
simulate rotations or affine warps in order to increase invariance). In these
cases, the transformation held by the TransformedDetection
would be
the inverse of the pre-process transform.Modifier and Type | Field and Description |
---|---|
DETECTED_OBJECT |
detected
The object that was detected
|
Jama.Matrix |
transform
The transform to be applied to the detected object to map it to the image
in which the detection was made.
|
Constructor and Description |
---|
TransformedDetection(DETECTED_OBJECT detected,
Jama.Matrix transform)
Construct a new
TransformedDetection with the given detected
object and transform. |
public Jama.Matrix transform
public DETECTED_OBJECT detected
public TransformedDetection(DETECTED_OBJECT detected, Jama.Matrix transform)
TransformedDetection
with the given detected
object and transform.detected
- the detected objecttransform
- the transform