I have a project where I need to be able to identify an ImageTarget as a specific type programmatically. i.e. I have a card that is to represent the number 4 and when the program sees this card I can show a 3D number 4 above it. I know the API can recognize non rectangular markers but, is there data to recognize the shape of the ImageTarget or some unique data I can use to correlate the ImageTarget to the required 3d model to display.
Thank you,
Matt
The target names are unique. They're not be assigned in order.
But if you still want to use the target size, see:
Vec2F QCAR::ImageTarget::getSize()
in the API docs - https://ar.qualcomm.at/qdevnet/apiThis will give you the width and height in scene units.