PlathC / VitalRecordAnalyser

This repos host the code of our paper French vital records data gathering and analysis through image processing and machine learning algorithms.
1 stars 0 forks source link

Use of globals inside Python scripts #2

Closed PlathC closed 4 years ago

PlathC commented 4 years ago

The following files use globals due to a lack of time during the first step of the developpement.

Those can now be removed thanks to the ability of manipulating python variables in C++ thanks to Pybind11.