-
Notifications
You must be signed in to change notification settings - Fork 0
/
cudadebayer_8hpp_source.html
127 lines (125 loc) · 12.6 KB
/
cudadebayer_8hpp_source.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>libcudaisp: /builds/ridgerun/rnd/libcudaisp/rr/include/libcudaisp/cudadebayer.hpp Source File</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="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">libcudaisp
 <span id="projectnumber">0.1.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<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&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_4308c347a8925fe03bb0c6144b7007d3.html">rr</a></li><li class="navelem"><a class="el" href="dir_fa3db636adf90fe59970a0aa671df06e.html">include</a></li><li class="navelem"><a class="el" href="dir_6c7c75103029e69b04aae0fd900161b1.html">libcudaisp</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">cudadebayer.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="cudadebayer_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> * Copyright (C) 2023 RidgeRun, LLC (http://www.ridgerun.com)</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * All Rights Reserved.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> * Author: Nicolas Morua <[email protected]></span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="comment"> * The contents of this software are proprietary and confidential to RidgeRun,</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment"> * LLC. No part of this program may be photocopied, reproduced or translated</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * into another programming language without prior written consent of</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> * RidgeRun, LLC. The user is free to modify the source code after obtaining</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="comment"> * a software license from RidgeRun. All source code changes must be provided</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="comment"> * back to RidgeRun without any encumbrance.</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>  </div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="preprocessor">#ifndef RR_INCLUDE_LIBCUDAISP_CUDADEBAYER_HPP_</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="preprocessor">#define RR_INCLUDE_LIBCUDAISP_CUDADEBAYER_HPP_</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>  </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="preprocessor">#include "<a class="code" href="ialgorithm_8hpp.html">libcudaisp/ialgorithm.hpp</a>"</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>  </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#include <memory></span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="keyword">namespace </span><a class="code" href="namespacerr.html">rr</a> {</div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="classrr_1_1_cuda_debayer.html"> 35</a></span> <span class="keyword">class </span><a class="code" href="classrr_1_1_cuda_debayer.html">CudaDebayer</a> : <span class="keyword">public</span> <a class="code" href="classrr_1_1_i_algorithm.html">IAlgorithm</a> {</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  <span class="keyword">explicit</span> <a class="code" href="classrr_1_1_cuda_debayer.html#a327bf2e1cd58781a1433d64b45f22c2b">CudaDebayer</a>(<span class="keyword">const</span> std::shared_ptr<ISettings> settings);</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>  <a class="code" href="classrr_1_1_runtime_error.html">rr::RuntimeError</a> <a class="code" href="classrr_1_1_cuda_debayer.html#af3d146011ff8ad1f1c139666874e95aa">Apply</a>(<span class="keyword">const</span> <a class="code" href="classrr_1_1_buffer.html">Buffer</a>* input_buffer, <a class="code" href="classrr_1_1_buffer.html">Buffer</a>* output_buffer,</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <span class="keyword">const</span> std::shared_ptr<IParams> params,</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>  <span class="keywordtype">bool</span> async = <span class="keyword">false</span>) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" href="classrr_1_1_runtime_error.html">rr::RuntimeError</a> <a class="code" href="classrr_1_1_cuda_debayer.html#ae92cb603df89ca4cd7e54a2772e3ee8b">Synchronize</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>  <span class="comment">/*</span></div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span> <span class="comment"> * @brief Destroy the CudaDebayer object.</span></div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <span class="keyword">virtual</span> <a class="code" href="classrr_1_1_cuda_debayer.html#aa73da1fb70180298e0520f90c51b76f1">~CudaDebayer</a>();</div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span> };</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span> } <span class="comment">// namespace rr</span></div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>  </div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span> <span class="preprocessor">#endif // RR_INCLUDE_LIBCUDAISP_CUDADEBAYER_HPP_</span></div>
