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

Make mosaic compositing strategies extensible #91

Open
1 of 2 tasks
ossama-othman opened this issue Jul 20, 2018 · 1 comment
Open
1 of 2 tasks

Make mosaic compositing strategies extensible #91

ossama-othman opened this issue Jul 20, 2018 · 1 comment

Comments

@ossama-othman
Copy link
Owner

ossama-othman commented Jul 20, 2018

The MaRC input file grammar currently only allows the user to choose UNWEIGHTED, WEIGHTED, and NONE averaging as the mosaic image compositing strategies.:

AVERAGING:  UNWEIGHTED

Mosaic compositing strategies should not be limited to average based approaches. Selection should instead be fully extensible at run-time through a plug-in mechanism.

  • Make the compositing strategy in MaRC::MosaicImage extensible.
  • Make compositing strategy selection in the MaRC input file parser extensible.
@ossama-othman
Copy link
Owner Author

Pull request #119 takes care of the MaRC library side of this enhancement issue.

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

No branches or pull requests

1 participant