Go to the documentation of this file.
    8 print(
'Processing directory      : ' + dir)
 
    9 print(
'Using ICP pipeline config : ' + cfg)
 
   11 for i 
in range(0,1000):
 
   12     f =  dir + 
'/{:06d}.mm'.format(i)
 
   13     fnext =  dir + 
'/{:06d}.mm'.format(i+1)
 
   14     cmd = 
'icp-run --input-global ' + f + 
' --input-local ' + fnext + 
' --config-filters-local ' + cfg + 
' -c ' + cfg + 
' -d' 
  
mp2p_icp
Author(s): 
autogenerated on Mon May 26 2025 02:45:49