1 2 3 4 5 6 7 8 9
#pragma once #include "image.h" #include "options.h" HistImage compute_brot(const Options &options); // vim: set sw=4 ts=4 noet: