licornea_tools
Namespaces | Functions
feature_slopes.cc File Reference
#include "feature_slopes.h"
#include "../../../lib/random_color.h"
#include "../../../lib/assert.h"
#include "../../../lib/string.h"
#include <vector>

Go to the source code of this file.

Namespaces

 tlz
 

Functions

feature_slopes tlz::decode_feature_slopes (const json &j_fslopes)
 
bool tlz::has_feature_slopes (const json &j_fslopes)
 
json tlz::encode_feature_slopes (const feature_slopes &fslopes)
 
real tlz::model_horizontal_slope (const vec2 &undistorted_point, const mat33 &K, const mat33 &R)
 
real tlz::model_vertical_slope (const vec2 &undistorted_point, const mat33 &K, const mat33 &R)
 
cv::Mat_< cv::Vec3b > tlz::visualize_feature_slopes (const feature_slopes &fslopes, const cv::Mat_< cv::Vec3b > &back_img, int width, real exaggeration, int thickness, const border &bord)
 
feature_slopes tlz::merge_multiview_feature_slopes (const feature_slopes &a, const feature_slopes &b)
 
feature_slopes tlz::feature_slopes_arg ()