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

I added a Pairwise Image Comparison Cell #22

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

meawoppl
Copy link
Contributor

This cell presents both the current image in the pipeline and the previous image that it saw. It is not stateless, and hence has the thread unsafe flag.

Also a tiny cleanup detail of changing several ecto process returns from 0 to ecto::OK.

@vrabaud
Copy link
Member

vrabaud commented Jan 27, 2012

though I kindof agree we need something like that, I would rather have a logic that is more on the ecto side: having some kind of templated cell that does a sliding window. No ?

@meawoppl
Copy link
Contributor Author

I am not exactly sure what you are suggesting. All this one does is store an internal copy of the last image seen, and then present both images.

This could be pretty easily used to create a video difference stream, or image quality metrics etc.

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

Successfully merging this pull request may close these issues.

2 participants