Design a MATLAB program to detect a brain tumor in an MRI image as follows: read and display the attached JPG image ("MRI_brain_tumor_image.jpg"), then convert the image to a binary image and find the area of all the filled regions, then add an outline around the tumor (the white object in the bottom left of the image), and display the region area (in square pixels) as text at the centroid of the tumor. MATLAB commands such as "imbinarize", "bwboundaries", and "text" may be useful. You can use Bing AI tools to generate sections of the MATLAB program code (you can also manually modify the code as needed). Include your names and an example of your Bing AI input prompts as comments in your MATLAB program.