Package boofcv.struct.calib
Class ElevateViewInfo
java.lang.Object
boofcv.struct.calib.ElevateViewInfo
Information about a view when elevating it from projective to metric.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
reset()
void
setTo
(int width, int height, int id) void
setTo
(ElevateViewInfo src)
-
Field Details
-
shape
Shape of the image. -
cameraID
public int cameraIDThe camera ID. Used to indicate if the same intrinsic parameters can be assumed for multiple views. The view ID will always be 0 ≤ id < len(views).
-
-
Constructor Details
-
ElevateViewInfo
public ElevateViewInfo() -
ElevateViewInfo
public ElevateViewInfo(int width, int height, int id)
-
-
Method Details
-
setTo
-
setTo
public void setTo(int width, int height, int id) -
reset
public void reset()
-