How I can do geo registration for image in SNAP?
I have reference image (with geo information) and image without it.
in ENVI software it was called “Image to Image”
Also how I can do fusion or pansharpening images (to do fusion multispecter and panchrome images) ?
You probably mean the co-registration. It works fine with radar data (where geometric information is stored in orbit files) or data that is already projected. If an image totally lacks of any spatial reference it won’t work.
What images do you have?
Do you know the spatial reference details? The simplest approach may be to create a new “navigated” image (I often use bathymetry) with the same geometry and CRS as the old image, then load both images and copy the the georeference data from
the “nav” image to the old image and save to a format that preserves the georeference information:
An image to image registration is currently not possible. But it is in the pipeline and will come sometime next year.
Pansharpening is currently also something we are missing.
@marpet Is it still not possible to do image to image registration within snap? For instance if I wanted to register a band from landsat-8 with band 1 of sentinel 2 could I do this using snap?
@Abraun okay I will definitely have a deeper look into this but as it stands I do not believe that there is a single function that does this feature. Neither the collocation nor the coregistration functions that are available in snap can do this. I would love if you could correct me if I am wrong. With regards to the synchronization function, all it does is synchronises the products if their coordinate system is exactly the same.
In a previous post you mentioned that one of your students would try to use the gefolki implementation in python? Did he/she succeed in using this implementation to maybe register sentinel 2 with landsat 8 data?
@ABraun My idea is that I need to perform sub-pixel registration between landsat 8 and sentinel 2 data using a specific feature in snap then actually quantify the amount of misregistration performed by snap as the images will still not be perfectly registered and implement an algorithm that improves that misregistration. This is what the job of my current masters by research entails. And currently my issue is that I am not sure which function in snap actually does that or whether it is provided at all. When I did test out the collocation between Sentinel-2 products I barely saw any difference in the result. The resulting slave images looked exactly the same as the master images. It did not give me the impression in qualitative manner that any form of image registration was performed.
A similar paper that does the job of the feature that I am investigating within snap is the following:
@ABraun SO do you think collocation does the task of that paper specifically for landsat 8 and sentinel 2 data? Or is gefolki supposedly better for this task?
@ABraun Yes, exactly as I thought. The only function that seems to do something similar is coregistration which is only exclusive to InSar products i.e. Sentinel-1 products.
yes. They are geocoded (as long as they are in the same coordinate reference system) so technically it should work. It could take some time if all bands are cross-correlated against each other though. So maybe you make a subset with the blue band of L8 and S2 and test with it.
Yes, it does make sense as they both use the same coordinate system which is WGS. I honestly did not, tomorrow I will test it out and if you want I get back with this attempt Thank you so much for your replies.