Is there any way to access correlation value for each tile pair from a TileMontage object? Ultimately, I would like to show these visually for the overlapped region between each neighbouring tile pair so that I can easily spot any regions where correlation has failed.
Registration confidences are a private member of the class. It is computed here, and used in OptimizeTiles(). To be used outside of the class, it needs to be exposed. PRs to do that are welcome.