-
Notifications
You must be signed in to change notification settings - Fork 27
Volume Calculation Module #9
Comments
Space carving looks like an interesting theorem... link here, |
Look at calculating volume by point cloud: changes in pixels can be used to calculate changes in height, then perform shitty integration to determine more accurate volume. |
http://stackoverflow.com/questions/20314556/generating-point-cloud-from-many-2d-images |
Stuff we're discovered so far: RANSAC is solvable by opencv, with some proper set up, so I'm inclined towards that. |
Was just looking at CONOPS, doesn't look like this is technically still necessary |
True, though I think it's worth keeping around and working on as a long-term part of the project since they'll probably re-introduce volume calculation in the future (though it makes me wonder if the only reason they had it last time was because of the company sponsoring the software). |
No description provided.
The text was updated successfully, but these errors were encountered: