mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-03-16 18:10:17 +00:00
Bringing all of the experiments to a new interface
This commit is contained in:
@@ -90,7 +90,6 @@ void Visualizer::SetImage(const cv::Mat& canvas, float fx, float fy, float cx, f
|
||||
{
|
||||
// Convert the image to 8 bit RGB
|
||||
captured_image = canvas.clone();
|
||||
ConvertToRGB_8bit(captured_image);
|
||||
|
||||
this->fx = fx;
|
||||
this->fy = fy;
|
||||
|
||||
Reference in New Issue
Block a user