Question: Problem 3 : Image Analysis Filename: function [ min , max, rowsMeans ] = myImAnalysis ( origImageMatrix ) Sample image: CloudyGoldenGate _ grayscale.jpg (
Problem : Image Analysis
Filename:
function min max, rowsMeans myImAnalysisorigImageMatrix
Sample image: CloudyGoldenGategrayscale.jpg downarrow
Additional image files above.
Write a function
The function inputs a matrix corresponding to an image stored as unit
The function returns two scalars and one vector of values:
mathrmmin the pixel with the smallest grayscale value scalar
max the pixel with the largest grayscale value scalar
mean the mean value of each row vector
The function should provide no output to the command window. And no visual output.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
