Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Volume Calculation Module #9

Open
benjaminwinger opened this issue Jun 30, 2015 · 6 comments
Open

Volume Calculation Module #9

benjaminwinger opened this issue Jun 30, 2015 · 6 comments
Assignees

Comments

@benjaminwinger
Copy link
Contributor

No description provided.

@MurdochLabs
Copy link

Space carving looks like an interesting theorem... link here,
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.163.250 , http://stackoverflow.com/questions/7161209/determine-the-volume-of-an-object-from-pictures is a stack overflow question on the topic

@MurdochLabs
Copy link

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.

@MurdochLabs
Copy link

http://stackoverflow.com/questions/20314556/generating-point-cloud-from-many-2d-images
Point cloud question; top comment has some good papers and stuff.

@MurdochLabs
Copy link

Stuff we're discovered so far: RANSAC is solvable by opencv, with some proper set up, so I'm inclined towards that.
WE can also use a program called Visual SFM http://ccwu.me/vsfm/ that I think can create 3d reconstructions and be used to test our stuff, at least as a baseline. Need to sit down and diagram this out super hard as well, though... Do that when we have time soon.

@MurdochLabs
Copy link

Was just looking at CONOPS, doesn't look like this is technically still necessary

@benjaminwinger
Copy link
Contributor Author

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).

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants