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
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.
The text was updated successfully, but these errors were encountered:
The MaRC input file grammar currently only allows the user to choose
UNWEIGHTED
,WEIGHTED
, andNONE
averaging as the mosaic image compositing strategies.: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.
MaRC::MosaicImage
extensible.The text was updated successfully, but these errors were encountered: