#include "opencv2/core/core.hpp"
#include <opencv2/opencv.hpp>
#include <iostream>
Go to the source code of this file.
|
| static void | downsamplePoints (const Mat &src, Mat &dst, size_t count) |
| |
| void | generateColors (std::vector< Scalar > &colors, size_t count, size_t factor=100) |
| |
◆ GENCOLORS_CPP_
◆ downsamplePoints()
| static void downsamplePoints |
( |
const Mat & |
src, |
|
|
Mat & |
dst, |
|
|
size_t |
count |
|
) |
| |
|
static |
◆ generateColors()
| void generateColors |
( |
std::vector< Scalar > & |
colors, |
|
|
size_t |
count, |
|
|
size_t |
factor = 100 |
|
) |
| |