1 #ifndef LICORNEA_VIEW_HOMOGRAPHY_H_ 2 #define LICORNEA_VIEW_HOMOGRAPHY_H_
view_homography decode_view_homography(const json &j_hom)
std::vector< vec2 > quadrilateral(const view_homography &hom, real width, real height)
view_homographies homographies_arg()
bool is_single_view_homography(const json &j)
std::map< view_index, view_homography > view_homographies
json encode_view_homography(const view_homography &hom)
border maximal_border(const view_homography &hom, real width, real height)
cv::Matx< real, 3, 3 > mat33
view_homography homography_arg()
real view_homographies_error(const view_homographies &homs)
json encode_view_homographies(const view_homographies &homs)
view_homographies decode_view_homographies(const json &j_homs)