match_points.h

Back to Point-pattern matching

pastel/geometry/pattern_matching/

// Description: An aggregate file for point-pattern matching.

#ifndef PASTELGEOMETRY_MATCH_POINTS_H
#define PASTELGEOMETRY_MATCH_POINTS_H

#include "pastel/geometry/pattern_matching/match_points_kr.h"
#include "pastel/geometry/pattern_matching/match_points_vw.h"

#endif