I'm coding an application that detects vases.
- Vases have several shapes, so I think a way to do it is compare its shape.
- Firstly: Training, get shape of some vase to test and store in database(I think).
- Compare: When I put a vase to the camera or capture it, the app will get shape of the vase and compare with existed shape to get the information of the vase.
Does it is the right way?
And I don't know how to get shape of a vase.
Or it have other way?
Please help me with this.
Thanks.