mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
Updated to 1.9.5, and optimize calibration and device
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include <ctime>
|
||||
|
||||
#include "opencv2/opencv.hpp"
|
||||
#include "libslic3r/Color.hpp"
|
||||
|
||||
class QuantKMeans
|
||||
{
|
||||
@@ -260,3 +261,9 @@ public:
|
||||
return image8UC3;
|
||||
}
|
||||
};
|
||||
|
||||
//1.9.5
|
||||
bool obj_color_deal_algo(std::vector<Slic3r::RGBA> &input_colors,
|
||||
std::vector<Slic3r::RGBA>& cluster_colors_from_algo,
|
||||
std::vector<int>& cluster_labels_from_algo,
|
||||
char & cluster_number);
|
||||
Reference in New Issue
Block a user