1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html >
<head><title>Histogram</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="TeX4ht (http://www.tug.org/tex4ht/)">
<meta name="originator" content="TeX4ht (http://www.tug.org/tex4ht/)">
<!-- 3,html -->
<meta name="src" content="nipguide.tex">
<link rel="stylesheet" type="text/css" href="nipguide.css">
</head><body
>
<!--l. 263--><div class="crosslinks"><p class="noindent">[<a
href="nipguidese17.html" >next</a>] [<a
href="nipguidese15.html" >prev</a>] [<a
href="nipguidese15.html#tailnipguidese15.html" >prev-tail</a>] [<a
href="#tailnipguidese16.html">tail</a>] [<a
href="nipguidech5.html#nipguidese16.html" >up</a>] </p></div>
<h3 class="sectionHead"><span class="titlemark">5.3 </span> <a
id="x25-470005.3"></a>Histogram</h3>
<!--l. 264--><p class="noindent" ><a name="nip_label_sec:menu-histogram"></a>
<!--l. 266--><p class="indent" > This menu groups operations for finding and transforming
image histograms. <span
class="phvr7t-x-x-80">nip2 </span>represents histograms and lookup
tables as images with <span
class="phvr7t-x-x-80">Type </span>set to <span
class="phvr7t-x-x-80">Histogram</span>. Histograms may
have pixels in any format and any number of bands. You
can only find histograms of unsigned 8- and 16-bit
images.
<dl class="description"><dt class="description">
<span
class="phvb7t-x-x-80">New</span> </dt><dd
class="description">This makes a new ramp histogram. A set of sliders
let you adjust the shape. Use <span
class="phvr7t-x-x-80">Map Histogram </span>to apply
your ramp to an image.
<!--l. 278--><p class="noindent" ><span
class="phvr7t-x-x-80">Build LUT from Scatter </span>makes a histogram from a
matrix of <span
class="cmr-10">(</span><span
class="cmmi-10">x,y</span><span
class="cmr-10">) </span>values.
<!--l. 281--><p class="noindent" ><span
class="phvr7t-x-x-80">Tag Image as Histogram </span>marks an image as actually
being a histogram after all.
<!--l. 284--><p class="noindent" ><span
class="phvr7t-x-x-80">Tone Curve </span>builds a tone curve which you can later
apply to an image.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Find</span> </dt><dd
class="description">A one dimensional histogram treats each band
as an independent variable. An <span
class="cmmi-10">n</span>-dimensional
histogram treats each pixel as a vector of <span
class="cmmi-10">n</span>
elements, where <span
class="cmmi-10">n </span>is the number of bands in the
image.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Map</span> </dt><dd
class="description">Looks up each pixel in the input in the histogram
and sends the found value to the output.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Equalise</span> </dt><dd
class="description">Find the global or locally histogram equalised
image.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Cumulative</span> </dt><dd
class="description">Use
this and friends to calculate a cumulative histogram
(integrate), normalise a histogram and match two
histograms. </dd><dt class="description">
<span
class="phvb7t-x-x-80">Find Profile</span> </dt><dd
class="description">Searches from the edges of an image for the
first non-zero pixel and returns a profile histogram.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Find Projections</span> </dt><dd
class="description">Sum columns and rows in an image.
</dd><dt class="description">
<span
class="phvb7t-x-x-80">Plot Slice</span> </dt><dd
class="description">Mark a guide on an image (drag from the
image rulers, or click <span
class="phvr7t-x-x-80">File </span>/ <span
class="phvr7t-x-x-80">New </span>/ <span
class="phvr7t-x-x-80">Guide</span>) and click
<span
class="phvr7t-x-x-80">Plot Slice </span>to make a histogram which is a horizontal
or vertical slice through an image. Use <span
class="phvr7t-x-x-80">Extract Arrow</span>
to extract the area around an arrow or guide. Use
<span
class="phvr7t-x-x-80">Plot Object </span>to make a plot of any object.
</dd></dl>
<!--l. 320--><div class="crosslinks"><p class="noindent">[<a
href="nipguidese17.html" >next</a>] [<a
href="nipguidese15.html" >prev</a>] [<a
href="nipguidese15.html#tailnipguidese15.html" >prev-tail</a>] [<a
href="nipguidese16.html" >front</a>] [<a
href="nipguidech5.html#nipguidese16.html" >up</a>] </p></div>
<!--l. 320--><p class="indent" > <a
id="tailnipguidese16.html"></a>
</body></html>
|