ARMeshClassification
Enumeration of different classes of real-world objects that ARKit can identify.
Declaration
enum ARMeshClassificationOverview
When you enable sceneReconstruction on a world-tracking configuration, ARKit provides several mesh anchors (ARMeshAnchor) that collectively estimate the shape of the physical environment. Within that model of the real world, ARKit may identify specific objects, like seats, windows, tables, or walls. ARKit shares that information by exposing one or more ARMeshClassification instances in a mesh’s geometry property.
For a sample app that demonstrates mesh classification, see Visualizing and interacting with a reconstructed scene.
Topics
Options
ARMeshClassification.ceilingARMeshClassification.doorARMeshClassification.floorARMeshClassification.noneARMeshClassification.seatARMeshClassification.tableARMeshClassification.wallARMeshClassification.window