Skip to content
Discussion options

You must be logged in to vote

There was a missing constructor in the trampoline bindings for Film plugins. It will be fixed in the next release, it's on master now: 69f39ce. This should fix the missing constructor error you were seeing.

Your understanding is correct, samples are accumulated/aggregated. The box filter will guarantee that your samples are not weighted across multiple (neighboring) pixels.
The proper implementation of what you're trying to achieve would indeed be a Film. This would also maybe require a derived ImageBlock class since that is where the accumulation actually happens. But this would require a lot of changes in the C++ part of the code.

A easier implementation would be to ignore the existing m…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@harshana95
Comment options

@njroussel
Comment options

@harshana95
Comment options

Answer selected by harshana95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants