AIBluefisher / EGSfM

The old implementation of GraphSfM based on openMVG.
BSD 3-Clause "New" or "Revised" License
88 stars 19 forks source link

May miss some nodes #5

Closed bitlw closed 4 years ago

bitlw commented 4 years ago

if we have inputs below, _degrees[2] won't be deleted. So I propose this fix. _degrees[0] = 1; _degrees[1] = 0; _degrees[2] = 0; _degrees[3] = 1;

AIBluefisher commented 4 years ago

You're right. Thanks for propose this PR!