MATLAB: Tag or label for images in montage

Computer Vision ToolboxImage Processing Toolboxmontagetag

Dear User-community.
Is there a way to tag the images in the final image after using montage? I haven't found any answer to this question in the user-community answers.
Best regards, Jaime

Best Answer

You can either use text() to put text into the overlay, or use Brett's utility to burn it into the image: http://www.mathworks.com/matlabcentral/fileexchange/38721-embed-text-and-graphics-in-an-image
Or the Computer Vision System Toolbox has the textInserter object: http://www.mathworks.com/help/vision/ref/vision.textinserterclass.html