update README for current project state
This commit is contained in:
parent
806c40f6b8
commit
7fbb35bb73
@ -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)
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user