What is 'imapplymatrixc' in the function imapplymatrix?
Afficher commentaires plus anciens
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), [ ]);
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Image Arithmetic dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!