You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great work! I have two questions about the s2p pipeline:
Does s2p expect the satellite images to be orthorectified?
From what I understand, specifying ROI is a way to "mask out" unrelated parts we do not want to reconstruct. Since only 1 ROI is specified in the sample config.json, does s2p assume that both images have the same orientation and cover the same area? Is there a way to specify different ROI for each image? My two images cover slightly different areas, but the parts I want to reconstruct lie inside the overlapping region.
The text was updated successfully, but these errors were encountered:
Hi, - s2p uses non orthorectified images. Orthorectified images lack the projection functions needed to trace link points in 3d space and their projection in the image. These parameters are usually stored within the geotiff product- the roi specifies the area of interest (in geographic coordinates ) to be reconstructed. S2p will only reconstruct that area. Don’t align the images. Even if the images are flipped, the projection functions encode that transformation.On 20 Dec 2024, at 09:37, winkmike ***@***.***> wrote:
Hi,
Thanks for the great work! I have two questions about the s2p pipeline:
Does s2p expect the satellite images to be orthorectified?
From what I understand, specifying ROI is a way to "mask out" unrelated parts we do not want to reconstruct. Since only 1 ROI is specified in the sample config.json, does s2p assume that both images have the same orientation and cover the same area? Is there a way to specify different ROI for each image? My images cover slightly different areas, but the parts I want to reconstruct lie inside the overlapping region.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Hi,
Thanks for the great work! I have two questions about the s2p pipeline:
config.json
, does s2p assume that both images have the same orientation and cover the same area? Is there a way to specify different ROI for each image? My two images cover slightly different areas, but the parts I want to reconstruct lie inside the overlapping region.The text was updated successfully, but these errors were encountered: