Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a function which calculates the average intensity level of an image. From the command line use this function on the image doge.jpg and show

Write a function which calculates the average intensity level of an image. From the command line use this function on the image doge.jpg and show the resulting average.

I have been trying something like this, but i'm just so bad. the image is already on grayscale

image text in transcribed

NMD 100 i function average (a) 2 a = imread('doge.jpg'); 3 n = sum(a); 4 m = lenght (a); 5 5 mean = n/m; 6 disp('The avarage of the image is:') 7 disp (mean) 8 8 end 9

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

LO5 Illustrate the steps in developing a base pay system.

Answered: 1 week ago

Question

LO3 Outline strategic compensation decisions.

Answered: 1 week ago