Uses of Class
boofcv.struct.image.ImageDimension
Packages that use ImageDimension
Package
Description
-
Uses of ImageDimension in boofcv.abst.geo.calibration
Methods in boofcv.abst.geo.calibration with parameters of type ImageDimensionModifier and TypeMethodDescriptionvoid
CalibrateStereoPlanar.initialize
(ImageDimension left, ImageDimension right) Puts the class into its initial state. -
Uses of ImageDimension in boofcv.alg.geo
Methods in boofcv.alg.geo with parameters of type ImageDimensionModifier 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
Methods in boofcv.alg.geo.impl with parameters of type ImageDimensionModifier 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
Fields in boofcv.alg.mvs declared as ImageDimensionModifier and TypeFieldDescriptionfinal ImageDimension
BundleToRectificationStereoParameters.rectifiedShape
The rectified image's shape. -
Uses of ImageDimension in boofcv.alg.structure
Fields in boofcv.alg.structure declared as ImageDimensionMethods in boofcv.alg.structure with parameters of type ImageDimensionModifier and TypeMethodDescriptionvoid
LookUpCameraInfo.lookupViewShape
(String viewID, ImageDimension shape) -
Uses of ImageDimension in boofcv.alg.transform.wavelet
Methods in boofcv.alg.transform.wavelet that return ImageDimensionModifier 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
Methods in boofcv.io.image with parameters of type ImageDimensionModifier 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
Methods in boofcv.misc with parameters of type ImageDimensionModifier 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
Fields in boofcv.struct.calib declared as ImageDimensionMethods in boofcv.struct.calib that return ImageDimensionMethods in boofcv.struct.calib with parameters of type ImageDimension -
Uses of ImageDimension in boofcv.struct.image
Methods in boofcv.struct.image with parameters of type ImageDimensionModifier and TypeMethodDescriptionboolean
ImageDimension.isIdentical
(ImageDimension a) void
ImageDimension.setTo
(ImageDimension src)