<div dir="ltr"><div><div><div><div><div>Hi,<br></div>I'm trying to call ITK code from MATLAB with the use of Matlab MEX files.<br><br></div>My C++ code only contains:<br><br></div>#include <itkImage.h><br><br></div>and when trying to compile this simple example, the compiler does not find the itkImage.h file.<br><br></div>I pass the -I option to the mex command for every ITK subfolder and the error I get is: <br><div><br>... itkMacro.h: ... Cannot open include file itkConfigure.h: No such file or directory.<br><br></div><div>I've searched the itkConfigure.h file under ITK code and the only found is <a href="http://itkConfigure.h.in">itkConfigure.h.in</a>.<br><br></div><div>I would please if anybody has experienced this and could help me. I've also posted this problem to the MATLAB support several days ago and I haven't had any answer.<br><br></div><div>Thanks you very much.<br></div><div>Kind regards.<br></div><div>/Francisco<br></div></div>