smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 101 forks source link

Can it support opencv? #145

Closed libaineu2004 closed 2 years ago

libaineu2004 commented 2 years ago

Is your feature request related to a problem? Please describe. Can this framework be used with opencv? Can you give an official example?

Describe the solution you'd like

Do you have an idea of how it can/should be implemented?

Are you willing to contribute to the implementation of this feature

smistad commented 2 years ago

Yes. In Python, this is very simple. I added a couple of examples in the documentation: https://fast.eriksmistad.no/python-tutorial-intro.html#autotoc_md98 (you may need to refresh the page).

libaineu2004 commented 2 years ago

Yes. In Python, this is very simple. I added a couple of examples in the documentation: https://fast.eriksmistad.no/python-tutorial-intro.html#autotoc_md98 (you may need to refresh the page).

OK, thanks! After opencv is integrated into this framework, will the performance be greatly improved? Can you give a chart of the performance test?

smistad commented 2 years ago

Depends on the algorihms used and many other factors