Hello, are there are any parameters in the RoomPlan source code or Data API that can be fine tuned, so that walls and windows may be identified easier?
RoomPlan Parameter Modification
I would agree it needs some fine tuning as well. I am building a solution for the construction industry. If anyone wants to work together, let me know.
I would also be interested in modifying the data, in particular CapturedRoom
(either create create a CapturedRoom
or modifying its properties). Any idea how this can be done?
Hi Nate1244. Thank you for the question. Short: No. Long: You can access a lot of the ModelEntities of the scene. Then you can add either anchors to the scene anchors with your custom objects which can be queries if the recognized window is actually a window. It would require user input but acc would be 100%. For other more advanced solutions you would need the Vision framework, OpenCV or similar. There are a lot of demo projects on Github. One is a more advanced app which actually shows textual overlays. If you need more info feel free to ask. Best regards, Mladen