Several dependencies already exist to vplants.tissue_analysis.
Even if these deps are imported at run-time, the code is not fully functional today.
Several options exist to remove these dependencies:
- Inherit of the data structure in vplants.tissue_analysis and add the algos in the inherited class
- Seprarte the datastructure from the algos and use a service as a factory (I want to build my data-structure from images. This kind of solution is used in NetworkX for instance.
Several dependencies already exist to vplants.tissue_analysis.
Even if these deps are imported at run-time, the code is not fully functional today.
Several options exist to remove these dependencies: