Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 610 Bytes

File metadata and controls

22 lines (16 loc) · 610 Bytes

========================================================================

OpenCV - Color transfer

CONSOLE APPLICATION : PSU - CS410 Project 1

CS410 Project 1 - Color transfer.cpp This is the main application source file. Main goal is to:

  1. Implement the basic color transfer technology in the lαβ color space.
  2. Test the effects of color spaces on color transfer. You need to try at least another two color spaces.

Other standard files:

#include "stdafx.h"
#include <opencv2/opencv.hpp>
#include <opencv\highgui.h>
#include <iostream>
#include <string>

Other notes:

Might Have Bugs!