Count number of bars from Image.

0
When I capture an image of bars(pipe material) from a tablet, the system can be able to count the number of bars (pipe material) from that image, it will use the circles of the bars to count how many bars in that image. How will this be implemented?
asked
1 answers
0

This sounds like you need image recognition functionality.

 

Mendix does have a connector for Amazon Rekognition that can be used for extracting details from images. However, this is based more on face and brand recognition.

https://docs.mendix.com/appstore/connectors/aws/amazon-rekognition/

 

You will probably need to use your own machine-learning model. This could take a while for you to train. In this case, Mendix offers a Machine Learning Kit to provide an integration.

https://docs.mendix.com/refguide/machine-learning-kit/

 

Good luck!

answered