Borrar filtros
Borrar filtros

What is 'imapplymatrixc' in the function imapplymatrix?

2 visualizaciones (últimos 30 días)
Hi all I was looking through the code for function imapplymatrix and on line line 92 came across the function imapplymatrixc. This is not defined anywhere else, and I am wondering why matlab does not throw an error because of it, does the c on the end have some sort of significance? Very confused.
I am using Image Processing Toolbox for R2012a.
Thanks in advance. Will
% Compute and return to original orientation.
Z = imapplymatrixc(I, multiplier', constants, outputClass);
Z = reshape(Z, origImageDims(1), origImageDims(2), [ ]);

Respuesta aceptada

Image Analyst
Image Analyst el 28 de Ag. de 2013
It's probably a mex file. Most of the source code for toolboxes that I've run across is a wrapper and the "real" work is done by a mex file/DLL that the m-file calls. If you need/want any more info, you'll probably have to contact Mathworks support who will probably have to contact the Image Processing Toolbox development team.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by