2021-10-05 21:37:46 +02:00

82 lines
5.1 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.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Generic Image Library: Todo List</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.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Todo List </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt>Member <a class="el" href="group___image_processing.html#gga62185ec305fdb480a227c159b9fa5e84a3d734c6df06af2a3ac4e82483c51c455">boost::gil::otsu</a> </dt>
<dd><a class="anchor" id="_todo000006"></a>TODO </dd>
<dt>Member <a class="el" href="group___image_processing.html#gga7b2c4d7867de63cfdc39c26d750efab0af0598264a691a8f62272aca0e79af374">boost::gil::threshold</a> </dt>
<dd><a class="anchor" id="_todo000007"></a>TODO </dd>
<dt>Member <a class="el" href="group___image_processing.html#gga7b2c4d7867de63cfdc39c26d750efab0ad02c4c4cde7ae76252540d116a40f23a">boost::gil::zero</a> </dt>
<dd><a class="anchor" id="_todo000008"></a>TODO </dd>
<dt>Class <a class="el" href="structboost_1_1gil_1_1default__color__converter__impl_3_01gray__t_00_01cmyk__t_01_4.html">default_color_converter_impl&lt; gray_t, cmyk_t &gt;</a> </dt>
<dd><a class="anchor" id="_todo000001"></a>FIXME: Where does this calculation come from? Shouldn't gray be inverted? Currently, white becomes black and black becomes white. </dd>
<dt>Class <a class="el" href="structboost_1_1gil_1_1default__color__converter__impl_3_01rgb__t_00_01cmyk__t_01_4.html">default_color_converter_impl&lt; rgb_t, cmyk_t &gt;</a> </dt>
<dd><a class="anchor" id="_todo000002"></a>FIXME: The original implementation did not handle properly signed CMYK pixels as destination </dd>
<dt>Class <a class="el" href="structboost_1_1gil_1_1dynamic__xy__step__type.html">dynamic_xy_step_type&lt; View &gt;</a> </dt>
<dd><a class="anchor" id="_todo000003"></a>TODO: Is Locator allowed or practical to occur? </dd>
<dt>Class <a class="el" href="classboost_1_1gil_1_1detail_1_1file__stream__device.html">file_stream_device&lt; FormatTag &gt;</a> </dt>
<dd><a class="anchor" id="_todo000010"></a>switch to a sane interface as soon as there is something good in boost. I.E. the IOChains library would fit very well here. </dd>
<dt>Member <a class="el" href="classboost_1_1gil_1_1detail_1_1file__stream__device.html#ab24d2614f1eb54a5571eccf3a92460ce">file_stream_device&lt; FormatTag &gt;::read</a> (byte_t *data, std::size_t count)</dt>
<dd><p class="startdd"><a class="anchor" id="_todo000011"></a>: change byte_t* to void* </p>
<p class="enddd"><a class="anchor" id="_todo000012"></a>: add compiler symbol to turn error checking on and off. </p>
</dd>
<dt>Class <a class="el" href="structboost_1_1gil_1_1is__read__supported.html">is_read_supported&lt; Pixel, FormatTag &gt;</a> </dt>
<dd><a class="anchor" id="_todo000009"></a>the name is_supported is to generic, pick something more IO realted. </dd>
<dt>Member <a class="el" href="classboost_1_1gil_1_1virtual__2d__locator.html#a5b6f376ae8856b9fdd19bd68b80a1cb0">virtual_2d_locator&lt; DerefFn, IsTransposed &gt;::is_1d_traversable</a> (x_coord_t) const</dt>
<dd><a class="anchor" id="_todo000005"></a>TODO: is there no gap at the end of each row? i.e. can we use x_iterator to visit every pixel instead of nested loops? </dd>
</dl>
</div></div><!-- PageDoc -->
</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.15
</small>
</address>
</body>
</html>