Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core 模块与 OpenCV 解耦 #36

Closed
zhaoxi-scut opened this issue Nov 24, 2023 · 0 comments
Closed

core 模块与 OpenCV 解耦 #36

zhaoxi-scut opened this issue Nov 24, 2023 · 0 comments
Labels
optimization 代码重构、功能优化 wontfix 无意义的 issue 或 pr
Milestone

Comments

@zhaoxi-scut
Copy link
Member

描待优化、重构的内容

  • core 与 OpenCV 解耦,KalmanFiler 移出 core,单独开设 algorithm 模块
  • 重启 dataio 模块,主要负责硬件上的数据通信和存储,将现在的 SerialPortGyroData 移至其中。

解决的大致思路

CMake 需要删除有关 OpenCV 的 dependence,改为

rmvl_add_module(core)

algorithm 模块和 dataio 中依赖 OpenCV 即可

@zhaoxi-scut zhaoxi-scut added the optimization 代码重构、功能优化 label Nov 24, 2023
@zhaoxi-scut zhaoxi-scut added this to the 1.2.0 milestone Nov 24, 2023
@zhaoxi-scut zhaoxi-scut added the wontfix 无意义的 issue 或 pr label Dec 9, 2023
@zhaoxi-scut zhaoxi-scut modified the milestones: 1.2.0, 2.0 Apr 30, 2024
@zhaoxi-scut zhaoxi-scut reopened this Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization 代码重构、功能优化 wontfix 无意义的 issue 或 pr
Projects
None yet
Development

No branches or pull requests

1 participant