Uses of Class
com.agisoft.metashape.FilterMode
| Package | Description |
|---|---|
| com.agisoft.metashape | |
| com.agisoft.metashape.tasks |
-
Uses of FilterMode in com.agisoft.metashape
Methods in com.agisoft.metashape that return FilterMode Modifier and Type Method Description static FilterModeFilterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterMode[]FilterMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FilterMode in com.agisoft.metashape.tasks
Methods in com.agisoft.metashape.tasks that return FilterMode Modifier and Type Method Description FilterModeBuildDepthMaps. getFilterMode()Depth map filtering mode.Methods in com.agisoft.metashape.tasks with parameters of type FilterMode Modifier and Type Method Description voidBuildDepthMaps. setFilterMode(FilterMode value)Depth map filtering mode.