MATLAB Compiler compatibility question for function getpts
Ältere Kommentare anzeigen
Hi all. I have the image processing toolbox and am about to package my program using MATLAB Compiler 2014a. I use the getpts.m function which I believe is part of the Image Processing Toolbox. I checked the page: http://www.mathworks.com/products/compiler/supported/compiler_support.html
and it does not list getpts as one of them. It does list the following Image Processing Toolbox components as not supported by MATLAB Compiler:
- Apps and UIs
- cpselect
- imtool
- implay
- colorThresholder
Does getpts fall under UIs in point #1?
Can getpts be used in an application compiled with MATLAB Compiler?
1 Kommentar
John
am 25 Sep. 2014
Antworten (1)
Image Analyst
am 25 Sep. 2014
0 Stimmen
I would not think it would not included, because it's not like those other tools that have substantial GUIs. getpts() is a low level routine so I would think it would be included. You can check the mccExcludedFiles.log that is created after you run mcc to see if it would not include it.
Kategorien
Mehr zu MATLAB Compiler finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!