Author: Dimiter Prodanov (dimiterpp at gmail.com) History: 2008/12/11: First version
Source: Contained in the JAR file. To open a JAR file, change the extension from ".jar" to ".zip" and double click on it. Installation: Download Image_Moments.jar to the plugins folder, restart ImageJ, and there will be a new "Image Moments command in the Analyze>Tools submenu. Description: This plugin calculates image moments of n-th rank. The code is based on en.wikipedia.org/wiki/Image_moments. The plugin supports grayscale, short, float images and stacks. It does not support RGB images or stacks. Output:
- xbar, ybar: center of gravity of the image or the selection
- M[mn]: raw image moments of m+n rank
- m[mn]: central image moments of m+n rank
- n[mn]: scaled image moments of m+n rank