Uses of Class
com.agisoft.metashape.Image
Packages that use Image
-
Uses of Image in com.agisoft.metashape
Methods in com.agisoft.metashape that return ImageModifier and TypeMethodDescriptionImage.copy()Photo.createThumbnail(int width, int height) Create new thumbnail with specified dimensions.DepthMap.getImage(int level) Image object with depth map data, may be null.Camera.getMask()Camera mask, may be null.Camera.getThumbnail()Camera thumbnail, may be null.Camera.loadImage()Camera image, may be null.Load image data.Chunk.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate chunk preview image.DenseCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate dense cloud preview image.Model.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate model preview image.Orthomosaic.renderPreview(long width, long height, Progress progress) Generate orthomosaic preview image.PointCloud.renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress) Generate point cloud preview image.TiledModel.renderPreview(long width, long height, Matrix4x4d transform, Progress progress) Generate tiled model preview image.Methods in com.agisoft.metashape with parameters of type ImageModifier and TypeMethodDescriptionstatic final voidMetashapeJNI.Camera_setMask(long jarg1, Camera jarg1_, long jarg2, Image jarg2_) static final voidMetashapeJNI.Camera_setThumbnail(long jarg1, Camera jarg1_, long jarg2, Image jarg2_) static final voidMetashapeJNI.DepthMap_setImage(long jarg1, DepthMap jarg1_, int jarg2, long jarg3, Image jarg3_) static longstatic final longMetashapeJNI.Image_convert(long jarg1, Image jarg1_, String jarg2, int jarg3) static final longMetashapeJNI.Image_copy(long jarg1, Image jarg1_) static final longMetashapeJNI.Image_getChannelCount(long jarg1, Image jarg1_) static final StringMetashapeJNI.Image_getChannels(long jarg1, Image jarg1_) static final intMetashapeJNI.Image_getDataType(long jarg1, Image jarg1_) static final longMetashapeJNI.Image_getHeight(long jarg1, Image jarg1_) static final longMetashapeJNI.Image_getWidth(long jarg1, Image jarg1_) static final booleanMetashapeJNI.Image_isNull(long jarg1, Image jarg1_) static final booleanMetashapeJNI.Image_load(long jarg1, Image jarg1_, String jarg2, int jarg3, int jarg4, String jarg5) static final voidMetashapeJNI.Image_resize(long jarg1, Image jarg1_, long jarg2, long jarg3) static final booleanMetashapeJNI.Image_save(long jarg1, Image jarg1_, String jarg2) static final longMetashapeJNI.new_Image__SWIG_1(long jarg1, Image jarg1_) voidImage object with depth map data.voidCamera mask, may be null.voidCamera.setThumbnail(Image thumbnail) Camera thumbnail, may be null.Constructors in com.agisoft.metashape with parameters of type Image