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 TypeMethodDescriptionvoidCalibrateStereoPlanar.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 voidRectifyImageOps.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 voidRectifyImageOps.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 voidRectifyImageOps.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 voidRectifyImageOps.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 voidRectifyImageOps.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 voidImplRectifyImageOps_F32.allInsideLeft(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, ImageDimension rectifiedSize) static voidImplRectifyImageOps_F64.allInsideLeft(CameraPinholeBrown paramLeft, DMatrixRMaj rectifyLeft, DMatrixRMaj rectifyRight, DMatrixRMaj rectifyK, ImageDimension rectifiedSize) static voidImplRectifyImageOps_F32.fullViewLeft(CameraPinholeBrown paramLeft, FMatrixRMaj rectifyLeft, FMatrixRMaj rectifyRight, FMatrixRMaj rectifyK, ImageDimension rectifiedSize) static voidImplRectifyImageOps_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 ImageDimensionBundleToRectificationStereoParameters.rectifiedShapeThe 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 TypeMethodDescriptionvoidLookUpCameraInfo.lookupViewShape(String viewID, ImageDimension shape) -
Uses of ImageDimension in boofcv.alg.transform.wavelet
Methods in boofcv.alg.transform.wavelet that return ImageDimensionModifier and TypeMethodDescriptionstatic ImageDimensionUtilWavelet.transformDimension(int width, int height, int level) static ImageDimensionUtilWavelet.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 voidLabeledImagePolygonCodec.decode(InputStream reader, ImageDimension shape, DogArray<PolygonRegion> regions) Decodes the stream and reads the labeled imagebooleanLookUpImageFilesByIndex.loadShape(String name, ImageDimension shape) booleanLookUpImageFilesByPath.loadShape(String path, ImageDimension shape) booleanLookUpImageListByIndex.loadShape(String name, ImageDimension shape) -
Uses of ImageDimension in boofcv.misc
Methods in boofcv.misc with parameters of type ImageDimensionModifier and TypeMethodDescriptionbooleanLookUpImages.loadShape(String name, ImageDimension shape) Loads the shape for an imagestatic booleanBoofMiscOps.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 TypeMethodDescriptionbooleanImageDimension.isIdentical(ImageDimension a) voidImageDimension.setTo(ImageDimension src)