This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <opencv2/opencv.hpp> | |
#include <iostream> | |
#include <vector> | |
#include <cmath> | |
#include <assert.h> | |
using namespace std; | |
using namespace cv; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1213 910 | |
3 | |
data/input/STA_2713.JPG | |
data/input/STB_2714.JPG | |
data/input/STC_2715.JPG |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* R: [0, 255] | |
* G: [0, 255] | |
* B: [0, 255] | |
* | |
* H: [0.0, 360.0) | |
* S: [0.0, 1.0] | |
* V: [0.0, 1.0] | |
* | |
* If output is RGB of ByteImage3, then R, G, B is scaled to [0, 255]; |
NewerOlder