Skip to content

Image_histogram_v31

Adrian Quintana edited this page Dec 11, 2017 · 1 revision

!xmipp_image_histogram (v3.1)

Usage

Calculate histogram from a list of images/volumes

See also Metadata_histogram_v3

Parameters

$: input metadata, image, volume or stack $: output text file with histogram $: range for the histogram, automatic calculated if not provided $`--steps &lt;N`100&gt; $: normalize histogram $--mask &lt;mask_typecircular> where <mask_type> can be:

    • $--center &lt;x00> <y0=0> <z0=0>

Examples and notes

Create the histogram from an stack setting number of steps to 20

xmipp_histogram -i input/images_some.stk -o hist.txt --steps 20
You can use thehist.txt file withgnuplot to produce graphical histogram After you entergnuplotterminal you can use:
gnuplot> plot "kk.txt" using 1:2 title "Histogram" with steps

User's comments

Clone this wiki locally