mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
No EOL
161 B
C++
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);
|
|
} |