I’m developing a mobile app that enables healthcare professionals to capture wound images and measure their height and width to track healing progress.
One approach is to train a semantic segmentation model to detect the wound when the image is captured, then use AR technology to perform a ‘hittest’ or ‘raycast’ to obtain the measurements.
What is the best way to implement this in React Native?
1