licornea_tools
Functions | Variables
cg_rotation_from_fslopes.cc File Reference
#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
 

Function Documentation

int main ( int  argc,
const char *  argv[] 
)

Definition at line 36 of file cg_rotation_from_fslopes.cc.

Here is the call graph for this function:

template<typename Func >
void one_dim_search_minimum ( Func  f,
real a,
real b,
real  tolerance 
)

Definition at line 21 of file cg_rotation_from_fslopes.cc.

Variable Documentation

constexpr bool verbose = true

Definition at line 18 of file cg_rotation_from_fslopes.cc.