| Home | All Courses | Back to Project Guidance |
![]() |
Let me know what you think | ![]() |
Course IP_MFC: Image processing with C++/MFC
|
| In filter1Doc.h in front of class CFilter1Doc : public CDocument |
| In filter1Doc.cpp inside the constructor CFilter1Doc() you have to initialize 3 variables: |
| In filter1Doc.cpp inside Serialize(CArchive& ar) inside the else clause: Code for reading an image and for computing the noisy and the filtered images |
| Destroy the original image by artificial NOISE |
| Destroy the original image by BLURRING |
| Three slightly different highpass filters |
| top of page: |