人脸识别活体检测之张张嘴和眨眨眼——Landmark

简介: 人脸识别活体检测之张张嘴和眨眨眼——Landmark
 /**  
* @Title: Landmark.java
* @Package org.entity
* @Description: TODO该方法的主要作用:
* @author A18ccms A18ccms_gmail_com  
* @date 2018-6-8 上午10:39:01
* @blog https://blog.csdn.net/qq_34137397
* @version V1.0  
*/
package org.entity;

import java.util.ArrayList;
import java.util.List;

 /**   
 *    
 * 项目名称:test_face_huoti   
 * 类名称:Landmark   
 * 类描述:   关键点的实体类
 * 创建人:Mu Xiongxiong  
 * 创建时间:2018-6-8 上午10:39:01   
 * 修改人:Mu Xiongxiong   
 * 修改时间:2018-6-8 上午10:39:01   
 * 修改备注:   
 * 个人博客:https://blog.csdn.net/qq_34137397
 * @version    
 *    
 */
public class Landmark {

    private List<Double> left_eye_zhongxin = new ArrayList<Double>();   //左眼中心
    private List<Double> left_eye_top = new ArrayList<Double>();        //左眼上边
    private List<Double> right_eye_top = new ArrayList<Double>();       //右眼上边
    private List<Double> left_eye_bottom = new ArrayList<Double>();     //左眼下边
    private List<Double> right_eye_bottom = new ArrayList<Double>();    //右眼下边
    private List<Double> right_eye_zhongxin = new ArrayList<Double>();  //右眼中心
    private List<Double> nose_zhongxin = new ArrayList<Double>();       //鼻尖
    private List<Double> mouse_zhongxin = new ArrayList<Double>();      //嘴巴中心
    private List<Double> mouse__top = new ArrayList<Double>();          //嘴巴上边
    private List<Double> mouse__bottom = new ArrayList<Double>();       //嘴巴下边

    public List<Double> getLeft_eye_zhongxin() {
        return left_eye_zhongxin;
    }

    public void setLeft_eye_zhongxin(List<Double> left_eye_zhongxin) {
        this.left_eye_zhongxin = left_eye_zhongxin;
    }

    public List<Double> getRight_eye_zhongxin() {
        return right_eye_zhongxin;
    }

    public void setRight_eye_zhongxin(List<Double> right_eye_zhongxin) {
        this.right_eye_zhongxin = right_eye_zhongxin;
    }

    public List<Double> getNose_zhongxin() {
        return nose_zhongxin;
    }

    public void setNose_zhongxin(List<Double> nose_zhongxin) {
        this.nose_zhongxin = nose_zhongxin;
    }

    public List<Double> getMouse_zhongxin() {
        return mouse_zhongxin;
    }

    public void setMouse_zhongxin(List<Double> mouse_zhongxin) {
        this.mouse_zhongxin = mouse_zhongxin;
    }

    public List<Double> getLeft_eye_top() {
        return left_eye_top;
    }

    public void setLeft_eye_top(List<Double> left_eye_top) {
        this.left_eye_top = left_eye_top;
    }

    public List<Double> getRight_eye_top() {
        return right_eye_top;
    }

    public void setRight_eye_top(List<Double> right_eye_top) {
        this.right_eye_top = right_eye_top;
    }

    public List<Double> getLeft_eye_bottom() {
        return left_eye_bottom;
    }

    public void setLeft_eye_bottom(List<Double> left_eye_bottom) {
        this.left_eye_bottom = left_eye_bottom;
    }

    public List<Double> getRight_eye_bottom() {
        return right_eye_bottom;
    }

    public void setRight_eye_bottom(List<Double> right_eye_bottom) {
        this.right_eye_bottom = right_eye_bottom;
    }

    public List<Double> getMouse__top() {
        return mouse__top;
    }

    public void setMouse__top(List<Double> mouse__top) {
        this.mouse__top = mouse__top;
    }

    public List<Double> getMouse__bottom() {
        return mouse__bottom;
    }

    public void setMouse__bottom(List<Double> mouse__bottom) {
        this.mouse__bottom = mouse__bottom;
    }



}
相关文章
|
5月前
|
JavaScript 计算机视觉
纯js实现人脸识别眨眨眼张张嘴案例——ccv.js
纯js实现人脸识别眨眨眼张张嘴案例——ccv.js
|
5月前
|
JavaScript 前端开发 Java
纯前端JS实现人脸识别眨眨眼张张嘴案例
纯前端JS实现人脸识别眨眨眼张张嘴案例
|
5月前
|
JavaScript 计算机视觉
纯js实现人脸识别眨眨眼张张嘴案例——alive_face.js
纯js实现人脸识别眨眨眼张张嘴案例——alive_face.js
|
5月前
|
JSON 安全 Java
人脸识别活体检测之张张嘴和眨眨眼
人脸识别活体检测之张张嘴和眨眨眼
|
4月前
|
机器学习/深度学习 数据采集 监控
人脸识别与检测
人脸识别与检测
79 4
|
4月前
|
移动开发 文字识别 算法
视觉智能开放平台产品使用合集之人脸核身是否包含静默活体检测
视觉智能开放平台是指提供一系列基于视觉识别技术的API和服务的平台,这些服务通常包括图像识别、人脸识别、物体检测、文字识别、场景理解等。企业或开发者可以通过调用这些API,快速将视觉智能功能集成到自己的应用或服务中,而无需从零开始研发相关算法和技术。以下是一些常见的视觉智能开放平台产品及其应用场景的概览。
|
4月前
|
文字识别 算法 API
视觉智能开放平台产品使用合集之活体检测通过后,从返回结果中选择哪张图片进行人脸核身
视觉智能开放平台是指提供一系列基于视觉识别技术的API和服务的平台,这些服务通常包括图像识别、人脸识别、物体检测、文字识别、场景理解等。企业或开发者可以通过调用这些API,快速将视觉智能功能集成到自己的应用或服务中,而无需从零开始研发相关算法和技术。以下是一些常见的视觉智能开放平台产品及其应用场景的概览。
|
4月前
|
机器学习/深度学习 监控 固态存储
人脸识别与检测
人脸识别与检测
44 0
|
5月前
|
JavaScript 计算机视觉
纯js实现人脸识别眨眨眼张张嘴案例——index.html
纯js实现人脸识别眨眨眼张张嘴案例——index.html
|
5月前
|
弹性计算 Java PHP
新手用户注册阿里云账号、实名认证、购买云服务器图文教程参考
对于初次购买阿里云产品的用户来说,第一步要做的是注册账号并完成实名认证,然后才是购买阿里云服务器或者其他云产品,本文为大家以图文形式展示一下新手用户从注册阿里云账号、实名认证到购买云服务器完整详细教程,以供参考。
新手用户注册阿里云账号、实名认证、购买云服务器图文教程参考
下一篇
无影云桌面