#include "../../../lib/json.h"
#include "../../../lib/args.h"
#include "../../../lib/border.h"
#include "../feature_points.h"
#include <map>
#include <string>
Go to the source code of this file.
|
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) |
|
feature_slopes | tlz::merge_multiview_feature_slopes (const feature_slopes &a, const feature_slopes &b) |
|
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::feature_slopes_arg () |
|