Skip to content
  • Daniel Scheffler's avatar
    added interactive visualization for comparing reference and target image... · e06e354b
    Daniel Scheffler authored
    added interactive visualization for comparing reference and target image coregistration before and after de-shifting
    
    components.CoReg.COREG:
    - __init__(): added assertion that rejects GeoArray objects where isinstance(geoArr, GeoArray) returns False due to Jupyter Notebook autoreload magic
    - _set_outpathes(): added assertion
    - added functin show_matchWin() for visualizing reference and target image coregistration before and after de-shifting
    
    components.CoReg_local.COREG_LOCAL:
    - __init__(): added assertion that rejects GeoArray objects where isinstance(geoArr, GeoArray) returns False due to Jupyter Notebook autoreload magic
    
    components.Geom_Quality_Grid.Geom_Quality_Grid:
    - separated RANSAC outlier detection from _flag_outliers()
    - added _ransac_outlier_detection(): still a prototype
    
    - updated __version__
    e06e354b