========================================================================
CONSOLE APPLICATION : PSU - CS410 Project 1
CS410 Project 1 - Color transfer.cpp This is the main application source file. Main goal is to:
- Implement the basic color transfer technology in the lαβ color space.
- Test the effects of color spaces on color transfer. You need to try at least another two color spaces.
#include "stdafx.h"
#include <opencv2/opencv.hpp>
#include <opencv\highgui.h>
#include <iostream>
#include <string>
Might Have Bugs!