I have downloaded a matlab code for dithering the images but I don't have the Image Processing toolbox and I don't want to buy it for running this code. Is there any way for running the script?
Many thanks in advance
I have downloaded a matlab code for dithering the images but I don't have the Image Processing toolbox and I don't want to buy it for running this code. Is there any way for running the script?
Many thanks in advance
You can try Octave, or Scilab, or OpenCV, or there are many other open source, and free, alternatives.
But while you're investigating and trying those out, just make sure to measure how much time you're spending on it. If your script uses more than 20 functions from Image processing Toolbox (as you indicated in a comment) then it may be a lot of effort, and depending on how much your time is worth per hour, you may well find it would be better to just buy the toolbox. That's of course just my advice - your choice.
If you're at a university, you will likely be able to get a cheaper educational pricing, or be able to buy the Student edition of MATLAB that includes Image Processing Toolbox. It's also possible to purchase a time-limited license of MATLAB (six months or a year) for a discount, although that pricing is very unadvertised by MathWorks, and you would need to call and speak to a MathWorks account manager to request it.
You can download Scilab , it is a similar platform like Matlab, but it is open source,You dont have to spend your money, You can run matlab code using scilab.