gtsfm
gtsfm copied to clipboard
Move init_cameras into DataAssociation
This PR moves the init_cameras
function from MultiViewOptimizer
into DataAssociation
. The reason behind this is to move all code from MultiViewOptimizer
which is not a call to create_computation_graph
functions. This will allow to refactor the code and cleanup the Process Graphs we are generating.