summaryrefslogtreecommitdiff
path: root/compute.h
blob: 5cd8915c886a4c0d07f41ec97481f370721de457 (plain)
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: