I want to select all imported images and set the prior pose as unknown with the Command Line Interface. Is this possible?
Hi riachock,
yes, it is possible.
Firstly, you need to select all images:
and then set them to a wanted value with the
-editInputSelection
command.The commands will look like:
-selectAllImages -editInputSelection "inpPose=0"
for Unknow position
1 Like