photo

Gabriel


Last seen: 17 Tage vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


Obtain intensity values within the ROIs drawn on image in this script. Then, write and display intensity values within the ROIs on the image.
clear all close all % UUT image input I = imread('UUT33.bmp'); R = imresize(I, [800 1000]); % Resize image to full res ...

17 Tage vor | 1 Antwort | 0

1

Antwort

Frage


Obtain intensity value in an ROI on an image, and output the image with the displayed intensity value inside of the ROI on the image
clear all close all % Example: Load image and define ROI I = imread('image.jpg'); R = imresize(I, [800 1000]); % Resize ...

17 Tage vor | 1 Antwort | 0

1

Antwort

Frage


How can I create a surface plot from ROIs (9) in an image?
I need to input an image, create 9 equal ROIs, and output a surface plot of pixel x pixel to show the 9 ROIs

29 Tage vor | 1 Antwort | 0

1

Antwort