jonnyhigham / PTVResearch

PTVResearch is a state of the art code for particle tracking and particle image velocimetry
GNU General Public License v3.0
18 stars 11 forks source link

is it possible to minimize the toolbox requirements? #1

Closed alexlib closed 6 years ago

alexlib commented 6 years ago

Hi, I couldn't install the app as it requires several toolboxes. Could you please write which ones are necessary and whether it's possible to install without some?

jonnyhigham commented 6 years ago

At the moment the app requires the image processing toolbox and the computer vision toolbox. It is possible to write the scripts outside of the toolboxes, but Matlab does a very good job of speeding them up (people might think I was crazy saying that 5 years ago!).

I do have plans to port the OpenCV toolboxes into Matlab and this would get around this problem, but it is still early days. The initial concept of the App was actually to help some colleagues out at UCL creating a fully contained app they could use with minimal programming knowledge.

alexlib commented 6 years ago

I see, thanks.