1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5<meta http-equiv="X-UA-Compatible" content="IE=9"/>
6<meta name="generator" content="Doxygen 1.8.14"/>
7<meta name="viewport" content="width=device-width, initial-scale=1"/>
8<title>Magick++: Magick::thresholdImage Class Reference</title>
9<link href="tabs.css" rel="stylesheet" type="text/css"/>
10<script type="text/javascript" src="jquery.js"></script>
11<script type="text/javascript" src="dynsections.js"></script>
12<link href="navtree.css" rel="stylesheet" type="text/css"/>
13<script type="text/javascript" src="resize.js"></script>
14<script type="text/javascript" src="navtreedata.js"></script>
15<script type="text/javascript" src="navtree.js"></script>
16<script type="text/javascript">
17/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
18  $(document).ready(initResizable);
19/* @license-end */</script>
20<link href="doxygen.css" rel="stylesheet" type="text/css" />
21</head>
22<body>
23<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
24<div id="titlearea">
25<table cellspacing="0" cellpadding="0">
26 <tbody>
27 <tr style="height: 56px;">
28  <td id="projectalign" style="padding-left: 0.5em;">
29   <div id="projectname">Magick++
30   &#160;<span id="projectnumber">7.0.10</span>
31   </div>
32  </td>
33 </tr>
34 </tbody>
35</table>
36</div>
37<!-- end header part -->
38<!-- Generated by Doxygen 1.8.14 -->
39</div><!-- top -->
40<div id="side-nav" class="ui-resizable side-nav-resizable">
41  <div id="nav-tree">
42    <div id="nav-tree-contents">
43      <div id="nav-sync" class="sync"></div>
44    </div>
45  </div>
46  <div id="splitbar" style="-moz-user-select:none;"
47       class="ui-resizable-handle">
48  </div>
49</div>
50<script type="text/javascript">
51/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
52$(document).ready(function(){initNavTree('classMagick_1_1thresholdImage.html','');});
53/* @license-end */
54</script>
55<div id="doc-content">
56<div class="header">
57  <div class="summary">
58<a href="classMagick_1_1thresholdImage.html#pub-methods">Public Member Functions</a> &#124;
59<a href="https://imagemagick.org/api/Magick++/classMagick_1_1thresholdImage-members.html">List of all members</a>  </div>
60  <div class="headertitle">
61<div class="title">Magick::thresholdImage Class Reference</div>  </div>
62</div><!--header-->
63<div class="contents">
64
65<p><code>#include &lt;<a class="el" href="STL_8h_source.html">STL.h</a>&gt;</code></p>
66<table class="memberdecls">
67<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
68Public Member Functions</h2></td></tr>
69<tr class="memitem:a48e06be0125b2b3cc976c09aa014c019"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMagick_1_1thresholdImage.html#a48e06be0125b2b3cc976c09aa014c019">thresholdImage</a> (const double threshold_)</td></tr>
70<tr class="separator:a48e06be0125b2b3cc976c09aa014c019"><td class="memSeparator" colspan="2">&#160;</td></tr>
71<tr class="memitem:a12aa57a58174ec4ab8dd8b79e1109ab9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classMagick_1_1thresholdImage.html#a12aa57a58174ec4ab8dd8b79e1109ab9">operator()</a> (<a class="el" href="classMagick_1_1Image.html">Image</a> &amp;image_) const</td></tr>
72<tr class="separator:a12aa57a58174ec4ab8dd8b79e1109ab9"><td class="memSeparator" colspan="2">&#160;</td></tr>
73</table>
74<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
75<div class="textblock">
76<p class="definition">Definition at line <a class="el" href="STL_8h_source.html#l01169">1169</a> of file <a class="el" href="STL_8h_source.html">STL.h</a>.</p>
77</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
78<a id="a48e06be0125b2b3cc976c09aa014c019"></a>
79<h2 class="memtitle"><span class="permalink"><a href="classMagick_1_1thresholdImage.html#a48e06be0125b2b3cc976c09aa014c019">&#9670;&nbsp;</a></span>thresholdImage()</h2>
80
81<div class="memitem">
82<div class="memproto">
83      <table class="memname">
84        <tr>
85          <td class="memname">Magick::thresholdImage::thresholdImage </td>
86          <td>(</td>
87          <td class="paramtype">const double&#160;</td>
88          <td class="paramname"><em>threshold_</em></td><td>)</td>
89          <td></td>
90        </tr>
91      </table>
92</div><div class="memdoc">
93
94<p class="definition">Definition at line <a class="el" href="STL_8cpp_source.html#l01086">1086</a> of file <a class="el" href="STL_8cpp_source.html">STL.cpp</a>.</p>
95
96</div>
97</div>
98<h2 class="groupheader">Member Function Documentation</h2>
99<a id="a12aa57a58174ec4ab8dd8b79e1109ab9"></a>
100<h2 class="memtitle"><span class="permalink"><a href="classMagick_1_1thresholdImage.html#a12aa57a58174ec4ab8dd8b79e1109ab9">&#9670;&nbsp;</a></span>operator()()</h2>
101
102<div class="memitem">
103<div class="memproto">
104      <table class="memname">
105        <tr>
106          <td class="memname">void Magick::thresholdImage::operator() </td>
107          <td>(</td>
108          <td class="paramtype"><a class="el" href="classMagick_1_1Image.html">Magick::Image</a> &amp;&#160;</td>
109          <td class="paramname"><em>image_</em></td><td>)</td>
110          <td> const</td>
111        </tr>
112      </table>
113</div><div class="memdoc">
114
115<p class="definition">Definition at line <a class="el" href="STL_8cpp_source.html#l01090">1090</a> of file <a class="el" href="STL_8cpp_source.html">STL.cpp</a>.</p>
116
117<p class="reference">References <a class="el" href="Image_8cpp_source.html#l04634">Magick::Image::threshold()</a>.</p>
118
119</div>
120</div>
121<hr/>The documentation for this class was generated from the following files:<ul>
122<li><a class="el" href="STL_8h_source.html">STL.h</a></li>
123<li><a class="el" href="STL_8cpp_source.html">STL.cpp</a></li>
124</ul>
125</div><!-- contents -->
126</div><!-- doc-content -->
127<!-- start footer part -->
128<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
129  <ul>
130    <li class="navelem"><a class="el" href="namespaceMagick.html">Magick</a></li><li class="navelem"><a class="el" href="classMagick_1_1thresholdImage.html">thresholdImage</a></li>
131    <li class="footer">Generated by
132    <a href="http://www.doxygen.org/index.html">
133    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.14 </li>
134  </ul>
135</div>
136</body>
137</html>
138