Discover depth of the bite of an apple.
Is there any technique that can be used to discover the depth of the bite of an apple?
Thank you!
Is there any technique that can be used to discover the depth of the bite of an apple?
Thank you!
OK, let's try 8-) I don't think that you can estimate the depth without a stereo camera. You can also try the SfM to reconstruct the 3d model of the apple. But most likely results will be not satisfactory, because of weak features. However, you can improve them if the apple is under structured light.
So, my guess is that linear regression may help you. You're biting many-many apples, and try to find dependency between radius of the bite, and its depth. If the results are not satisfactory, you can take more apples to obtain larger training set. Please note that you also need a testing set of bitten apples, which is not intersected with the training set.
If the prediction is still bad, you can try to build other types of regression, for instance your X may be the following ratio: radius_of_bite/radius_of_apple
, and your Y may be equal to volume_of_bite / volume_of_apple
. You can later try polynomial and non-linear regressions.
And please keep us informed of your progress!
Maybe using some kind of RGBD camera would be helpful? I am not sure of their precision, it would have to be in the order of millimeters. I read that Kinect has depth resolution: ~ 1.5 mm at 50 cm [distance].
Asked: 2012-10-24 21:38:51 -0600
Seen: 772 times
Last updated: Oct 25 '12
cvFindStereoCorrespondenceGC replacement
Depth Discontinuities in GPU::BM and GPU::CSBP
Is there a way to create a depth map from stereo using a method other than disparity maps?
Depth from Intensity and Photometric Stereo
How to build a regression tree over binary variables?
Heavy shearing effects using Hartley's rectification
How to use Kinect with OpenCV?