Question: I created the ImageData.h file Please make the implementation part of ImageData.h. When you create it, divide it into ImageData.cpp and Test.cpp. class ImageData {

I created the ImageData.h file Please make the implementation part of ImageData.h. When you create it, divide it into ImageData.cpp and Test.cpp.

class ImageData { private:

int rows; int cols; unsigned char* pixelValues; unsigned char* pixelProcessed;

public: void imageData(string fname) { }

int imageProc(int Param) { }

int imageWrite(string fname) { }

~imageData() { } };

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!