wiggins-lab / SuperSegger

A completely automated MATLAB-based trainable image cell segmentation, fluorescence quantification and analysis suite, particularly well suited for high-throughput time lapse fluorescence microscopy of in vivo bacterial cells.
GNU General Public License v3.0
32 stars 20 forks source link

Fixing toolbox name Neural_Network_Toolbox -> Deep_Learning_Toolbox. #36

Open CFGrote opened 3 years ago

CFGrote commented 3 years ago

This PR adjusts the name of a required matlab toolbox in Internal/checkToolboxes.m . In older versions of Matlab, the toolbox was named "Neural_Network_Toolbox". In newer versions of matlab, the name changed to "Deep_Learning_Toolbox". The change now checks for the presence of the toolbox according to the new name.