struct cv::Subdiv2D::QuadEdge
#include <imgproc.hpp> struct QuadEdge { // fields int next[4]; int pt[4]; // construction QuadEdge(); QuadEdge(int edgeidx); // methods bool isfree() const; };
#include <imgproc.hpp> struct QuadEdge { // fields int next[4]; int pt[4]; // construction QuadEdge(); QuadEdge(int edgeidx); // methods bool isfree() const; };