Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extension image #2

Open
tuxkiller17 opened this issue Apr 19, 2018 · 1 comment
Open

extension image #2

tuxkiller17 opened this issue Apr 19, 2018 · 1 comment

Comments

@tuxkiller17
Copy link

i have a 2 geotiff images (pan and ms) , how can i convert it to .m images .
thank's

@sjtrny
Copy link
Owner

sjtrny commented Apr 20, 2018

Hi tuxkiller17, you don't need to convert geotiff images to .m files. The functions of FuseBox accept normal matrix input. You can use the MATLAB geotiffread function to load the image file then use any of the Fusebox functions e.g.

[A,AR] = geotiffread(filename1)
[B,BR] = geotiffread(filename2)

sharped = solve_pansharp(A, B);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants