算法库

zhuyf a85f3760b8 fix algo bug hace 2 años
Makefile.am 9ede600590 first version hace 4 años
README.md 2feb22bd40 add readme hace 4 años
card_message_handle.cpp a85f3760b8 fix algo bug hace 2 años
card_message_handle.h b0e426239d add tdoa and pdoa algorithm hace 4 años
configure 95be4658b8 点的筛选平滑第一次提交 hace 5 años
configure.ac 95be4658b8 点的筛选平滑第一次提交 hace 5 años
depcomp 95be4658b8 点的筛选平滑第一次提交 hace 5 años
install-sh 95be4658b8 点的筛选平滑第一次提交 hace 5 años
libpoint_algorithm.a d11b409992 pdoa 2d v1 hace 4 años
loc_common.h b2118bdefc backup hace 3 años
loc_point.cpp 1f9a9cae73 add pdoa select hace 3 años
loc_point.h 1f9a9cae73 add pdoa select hace 3 años
loc_tool.cpp a85f3760b8 fix algo bug hace 2 años
loc_tool.h b0e426239d add tdoa and pdoa algorithm hace 4 años
missing 95be4658b8 点的筛选平滑第一次提交 hace 5 años
select_tool.cpp a85f3760b8 fix algo bug hace 2 años
select_tool.h b84e6c5884 fix bug hace 2 años

README.md

一、版本变更记录 1.增加tdoa和pdoa二维算法,2020/04/26

  • 文件的安装目录与ya-serv同级 |----|----------------- |ya-serv 采集系统 |point_algo 点得求解和平滑算法目录 |lib 存放动态库以及静态库等可执行文件 |include 存放动态库头文件以及静态库文件
  • 安装步骤
  • 1.该静态库依赖于ya-server得文件 ./configure --prefix=pwd/../ya-serv
  • 2.make
  • 3.make install 把静态库放入lib目录 把头文件放入include目录中.