10 #include <bnb/utils/defs.hpp>
13 namespace bnb {
namespace interfaces {
15 struct camera_position;
22 virtual std::vector<float> get_landmarks()
const = 0;
24 virtual std::vector<float> get_latents()
const = 0;
26 virtual std::vector<float> get_vertices()
const = 0;
30 virtual bool has_face() = 0;