Is it possible to create a ARPlaneAnchor.Classification for additional surface types?

Right now the implementation of ARPlaneAnchor.Classification has elements like table and seat. I would like to detect a vertical surface with smaller dimensions as a wall, but typical size and appearance.


Yes I can do that with vision but a classification like this looks more convenient.



Any ideas about that?

Replies

You cannot configure or add to the cases in ARPlaneAnchor.Classification.


If you would like to see smaller vertical planes with "typical size and appearance" of a wall classified as walls, please file an enhancement request using the bug reporting tool at https://developer.apple.com/bug-reporting/

What I actually archieve to do is detect a wheel.

It is detected as vertical plane but not limited to it's actual size.


But thanks for your answer.

I will stick with my combined CoreML solution.