Skip to content
  • Daniel Scheffler's avatar
    second revision of RANSAC algorithm; some bugfixes · 3aef0c73
    Daniel Scheffler authored
    components.CoReg.COREG:
    - _set_outpathes(): bugfix for wrong output path if only directory is given as output path
    
    components.CoReg_local.COREG_LOCAL:
    - view_CoRegPoints()
         - bugfix for showing wrong outlier points if outlier detection level is 3 (RANSAC)
         - changed color of RANSAC outliers to yellow
    
    components.Geom_Quality_Grid.Geom_Quality_Grid:
    - removed some deprecated code snippets
    - get_CoRegPoints_table(): bugfix for not passing quiet mode to Tie_Point_Refiner
    - to_GCPList(): added maximum count of tie points to be used for warping
    
    components.Geom_Quality_Grid.TiePoint_Refiner:
    - run_filtering(): bugfix for wrong merge result of RANSAC outlier results
    
    IO:
    - convert_gdal_to_bsq__mp(): added usage docstring
    
    - updated __version__
    3aef0c73