readme

来自「SIFT的c++实现」· 代码 · 共 27 行

TXT
27
字号
JIFT: Jun's implementation of SIFTDependency: VXLCompilation:Modify "JIFT.pro" file to set appropriate library and header path, run "qmake" then "make"Usage:JIFT input output [image]"input" is the input image, "output" is the features, the format is as follows:(#number of points) (#number of dimentions)(#xposition) (#yposition) (#feature vector dim 0) ...  (#feature vector dim n)(#xposition) (#yposition) (#feature vector dim 0) ...  (#feature vector dim n)...If the optional "image" argument is supplied, then it saves the keypoint position and orientation into an image fileBug reports welcome!Jun Liu8th September 2006

⌨️ 快捷键说明

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