Question: We want to convert it to an image managing class as following class diagram [50]. int rows int cols unsigned char* pixelValues//image data storage unsigned

We want to convert it to an image managing class as following class diagram [50]. int rows int cols unsigned char* pixelValues//image data storage unsigned char* pixelProcessed//processed image storage +imageData (string fname)//constructor +int imageProc (int Param)//processing +int imageWrite(string fname)//save processed image + ~imageData (void)//destructor In imageProc, you can add "image binarization" and your own method. Validate your method in a main() function [50]
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
