licornea_tools
|
#include <string>
#include <map>
#include <cmath>
#include "lib/image_correspondence.h"
#include "lib/cg/feature_slopes.h"
#include "../lib/misc.h"
#include "../lib/json.h"
#include "../lib/dataset.h"
#include "../lib/opencv.h"
#include "../lib/intrinsics.h"
Go to the source code of this file.
Functions | |
real | measure_horizontal_slope (const image_correspondence_feature &feature, int y_outreach) |
real | measure_vertical_slope (const image_correspondence_feature &feature) |
int | main (int argc, const char *argv[]) |
int main | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 45 of file cg_measure_optical_flow_slopes.cc.
real measure_horizontal_slope | ( | const image_correspondence_feature & | feature, |
int | y_outreach | ||
) |
Definition at line 14 of file cg_measure_optical_flow_slopes.cc.
real measure_vertical_slope | ( | const image_correspondence_feature & | feature | ) |
Definition at line 29 of file cg_measure_optical_flow_slopes.cc.