</div><!-- fragment --></div><!-- contents -->
<div class="ttc" id="aclassrr_1_1_buffer_html"><div class="ttname"><a href="classrr_1_1_buffer.html">rr::Buffer</a></div><div class="ttdoc">This class contains data containers.</div><div class="ttdef"><b>Definition:</b> buffer.hpp:33</div></div>
<div class="ttc" id="aclassrr_1_1_cuda_debayer_html_ae92cb603df89ca4cd7e54a2772e3ee8b"><div class="ttname"><a href="classrr_1_1_cuda_debayer.html#ae92cb603df89ca4cd7e54a2772e3ee8b">rr::CudaDebayer::Synchronize</a></div><div class="ttdeci">rr::RuntimeError Synchronize() override</div><div class="ttdoc">This method syncrhonizes the execution of the CudaDebayer algorithm.</div><div class="ttdef"><b>Definition:</b> cudadebayer.cpp:42</div></div>
<div class="ttc" id="aclassrr_1_1_cuda_debayer_html"><div class="ttname"><a href="classrr_1_1_cuda_debayer.html">rr::CudaDebayer</a></div><div class="ttdoc">This class is in charge of the Debayer algorithm using CUDA.</div><div class="ttdef"><b>Definition:</b> cudadebayer.hpp:35</div></div>
<div class="ttc" id="aialgorithm_8hpp_html"><div class="ttname"><a href="ialgorithm_8hpp.html">ialgorithm.hpp</a></div></div>
<div class="ttc" id="aclassrr_1_1_i_algorithm_html"><div class="ttname"><a href="classrr_1_1_i_algorithm.html">rr::IAlgorithm</a></div><div class="ttdoc">This interface provides a way to apply algorithms to an image.</div><div class="ttdef"><b>Definition:</b> ialgorithm.hpp:54</div></div>
<div class="ttc" id="aclassrr_1_1_runtime_error_html"><div class="ttname"><a href="classrr_1_1_runtime_error.html">rr::RuntimeError</a></div><div class="ttdoc">Implements the error handling class.</div><div class="ttdef"><b>Definition:</b> runtimeerror.hpp:27</div></div>
<div class="ttc" id="aclassrr_1_1_cuda_debayer_html_aa73da1fb70180298e0520f90c51b76f1"><div class="ttname"><a href="classrr_1_1_cuda_debayer.html#aa73da1fb70180298e0520f90c51b76f1">rr::CudaDebayer::~CudaDebayer</a></div><div class="ttdeci">virtual ~CudaDebayer()</div><div class="ttdef"><b>Definition:</b> cudadebayer.cpp:40</div></div>
<div class="ttc" id="anamespacerr_html"><div class="ttname"><a href="namespacerr.html">rr</a></div><div class="ttdoc">RR Namespace.</div><div class="ttdef"><b>Definition:</b> runtimeerror.cpp:16</div></div>
<div class="ttc" id="aclassrr_1_1_cuda_debayer_html_a327bf2e1cd58781a1433d64b45f22c2b"><div class="ttname"><a href="classrr_1_1_cuda_debayer.html#a327bf2e1cd58781a1433d64b45f22c2b">rr::CudaDebayer::CudaDebayer</a></div><div class="ttdeci">CudaDebayer(const std::shared_ptr< ISettings > settings)</div><div class="ttdoc">Construct a new CudaDebayer instance.</div><div class="ttdef"><b>Definition:</b> cudadebayer.cpp:37</div></div>
<div class="ttc" id="aclassrr_1_1_cuda_debayer_html_af3d146011ff8ad1f1c139666874e95aa"><div class="ttname"><a href="classrr_1_1_cuda_debayer.html#af3d146011ff8ad1f1c139666874e95aa">rr::CudaDebayer::Apply</a></div><div class="ttdeci">rr::RuntimeError Apply(const Buffer *input_buffer, Buffer *output_buffer, const std::shared_ptr< IParams > params, bool async=false) override</div><div class="ttdoc">This method applies the CudaDebayer algorithm to the input buffer and modifies the output buffer.</div><div class="ttdef"><b>Definition:</b> cudadebayer.cpp:47</div></div>
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Tue Mar 14 2023 20:22:00 for libcudaisp by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.17
</small></address>
</body>
</html>