using OpenCVForUnity.CoreModule; using System.Collections.Generic; public class HeadTurnUp : PoseBase { public override bool CheckPose(List points) { return true; } }