nouchar.html
来自「this is code for finding and tracking fe」· HTML 代码 · 共 22 行
HTML
22 行
<title> </title><hr><h2> Using Image Data Other than Unsigned Chars </h2>Typically, grey-level images are stored as unsigned chars, andKLT assumes the same. However, if this is not the case, then KLT can be modified by changing the line<blockquote><tt>typedef unsigned char KLT_PixelType;</tt></blockquote>in the file <tt>klt.h</tt>. This has not been tested, but itshould work. The only function that will no longer work properlyis KLTWriteFeatureListToPPM, because the image will now containmore than eight bytes per pixel.<hr>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?