Uses of Class
com.agisoft.metashape.Image
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of Image in com.agisoft.metashape
Methods in com.agisoft.metashape that return Image Modifier and Type Method Description ImageImage. convert(String channels, DataType data_type)ImageImage. copy()ImagePhoto. createThumbnail(int width, int height)Create new thumbnail with specified dimensions.ImageDepthMap. getImage(int level)Image object with depth map data.ImageCamera. getMask()Camera mask.ImageCamera. getThumbnail()Camera thumbnail.ImageChunk. renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress)Generate chunk preview image.ImageDenseCloud. renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress)Generate dense cloud preview image.ImageModel. renderPreview(long width, long height, Matrix4x4d transform, Progress progress)Generate model preview image.ImageOrthomosaic. renderPreview(long width, long height, Progress progress)Generate orthomosaic preview image.ImagePointCloud. renderPreview(long width, long height, Matrix4x4d transform, int point_size, Progress progress)Generate point cloud preview image.ImageTiledModel. renderPreview(long width, long height, Matrix4x4d transform, Progress progress)Generate tiled model preview image.Methods in com.agisoft.metashape with parameters of type Image Modifier and Type Method Description static voidMetashapeJNI. Camera_setMask(long jarg1, Camera jarg1_, long jarg2, Image jarg2_)static voidMetashapeJNI. Camera_setThumbnail(long jarg1, Camera jarg1_, long jarg2, Image jarg2_)static voidMetashapeJNI. DepthMap_setImage(long jarg1, DepthMap jarg1_, int jarg2, long jarg3, Image jarg3_)static longImage. getCPtr(Image obj)static longMetashapeJNI. Image_convert(long jarg1, Image jarg1_, String jarg2, int jarg3)static longMetashapeJNI. Image_copy(long jarg1, Image jarg1_)static longMetashapeJNI. Image_getChannelCount(long jarg1, Image jarg1_)static StringMetashapeJNI. Image_getChannels(long jarg1, Image jarg1_)static intMetashapeJNI. Image_getDataType(long jarg1, Image jarg1_)static longMetashapeJNI. Image_getHeight(long jarg1, Image jarg1_)static longMetashapeJNI. Image_getWidth(long jarg1, Image jarg1_)static booleanMetashapeJNI. Image_isNull(long jarg1, Image jarg1_)static booleanMetashapeJNI. Image_load(long jarg1, Image jarg1_, String jarg2, int jarg3, int jarg4, String jarg5)static voidMetashapeJNI. Image_resize(long jarg1, Image jarg1_, long jarg2, long jarg3)static booleanMetashapeJNI. Image_save(long jarg1, Image jarg1_, String jarg2)static longMetashapeJNI. new_Image__SWIG_1(long jarg1, Image jarg1_)voidDepthMap. setImage(int level, Image image)Image object with depth map data.voidCamera. setMask(Image mask)Camera mask.voidCamera. setThumbnail(Image thumbnail)Camera thumbnail.Constructors in com.agisoft.metashape with parameters of type Image Constructor Description Image(Image image)