At the meeting held on the 2nd of June, we have discussed how to enable the execution of Matlab code in our information system. We have agreed to the following:
- the simplified code that performs the actual analysis of collagen images was submitted. It should serve as a template for developing the platform capable to call Matlab engine, passing input parameters, and displaying obtained results. This starting problem will be solved using the GitLab platform and treated as a “hands-on” tutorial on its use.
- in the first step, Matlab scripts will be executed by directly evoking Matlab engine in the command line mode. In the next step, wrapper functions C/C++ functions will be developed which will enable the running of the Matlab scripts directly from the C/C++ code, and much more efficient execution of Matlab algorithms.
- if such code proves to be inefficient, in the final stage all algorithms will be rewritten directly in C/C++, and all proprietary used libraries substituted with freely available.