Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 664 Bytes

File metadata and controls

16 lines (15 loc) · 664 Bytes

ImageProcessingMFC

MFC (Microsoft Foundation Classes) based C++ application for implementation of image processing algorithms


Prerequisites

Visual Studio Community 2022

After running Visual Studio Installer, select More - Import configuration menu to load .vsconfig file, and then proceed with the installation.

vsinstaller


Sample Images

A directory named images contains headerless RAW images and BMP image samples.


Visual Studio Solution Configurations


References

This repository states that many of the contents of https://github.com/datakun/ImageToolBox were referenced.