MATLAB Compiler compatibility question for function getpts

조회 수: 2 (최근 30일)
John
John 2014년 9월 25일
답변: Image Analyst 2014년 9월 25일
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:
  1. Apps and UIs
  2. cpselect
  3. imtool
  4. implay
  5. colorThresholder
Does getpts fall under UIs in point #1?
Can getpts be used in an application compiled with MATLAB Compiler?
  댓글 수: 1
John
John 2014년 9월 25일
The same informational page lists that modular interactive tools are supported. I am guessing getpts is one such tool. I would appreciate input from an official or experienced source.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2014년 9월 25일
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.

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by