Reputation: 3
Does anyone know how the "average color" function in ImageJ/Fiji works? How is it averaging the color? Is there any documentation out there on this function? I couldn't find any.
Thanks again,
Dan
Upvotes: 0
Views: 1055
Reputation: 769
The Fiji's Menu wiki page has entries for all available commands.. but it is outdated, and it looks like Average Color was never documented. That is where the documentation should have lived though.
You can take a look at the source file though. To figure out where the Average Color logic was coming from:
All the Fiji and ImageJ source code is on GitHub.
The VIB plugin is part of Fiji, so finally, we get to the Average Color's run method.
If looking at the code isn't helpful, I would encourage you to also write to the ImageJ or Fiji Mailing lists.
Upvotes: 1