Google\Cloud\Tests\Vision\Annotation\LandmarksTest::testRightEyeBoundaries PHP 메소드

testRightEyeBoundaries() 공개 메소드

    public function testRightEyeBoundaries()
    {
        $b = $this->landmarks->rightEyeBoundaries();
        $this->assertEquals($b['left'], $this->pos('RIGHT_EYE_LEFT_CORNER'));
        $this->assertEquals($b['top'], $this->pos('RIGHT_EYE_TOP_BOUNDARY'));
        $this->assertEquals($b['right'], $this->pos('RIGHT_EYE_RIGHT_CORNER'));
        $this->assertEquals($b['bottom'], $this->pos('RIGHT_EYE_BOTTOM_BOUNDARY'));
    }