Command line mode : alignments in several steps.
Posted: Mon May 11, 2015 1:05 pm
Hi Daniel,
One of my goal is to align two point cloud using ICP algorithm in batch (it is why I am using the command line mode).
To do that, I think I need that my clouds are close to each other, therefore I apply a match center (MATCH_CENTERS).
Then, I load the new cloud and the reference cloud to apply ICP... So far so good.
But finally, I need to apply exactly the same transformation to a third point cloud (using APPLY_TRANS). There is no problem for my second transformation made with ICP as this function output a transformation matrix, but I have not the transformation (translation) matrix following the match center.
Eventually, my questions are:
Do you think that my first step (MATCH_CENTERS) before applying a ICP is necessary ? (I think so...)
If yes, is there a way to output the transformation matrix following the match center ?
Or better, do you have any solution to make both of my transformations (MATCH_CENTER and ICP) without output the intermediate cloud and export the transformation history (as it is possible with the interface mode) ?
Thanks a lot,
Olivier
One of my goal is to align two point cloud using ICP algorithm in batch (it is why I am using the command line mode).
To do that, I think I need that my clouds are close to each other, therefore I apply a match center (MATCH_CENTERS).
Then, I load the new cloud and the reference cloud to apply ICP... So far so good.
But finally, I need to apply exactly the same transformation to a third point cloud (using APPLY_TRANS). There is no problem for my second transformation made with ICP as this function output a transformation matrix, but I have not the transformation (translation) matrix following the match center.
Eventually, my questions are:
Do you think that my first step (MATCH_CENTERS) before applying a ICP is necessary ? (I think so...)
If yes, is there a way to output the transformation matrix following the match center ?
Or better, do you have any solution to make both of my transformations (MATCH_CENTER and ICP) without output the intermediate cloud and export the transformation history (as it is possible with the interface mode) ?
Thanks a lot,
Olivier