licornea_tools
|
#include <string>
#include <vector>
#include <cmath>
#include <iostream>
#include <fstream>
#include <cassert>
#include "lib/cg/feature_slopes.h"
#include "../lib/args.h"
#include "../lib/misc.h"
#include "../lib/json.h"
#include "../lib/opencv.h"
#include "../lib/intrinsics.h"
#include "../lib/assert.h"
#include "../lib/rotation.h"
Go to the source code of this file.
Functions | |
template<typename Func > | |
void | one_dim_search_minimum (Func f, real &a, real &b, real tolerance) |
int | main (int argc, const char *argv[]) |
Variables | |
constexpr bool | verbose = true |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 36 of file cg_rotation_from_fslopes.cc.
Definition at line 21 of file cg_rotation_from_fslopes.cc.
constexpr bool verbose = true |
Definition at line 18 of file cg_rotation_from_fslopes.cc.