CBICA / CaPTk2.0

Other
5 stars 5 forks source link

Create algorithm base that each module algorithm can inherit from #113

Open dboun opened 4 years ago

dboun commented 4 years ago

This will automatically offer the signals slots, and the ability to run in the background.

To write the algorithm you will simply override RunThread()

ashishsingh18 commented 4 years ago

@dboun Let's discuss this before you start implementing