Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

I created the ImageData.h file Please make the implementation part of ImageData.

ID: 3844250 • Letter: I

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
{
    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()
        {
          
        }
      
};

Explanation / Answer

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()
        {
          
        }
      
};

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote