update README for current project state

This commit is contained in:
Florian Förster 2025-10-24 11:33:43 +02:00
parent 806c40f6b8
commit 7fbb35bb73
3 changed files with 3 additions and 1 deletions

View File

@ -21,7 +21,7 @@ namespace dopt.EKF
using (Py.GIL()) using (Py.GIL())
{ {
pyEkfModule = Py.Import("dopt_sensor_anomalies._csharp_interface"); // add right import pyEkfModule = Py.Import("dopt_sensor_anomalies._csharp_interface");
} }
} }
public void SensorAnomaliesPipeline(string pathToImage, float pixelsPerMetricX, float pixelsPerMetricY) public void SensorAnomaliesPipeline(string pathToImage, float pixelsPerMetricX, float pixelsPerMetricY)

View File

@ -1,5 +1,7 @@
# EKF Diagnostics C# CLI Wrapper # EKF Diagnostics C# CLI Wrapper
*At first, a simpler approach is chosen by simply using Python directly without a C# wrapper. Tests are currently conducted within the Python project.*
This is a thin wrapper utilising our Python-C# integration based on a plugin architecture. This is a thin wrapper utilising our Python-C# integration based on a plugin architecture.
The application is designed based on the agreed requirements. The application is designed based on the agreed requirements.