Uses of Class
boofcv.struct.image.ImageDimension
Package
Description
-
Uses of ImageDimension in boofcv.abst.geo.calibration
Modifier and TypeMethodDescriptionvoid
CalibrateStereoPlanar.initialize
(ImageDimension left, ImageDimension right) Puts the class into its initial state. -
Uses of ImageDimension in boofcv.alg.geo
Modifier and TypeMethodDescriptionstatic void
RectifyImageOps.adjustView
(RectifyFillType approach, CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification based on the provided rule for filling the view.static void
RectifyImageOps.allInsideLeft
(CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification such that only pixels which overlap the original left image can be seen.static void
RectifyImageOps.allInsideLeft
(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification such that only pixels which overlap the original left image can be seen.static void
RectifyImageOps.fullViewLeft
(CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification such that the entire original left image can be seen and adjusts the shape of the rectified image to maximize it's area.static void
RectifyImageOps.fullViewLeft
(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, @Nullable ImageDimension rectifiedSize) Adjust the rectification such that the entire original left image can be seen. -
Uses of ImageDimension in boofcv.alg.geo.impl
Modifier and TypeMethodDescriptionstatic void
ImplRectifyImageOps_F32.allInsideLeft
(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, ImageDimension rectifiedSize) static void
ImplRectifyImageOps_F64.allInsideLeft
(CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, ImageDimension rectifiedSize) static void
ImplRectifyImageOps_F32.fullViewLeft
(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, ImageDimension rectifiedSize) static void
ImplRectifyImageOps_F64.fullViewLeft
(CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, ImageDimension rectifiedSize) -
Uses of ImageDimension in boofcv.alg.mvs
Modifier and TypeFieldDescriptionfinal ImageDimension
BundleToRectificationStereoParameters.rectifiedShape
The rectified image's shape. -
Uses of ImageDimension in boofcv.alg.structure
Modifier and TypeMethodDescriptionvoid
LookUpCameraInfo.lookupViewShape
(String viewID, ImageDimension shape) -
Uses of ImageDimension in boofcv.alg.transform.wavelet
Modifier and TypeMethodDescriptionstatic ImageDimension
UtilWavelet.transformDimension
(int width, int height, int level) static ImageDimension
UtilWavelet.transformDimension
(ImageBase orig, int level) Returns dimension which is required for the transformed image in a multilevel wavelet transform. -
Uses of ImageDimension in boofcv.io.image
Modifier and TypeMethodDescriptionstatic void
LabeledImagePolygonCodec.decode
(InputStream reader, ImageDimension shape, DogArray<PolygonRegion> regions) Decodes the stream and reads the labeled imageboolean
LookUpImageFilesByIndex.loadShape
(String name, ImageDimension shape) boolean
LookUpImageFilesByPath.loadShape
(String path, ImageDimension shape) boolean
LookUpImageListByIndex.loadShape
(String name, ImageDimension shape) -
Uses of ImageDimension in boofcv.misc
Modifier and TypeMethodDescriptionboolean
LookUpImages.loadShape
(String name, ImageDimension shape) Loads the shape for an imagestatic boolean
BoofMiscOps.parseDimension
(String text, ImageDimension dimension) Parses the string into a dimension. -
Uses of ImageDimension in boofcv.struct.calib
-
Uses of ImageDimension in boofcv.struct.image
Modifier and TypeMethodDescriptionboolean
ImageDimension.isIdentical
(ImageDimension a) void
ImageDimension.setTo
(ImageDimension src)