update_border.html

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

HTML
39
字号
<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 = "change_pyramid.html"><IMG SRC="../previous_motif.gif" ALIGN=bottom></a><a href = "stop.html"><IMG SRC="../next_motif.gif" ALIGN=bottom></a><hr><h2> KLTUpdateTCBorder() </h2> <h2> <code>void KLTUpdateTCBorder(<br>     KLT_TrackingContext tc);<br></code></h2>KLTUpdateTCBorder() is a convenience function that automatically recomputes and updates the <code>borderx</code> and <code>bordery</code> fields of the tracking context, so that the user doesn't have to ever touch these fields.Unless the user desires direct control over the border,this function should be called whenever<code>smooth_sigma_fact</code>,<code>pyramid_sigma_fact</code>, <code>window_width</code>,<code>window_height</code>, or<code>subsampling</code> is changed.<hr>

⌨️ 快捷键说明

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