LAMPCAE/devopler.md

30 lines
826 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 版本声明
LAMPCAE软件是基于FastCAE 软件上开发得到增加了点云、feko仿真、成像三个部分功能。注意FastCAE 遵循 BSD-3-Clause 协议。为了避免被其他的依赖库协议污染,这里将程序库进行了拆分。
## 点云功能部分依赖库
点云部分依赖pcl,其中模型渲染部分重新用fastCAE软件的渲染重新适配。
其中点云属性与点云实体分开存储,后期在考虑完全统一
## mesh网格处理
依赖meshlab中库代码处理
## 模型处理
## 仿真成像
1. 近场
其中所有近场都是基于部分BP算法重新编写
2. 远程
专门为圆迹和ISAR构建基于BP算法进行的适配
## 后处理阶段
## 回波展示分析阶段
## 影像处理部分依赖库
# V1.0
1. 原来点云处理模块全部内置到FastCAE中