2
0
mirror of https://github.com/boostorg/gil.git synced 2026-01-29 07:32:18 +00:00
Files
gil/doc/html/reference/group___image_view_transformations_subsampled.html
2019-05-07 01:46:31 -04:00

164 lines
10 KiB
HTML

<!-- HTML header for doxygen 1.8.13-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: subsampled_view</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-boost.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class="boost-header">
<table border="0" cellpadding="7" cellspacing="0" width="100%" summary="header">
<tr>
<td valign="top" width="300">
<h3><a href="../index.html"><img alt="Boost GIL" src="../_static/gil.png" border="0"></a></h3>
</td>
<td ><h1 align="center"><a href="../index.html"></a></h1></td>
<td></td>
</tr>
</table>
</div>
<hr/>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',false,false,'search.php','Search');
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">subsampled_view<div class="ingroups"><a class="el" href="group___image_view.html">Image View</a> &raquo; <a class="el" href="group___image_view_algorithm.html">Algorithms and Utility Functions</a> &raquo; <a class="el" href="group___image_view_transformations.html">Image View Transformations</a></div></div> </div>
</div><!--header-->
<div class="contents">
<p>view of a subsampled version of an <a class="el" href="classboost_1_1gil_1_1image__view.html" title="A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept,PixelBasedConcept,HasDynamicXStepTypeConcept,HasDynamicYStepTypeConcept,HasTransposedTypeConcept. ">image_view</a>, stepping over a number of channels in X and number of rows in Y
<a href="#details">More...</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga8b1af6e18a5ad51edb77c6f35b39410d"><td class="memTemplParams" colspan="2"><a id="ga8b1af6e18a5ad51edb77c6f35b39410d"></a>
template&lt;typename View &gt; </td></tr>
<tr class="memitem:ga8b1af6e18a5ad51edb77c6f35b39410d"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt; View &gt;::type&#160;</td><td class="memTemplItemRight" valign="bottom"><b>subsampled_view</b> (const View &amp;src, typename View::coord_t xStep, typename View::coord_t yStep)</td></tr>
<tr class="separator:ga8b1af6e18a5ad51edb77c6f35b39410d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gaf964b0723086dbf0b1935c1774f49771"><td class="memTemplParams" colspan="2"><a id="gaf964b0723086dbf0b1935c1774f49771"></a>
template&lt;typename View &gt; </td></tr>
<tr class="memitem:gaf964b0723086dbf0b1935c1774f49771"><td class="memTemplItemLeft" align="right" valign="top"><a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt; View &gt;::type&#160;</td><td class="memTemplItemRight" valign="bottom"><b>subsampled_view</b> (const View &amp;src, const typename View::point_t &amp;step)</td></tr>
<tr class="separator:gaf964b0723086dbf0b1935c1774f49771"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga25985c3d3d2303ad0da3c9c723e1daad"><td class="memTemplParams" colspan="2">template&lt;typename ViewTypes &gt; </td></tr>
<tr class="memitem:ga25985c3d3d2303ad0da3c9c723e1daad"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___image_view_transformations_subsampled.html#ga25985c3d3d2303ad0da3c9c723e1daad">subsampled_view</a> (<a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt; const &amp;src, <a class="el" href="classboost_1_1gil_1_1point.html">point_t</a> const &amp;step) -&gt; typename <a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt; <a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt;&gt;::type</td></tr>
<tr class="separator:ga25985c3d3d2303ad0da3c9c723e1daad"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gae93629502d602e030981722dbaed7542"><td class="memTemplParams" colspan="2">template&lt;typename ViewTypes &gt; </td></tr>
<tr class="memitem:gae93629502d602e030981722dbaed7542"><td class="memTemplItemLeft" align="right" valign="top">auto&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="group___image_view_transformations_subsampled.html#gae93629502d602e030981722dbaed7542">subsampled_view</a> (<a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt; const &amp;src, int xStep, int yStep) -&gt; typename <a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt; <a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt;&gt;::type</td></tr>
<tr class="separator:gae93629502d602e030981722dbaed7542"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<p>view of a subsampled version of an <a class="el" href="classboost_1_1gil_1_1image__view.html" title="A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept,PixelBasedConcept,HasDynamicXStepTypeConcept,HasDynamicYStepTypeConcept,HasTransposedTypeConcept. ">image_view</a>, stepping over a number of channels in X and number of rows in Y </p>
<h2 class="groupheader">Function Documentation</h2>
<a id="ga25985c3d3d2303ad0da3c9c723e1daad"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ga25985c3d3d2303ad0da3c9c723e1daad">&#9670;&nbsp;</a></span>subsampled_view() <span class="overload">[1/2]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">auto boost::gil::subsampled_view </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt; const &amp;&#160;</td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="classboost_1_1gil_1_1point.html">point_t</a> const &amp;&#160;</td>
<td class="paramname"><em>step</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> -&gt; typename <a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt;<a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt;ViewTypes&gt;&gt;::type
</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Models MPL Random Access Container of models of <a class="el" href="structboost_1_1gil_1_1_image_view_concept.html" title="GIL&#39;s 2-dimensional view over immutable GIL pixels. ">ImageViewConcept</a> </p>
</div>
</div>
<a id="gae93629502d602e030981722dbaed7542"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gae93629502d602e030981722dbaed7542">&#9670;&nbsp;</a></span>subsampled_view() <span class="overload">[2/2]</span></h2>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">auto boost::gil::subsampled_view </td>
<td>(</td>
<td class="paramtype"><a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt; ViewTypes &gt; const &amp;&#160;</td>
<td class="paramname"><em>src</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>xStep</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">int&#160;</td>
<td class="paramname"><em>yStep</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td> -&gt; typename <a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type</a>&lt;<a class="el" href="classboost_1_1gil_1_1any__image__view.html">any_image_view</a>&lt;ViewTypes&gt;&gt;::type
</td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Models MPL Random Access Container of models of <a class="el" href="structboost_1_1gil_1_1_image_view_concept.html" title="GIL&#39;s 2-dimensional view over immutable GIL pixels. ">ImageViewConcept</a> </p>
</div>
</div>
</div><!-- contents -->
<!-- HTML footer for doxygen 1.8.13-->
<!-- start footer part -->
<hr class="footer"/>
<address class="footer">
<small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">doxygen</a> 1.8.13
</small>
</address>
</body>
</html>