Effacer les filtres
Effacer les filtres

How to crop the circular ROI (already done) from the image ? I want to eliminate the black background for calculating average RGB values, so that i can calculate average luminance from the image.

2 vues (au cours des 30 derniers jours)
clear all
clc
hdr=hdrread('testfile.hdr');
rgb=tonemap(hdr);
figure;
imshow(rgb)
roi = drawcircle('Center',[400 400],'Radius',398);
BW=createMask(roi);
  1 commentaire
Omer Akatekin
Omer Akatekin le 22 Mar 2021
Are you doing for tunnel lighting access zone calculation ? because it seems to what i am trying to design app for these nowadays

Connectez-vous pour commenter.

Réponses (1)

Abhishek Gupta
Abhishek Gupta le 15 Fév 2021
Hi,
Referring to the following MATLAB Answer, which might help you in resolving the issue: -

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by