I'm in a tough moment in my project and not sure how to advance any further:
I have identified an object in a photo using openCV and I want to add depth to it - doesn't matter real world measurements at the moment.
I want to add depth in order to send the constructed shape to a 3D printer afterwards.
Is there anyway to do so in Android using opencv? Once again, this is not 3D reconstruction - I have one photo and I just want to give depth to the object, something like this:
I thought to do so by putting the same 2D shape over itself several times and it'll give the "depth"..
Any suggestions? Libraries I should use?