Where can I look out for the source code for function "imresizemex" ?

2 views (last 30 days)
Im trying to make an image compression by a bicubic interpolation, which is simply made in Matlab by the function imresize, inside the imresize.m file there is a function called "imresizemex" that appears to be the one that performs the algorithm for the compresson, Anyone can help to figure out the source code for this function or the algorithm it employs?
  2 Comments
Matt J
Matt J on 8 Feb 2019
Edited: Matt J on 8 Feb 2019
No, the source code is concealed from us for a reason. But what exactly is there to know about the algorithm? It just interpolates the image samples at a coarser or finer lattice of points.
John D'Errico
John D'Errico on 8 Feb 2019
Easy. Just get a job at The MathWorks. But not otherwise if you want to see the exact code.

Sign in to comment.

Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!