satdump/src-core/common/image/image_background.h
2024-05-09 01:16:08 +02:00

9 lines
No EOL
161 B
C++

#pragma once
#include "image.h"
#include "nlohmann/json.hpp"
namespace image
{
void remove_background(Image &img, nlohmann::json proj_cfg, float *progress);
}