Uses of Class
com.agisoft.metashape.DepthMap
Packages that use DepthMap
-
Uses of DepthMap in com.agisoft.metashape
Methods in com.agisoft.metashape that return DepthMapModifier and TypeMethodDescriptionDepthMaps.getDepthMap(int camera) Depth map for the camera, may be null.Methods in com.agisoft.metashape with parameters of type DepthMapModifier and TypeMethodDescriptionstatic final longMetashapeJNI.DepthMap_getCalibration(long jarg1, DepthMap jarg1_, int jarg2) static final longMetashapeJNI.DepthMap_getImage(long jarg1, DepthMap jarg1_, int jarg2) static final voidMetashapeJNI.DepthMap_setCalibration(long jarg1, DepthMap jarg1_, int jarg2, long jarg3, Calibration jarg3_) static final voidMetashapeJNI.DepthMap_setImage(long jarg1, DepthMap jarg1_, int jarg2, long jarg3, Image jarg3_) static final voidMetashapeJNI.DepthMaps_setDepthMap(long jarg1, DepthMaps jarg1_, int jarg2, long jarg3, DepthMap jarg3_) static longstatic final longMetashapeJNI.new_DepthMap__SWIG_1(long jarg1, DepthMap jarg1_) voidDepthMaps.setDepthMap(int camera, DepthMap depth_map) Depth map for the camera, may be null.Constructors in com.agisoft.metashape with parameters of type DepthMap