feature-point

所属分类:VC书籍
开发工具:Visual C++
文件大小:268KB
下载次数:5
上传日期:2014-03-22 13:55:53
上 传 者Michael_Wang_2017
说明:  VC++读取txt模型文件,并进行算法操作
(VC++ model of reading txt file, and arithmetic operations)

文件列表:
feature point (0, 2014-03-03)
feature point\Dijkstra.c (1416, 2011-05-09)
feature point\Dijkstra.h (98, 2011-05-07)
feature point\Makefile (666, 2011-05-07)
feature point\computeGraph.c (1272, 2011-05-08)
feature point\computeGraph.h (128, 2011-05-07)
feature point\defs.h (906, 2011-05-08)
feature point\fp.c (4257, 2011-05-10)
feature point\input (0, 2014-03-03)
feature point\input\edge.txt (1465920, 2011-05-07)
feature point\input\fp.txt (289, 2011-05-08)
feature point\input\size.txt (18, 2011-05-07)
feature point\input\vertix.txt (693090, 2011-05-07)
feature point\point.c (556, 2011-05-07)
feature point\point.h (220, 2011-05-07)
feature point\rd_model.c (1378, 2011-05-07)
feature point\rd_model.h (103, 2011-05-07)
feature point\run.sh (27, 2011-05-07)
feature point\utils.c (185, 2011-05-07)
feature point\utils.h (67, 2011-05-07)

1.以.h结尾的文件是各个功能模块的头文件,里面是各个函数的声明信息。 2.run.sh:在Linux环境中如何运行程序的说明文件。 3.utils.c:获得程序运行时间的函数。 4.computeGraph.c:把人体模型抽象为一个图的函数。 5.rd_model.c:读入模型的操作函数。 6.point.c:实现点操作的功能模块,主要包括求两点之间的距离、打印点坐标和交换两点之间的位置等操作。 7.Dijkstra.c:实现Dijkstra算法,该算法用于求取人体模型上任意两点之间的测地距离,即最短距离。 8.fp.c:求取末端特征点的主函数,主要用于求取人体模型上的5个末端特征点。在这个主函数中分别调用了各个功能模块。 9.Makefile:程序的编译信息文件。 input文件夹:程序的输入和输出信息都放在这个文件夹中。其中,输入信息有edge.txt、size.txt、vertix.txt,输出信息有fp.txt。 edge.txt:人体模型的边信息。 size.txt:人体模型的规模大小。 vertix.txt:人体模型的顶点坐标信息。 fp.txt:由末端特征点算法求出的人体模型的末端特征点坐标。

近期下载者

相关文件


收藏者