1. There are no warnings if I remove the paths for the Machine Vision Toolbox (I just did it to confirm this); therefore, the warnings are directly linked to the Machine Vision Toolbox.
2. I will use your Machine Vision Toolbox because we will also offer a course called SE632 Machine Vision or Machine Learning based on your book RVC 2rd edition, which will be developed in the spring of next year.
3. It seems that I also need the Machine Vision Toolbox because the Distance Transform method needs this toolbox: here is what I got:
>> load house;
>> dx = DXform(house);
>> dx.plan(place.kitchen);
Error using distancexform (line 80)
Machine Vision Toolbox is required by this function
Error in DXform/plan (line 161)
dx.distancemap = distancexform(dx.occgridnav, dx.goal, dx.metric, show);
FYI, I was able to get the Distance Transform method to work after setting the paths to the Machine Vision Toolbox, but, now, it is not working anymore even I set the paths to the Machine Vision toolbox.
FYI, I didn't get those warnings from Matlab even I had the paths set for the Machine Vision Toolbox two weeks before, which was the time when I got the Distance Transform method working.
FYI, at the beginning of the "Introduction to RoadMap Methods, you have following code, which also needs the Machine Vision Toolbox:
>> free = 1 - house;
>> free(1,:) = 0; free(end,:) = 0;
>> free(:,1) = 0; free(:,end) = 0;
>> skeleton = ithin(free);
'ithin' is not found in the current folder or on the MATLAB path, but exists in: