Uses of Class
science.aist.imaging.api.domain.offset.TranslationOffsetInMM
-
Packages that use TranslationOffsetInMM Package Description science.aist.imaging.api.domain.offset science.aist.imaging.api.positioning science.aist.imaging.opencv.imageprocessing.positioning -
-
Uses of TranslationOffsetInMM in science.aist.imaging.api.domain.offset
Methods in science.aist.imaging.api.domain.offset that return TranslationOffsetInMM Modifier and Type Method Description static TranslationOffsetInMM
TranslationOffsetInMM. create(TranslationOffset offset, double ratio)
Method for creating a TranslationOffsetInMM Objectstatic TranslationOffsetInMM
TranslationOffsetInMM. create(TranslationOffset offset, double dimensionInPixel, double dimensionInMM)
Method for creating a TranslationOffsetInMM Object (Dimension parameters must represent both the height or both the width!) -
Uses of TranslationOffsetInMM in science.aist.imaging.api.positioning
Methods in science.aist.imaging.api.positioning that return TranslationOffsetInMM Modifier and Type Method Description TranslationOffsetInMM
PositionEvaluator. getOffset(ImageWrapper<I> ref, ImageWrapper<I> current)
Method for evaluating the offset of an object between two images -
Uses of TranslationOffsetInMM in science.aist.imaging.opencv.imageprocessing.positioning
Methods in science.aist.imaging.opencv.imageprocessing.positioning that return TranslationOffsetInMM Modifier and Type Method Description TranslationOffsetInMM
OpenCVGridbasedPositionEvaluator. getOffset(ImageWrapper<org.opencv.core.Mat> ref, ImageWrapper<org.opencv.core.Mat> current)
Method for evaluating the offset of an object between two imagesTranslationOffsetInMM
OpenCVSizebasedPositionEvaluator. getOffset(ImageWrapper<org.opencv.core.Mat> ref, ImageWrapper<org.opencv.core.Mat> current)
Method for evaluating the offset of an object between two images (Note: Before using method calibrate() and setObjectDimensionInMM() !)
-