org.cogchar.sight.api.obs
Class FrameFaceInformation

java.lang.Object
  extended by org.cogchar.sight.api.obs.FrameFaceInformation

public class FrameFaceInformation
extends Object

Author:
matt

Nested Class Summary
static class FrameFaceInformation.ShirtColor
           
 
Field Summary
static List<Integer> capturedIds
           
static boolean captureStart
           
static int captureStartId
           
 
Constructor Summary
FrameFaceInformation(int[] data)
           
 
Method Summary
 int getFaceImageId()
           
 int getFaceMatchId()
           
 double getMatchDistance()
           
 Rectangle getRectangle()
           
 List<Integer> getShirtColros()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

captureStart

public static boolean captureStart

captureStartId

public static int captureStartId

capturedIds

public static List<Integer> capturedIds
Constructor Detail

FrameFaceInformation

public FrameFaceInformation(int[] data)
Method Detail

getMatchDistance

public double getMatchDistance()

getFaceMatchId

public int getFaceMatchId()

getFaceImageId

public int getFaceImageId()

getRectangle

public Rectangle getRectangle()

getShirtColros

public List<Integer> getShirtColros()


Copyright © 2010-2014. All Rights Reserved.