SatDump 2.0.0-alpha-520736c72
Loading...
Searching...
No Matches
image_background.h
Go to the documentation of this file.
1#pragma once
2
7
8#include "image.h"
9#include "nlohmann/json.hpp"
10
11namespace satdump
12{
13 namespace image
14 {
23 void remove_background(Image &img, float *progress);
24 } // namespace image
25} // namespace satdump
Definition image.h:17
Core Image class.