What is 'imapplymatrixc' in the function imapplymatrix?
Mostra commenti meno recenti
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), [ ]);
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Image Arithmetic in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!