create.html

来自「this is code for finding and tracking fe」· HTML 代码 · 共 67 行

HTML
67
字号
<title> </title><a href = "../index.html"><IMG SRC="../home_motif.gif" ALIGN=bottom></a><a href = "index.html"><IMG SRC="../toc_motif.gif" ALIGN=bottom></a><a href = "replace.html"><IMG SRC="../previous_motif.gif" ALIGN=bottom></a><a href = "write.html"><IMG SRC="../next_motif.gif" ALIGN=bottom></a><hr><h2> KLTCreate...() / KLTFree...() </h2> <hr><h2> <code>KLT_TrackingContext KLTCreateTrackingContext(void);<br><br>KLT_FeatureList KLTCreateFeatureList(<br>     int nFeatures);<br><br>KLT_FeatureHistory KLTCreateFeatureHistory(<br>     int nFrames);<br><br>KLT_FeatureTable KLTCreateFeatureTable(<br>     int nFrames,<br>     int nFeatures);<br><br>void KLTFreeTrackingContext(<br>     KLT_TrackingContext tc);<br><br>void KLTFreeFeatureList(<br>     KLT_FeatureList fl);<br><br>void KLTFreeFeatureHistory(<br>     KLT_FeatureHistory fh);<br><br>void KLTFreeFeatureTable(<br>     KLT_FeatureTable ft);<br><br></code></h2>These functions create and free various structures.  Technically, it isgood programming practice to free the structures after using them, althoughthis is not done in any of the example code. <p>KLTCreateTrackingContext() is a little different from the other creationroutines in that it uses default values defined in <code>klt.c</code> to set up the structure.  These values can be changed if desired.<hr><a href = "../index.html"><IMG SRC="../home_motif.gif" ALIGN=bottom></a><a href = "index.html"><IMG SRC="../toc_motif.gif" ALIGN=bottom></a><a href = "replace.html"><IMG SRC="../previous_motif.gif" ALIGN=bottom></a><a href = "write.html"><IMG SRC="../next_motif.gif" ALIGN=bottom></a>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?