2.4. Java API仕様 - Results

Package com.sensetime.senseid.facepro.common

クラスのサマリー

Enum説明

BinocularTrackResults

com.sensetime.senseid.facepro.common

Class BinocularTrackResults

java.lang.Object com.sensetime.senseid.facepro.common.BinocularTrackResults

public class BinocularTrackResults extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

BinocularTrackResults()

メソッドのサマリー

修飾子と型メソッドと説明

void

clear()

BinocularTrackResults

copy()

java.util.List\<TargetResult>

getInfraredTargetResults()

int

getResultCode()

java.util.List\<TargetResult>

getRgbTargetResults()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

BinocularTrackResults

public BinocularTrackResults()

メソッドの詳細

getResultCode

public int getResultCode()

getRgbTargetResults

public java.util.List\<TargetResult> getRgbTargetResults()

getInfraredTargetResults

public java.util.List\<TargetResult> getInfraredTargetResults()

copy

public BinocularTrackResults copy()

clear

public void clear()

DetectionResult

com.sensetime.senseid.facepro.common

Class DetectionResult

java.lang.Object com.sensetime.senseid.facepro.common.DetectionResult

public class DetectionResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

DetectionResult()

メソッドのサマリー

修飾子と型メソッドと説明

int

getlabel()

int

getOrientationt()

Rect

getRect()

int

getReserved1()

int

getReserved2()

float

getScore()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

DetectionResult

public DetectionResult()

メソッドの詳細

getRect

public Rect getRect()

getScore

public float getScore()

getlabel

public int getlabel()

getOrientationt

public int getOrientationt()

getReserved1

public int getReserved1()

getReserved2

public int getReserved2()

DetectorResults

com.sensetime.senseid.facepro.common

Class DetectorResults

java.lang.Object com.sensetime.senseid.facepro.common.DetectorResults

public class DetectorResults extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

DetectorResults()

メソッドのサマリー

修飾子と型メソッドと説明

java.util.List\<DetectionResult>

getDetectionResults()

java.util.List\<Landmarks>

getLandmarksResults()

int

getResultCode()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

DetectorResults

public DetectorResults()

メソッドの詳細

getResultCode

public int getResultCode()

getDetectionResults

public java.util.List\<DetectionResult> getDetectionResults()

getLandmarksResults

public java.util.List\<Landmarks> getLandmarksResults()

FaceQuality

com.sensetime.senseid.facepro.common

Class FaceQuality

java.lang.Object com.sensetime.senseid.facepro.common.FaceQuality

public class FaceQuality extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

FaceQuality()

メソッドのサマリー

修飾子と型メソッドと説明

float

getBrightness()

float

getdistance2center()

float

getMissing()

float

getMouthOpen()

float

getOcclusion()

int

getResultCode()

float

getSharpness()

float

getSize()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

FaceQuality

public FaceQuality()

メソッドの詳細

getResultCode

public int getResultCode()

getdistance2center

public float getdistance2center()

getSize

public float getSize()

getOcclusion

public float getOcclusion()

getBrightness

public float getBrightness()

getSharpness

public float getSharpness()

getMouthOpen

public float getMouthOpen()

getMissing

public float getMissing()

FloatResult

com.sensetime.senseid.facepro.common

Class FloatResult

java.lang.Object com.sensetime.senseid.facepro.common.FloatResult

public class FloatResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

FloatResult()

メソッドのサマリー

修飾子と型メソッドと説明

float

getFloat()

float結果を取得します。

int

getResultCode()

メソッドの呼び出しステータスコードを取得します。

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

FloatResult

public FloatResult()

メソッドの詳細

getResultCode

public int getResultCode()

メソッドの呼び出しステータスコードを取得します。

返り値:

メソッドの呼び出しステータスコード。

getFloat

public float getFloat() 浮動小数点値を取得します。 返り値: 浮動小数点値

HandleResult

com.sensetime.senseid.facepro.common

Class HandleResult

java.lang.Object com.sensetime.senseid.facepro.common.HandleResult

public class HandleResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

HandleResult()

メソッドのサマリー

void

clear()

long

getHandle()

ハンドルオブジェクトを取得します。

int

getResultCode()

メソッドの呼び出しステータスコードを取得します。

boolean

hasHandle()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

HandleResult

public HandleResult()

メソッドの詳細

hasHandle

public boolean hasHandle()

getResultCode

public int getResultCode()

メソッドの呼び出しステータスコードを取得します。

返り値:

メソッドの呼び出しステータスコード

getHandle

public long getHandle()

ハンドルオブジェクトを取得します。

返り値:

ハンドルオブジェクト

clear

public void clear()

IntResult

com.sensetime.senseid.facepro.common

Class IntResult

java.lang.Object com.sensetime.senseid.facepro.common.IntResult

public class IntResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

IntResult()

メソッドのサマリー

修飾子と型メソッドと説明

int

getInt()

浮動小数点値を取得します。

int

getResultCode()

メソッドの呼び出しステータスコードを取得します。

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

IntResult

public IntResult()

メソッドの詳細

getResultCode

public int getResultCode()

メソッドの呼び出しステータスコードを取得します。

返り値:

メソッドの呼び出しステータスコード

getInt

public int getInt()

浮動小数点値を取得します。

返り値:

浮動小数点

Landmarks

com.sensetime.senseid.facepro.common

Class Landmarks

java.lang.Object com.sensetime.senseid.facepro.common.Landmarks

public class Landmarks extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

Landmarks()

メソッドのサマリー

float

getAlignmentScore()

int

getLabel()

float

getLabelScore()

java.util.List\<Point3D32F>

getPointsArray()

byte[]

getPointsAvailableArray()

int

getPointsCount()

float[]

getPointsScoreArray()

int

getReserved1()

int

getReserved2()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

Landmarks

public Landmarks()

メソッドの詳細

getPointsArray

public java.util.List\<Point3D32F> getPointsArray()

getPointsAvailableArray

public byte[] getPointsAvailableArray()

getPointsScoreArray

public float[] getPointsScoreArray()

getPointsCount

public int getPointsCount()

getLabelScore

public float getLabelScore()

getAlignmentScore

public float getAlignmentScore()

getLabel

public int getLabel()

getReserved1

public int getReserved1()

getReserved2

public int getReserved2()

Point3D32F

com.sensetime.senseid.facepro.common

Class Point3D32F

java.lang.Object com.sensetime.senseid.facepro.common.Point3D32F

public class Point3D32F extends java.lang.Object

フィールドのサマリー

修飾子と型フィールドと説明

float

x

float

y

float

z

コンストラクタのサマリー

コンストラクタと説明

Point3D32F()

メソッドのサマリー

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

フィールドの詳細

x

public float x

y

public float y

z

public float z

コンストラクタの詳細

Point3D32F

public Point3D32F()

Pose

com.sensetime.senseid.facepro.common

Class Pose

java.lang.Object com.sensetime.senseid.facepro.common.Pose

public class Pose extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

Pose()

メソッドのサマリー

修飾子と型メソッドと説明

float

getPitch()

int

getResultCode()

float

getRoll()

float

getYaw()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

Pose

public Pose()

メソッドの詳細

getResultCode

public int getResultCode()

getYaw

public float getYaw()

getPitch

public float getPitch()

getRoll

public float getRoll()

Rect

com.sensetime.senseid.facepro.common

Class Rect

java.lang.Object com.sensetime.senseid.facepro.common.Rect

public class Rect extends java.lang.Object

フィールドのサマリー

修飾子と型フィールドと説明

int

bottom

int

left

int

right

int

top

コンストラクタのサマリー

コンストラクタと説明

Rect()

メソッドのサマリー

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

フィールドの詳細

left

public int left

top

public int top

right

public int right

bottom

public int bottom

コンストラクタの詳細

Rect

public Rect()

SearchResult

com.sensetime.senseid.facepro.common

Class SearchResult

java.lang.Object com.sensetime.senseid.facepro.common.SearchResult

public class SearchResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

SearchResult()

メソッドのサマリー

修飾子と型メソッドと説明

int

getResult()

int

getResultLength()

検索結果の長さを取得します。

int[]

getTopIdxs()

検索結果のインデックスを取得します。

float[]

getTopScores()

検索スコアを取得します。

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

SearchResult

public SearchResult()

メソッドの詳細

getTopIdxs

public int[] getTopIdxs()

検索結果のインデックスを取得します。

返り値:

検索結果のインデックス

getTopScores

public float[] getTopScores()

検索スコアを取得します。

返り値:

検索スコア

getResultLength

public int getResultLength()

検索結果の長さを取得します。

返り値:

検索結果の長さ

getResult

public int getResult()

StidImage

com.sensetime.senseid.facepro.common

Class StidImage

java.lang.Object com.sensetime.senseid.facepro.common.StidImage

public final class StidImage extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

StidImage()

StidImage(java.awt.image.BufferedImage argbImage)

StidImage(byte[] data, int pixelFormat, int width, int height, int stride)

StidImage(byte[] data, StidPixelFormat pixelFormat, int width, int height)

メソッドのサマリー

修飾子と型メソッドと説明

byte[]

data()

int

height()

int

pixelFormat()

int

stride()

int

width()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

StidImage

public StidImage(byte[] data, int pixelFormat, int width, int height, int stride)

StidImage

public StidImage(byte[] data, StidPixelFormat pixelFormat, int width, int height)

StidImage

public StidImage(java.awt.image.BufferedImage argbImage)

StidImage

public StidImage()

メソッドの詳細

data

public byte[] data()

pixelFormat

public int pixelFormat()

width

public int width()

height

public int height()

stride

public int stride()

StidPixelFormat

com.sensetime.senseid.facepro.common

Enum StidPixelFormat

java.lang.Object java.lang.Enum\<StidPixelFormat> com.sensetime.senseid.facepro.common.StidPixelFormat

すべての実装されたインターフェース:

java.io.Serializable, java.lang.Comparable\<StidPixelFormat> public enum StidPixelFormat extends java.lang.Enum\<StidPixelFormat>

列挙型定数のサマリー

列挙型定数と説明

BGR888

BGRA8888

GRAY8

NV12

NV21

YUV420P

メソッドのサマリー

修飾子と型メソッドと説明

Int

defaultStrideScale()

Int

nativePixelFormat()

static StidPixelFormat

valueOf(java.lang.String name)

指定した名前が付けられた、このタイプの列挙型定数を返します。

static StidPixelFormat[]

values()

このタイプの列挙型定数を含むアレイを、宣言された順番で返します。

クラス java.lang.Enum から継承されたメソッド

clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

クラス java.lang.Object から継承されたメソッド

getClass, notify, notifyAll, wait, wait, wait

列挙型定数の詳細

GRAY8

public static final StidPixelFormat GRAY8

YUV420P

public static final StidPixelFormat YUV420P

NV12

public static final StidPixelFormat NV12

NV21

public static final StidPixelFormat NV21

BGRA8888

public static final StidPixelFormat BGRA8888

BGR888

public static final StidPixelFormat BGR888

メソッドの詳細

values

public static StidPixelFormat[] values()

このタイプの列挙型定数を含むアレイを、宣言された順番で返します。次のように定数を反復するのに使用できます。

for (StidPixelFormat c : StidPixelFormat.values())

System.out.println(c);

返り値:

このタイプの列挙型定数を含むアレイを、宣言された順番で返します。

valueOf

public static StidPixelFormat valueOf(java.lang.String name)

指定した名前が付けられた、このタイプの列挙型定数を返します。文字列は、このタイプの列挙型定数を宣言するのに使用された識別子と 完全に 一致する必要があります (無関係な空白文字は許可されていません)。

引数:

name – 返される列挙型定数の名前

返り値:

指定した名前の列挙型定数

例外スロー:

java.lang.IllegalArgumentException – 指定された名前のこのタイプの列挙型定数がない場合

java.lang.NullPointerException - 引数が NULL の場合

defaultStrideScale

public int defaultStrideScale()

nativePixelFormat

public int nativePixelFormat()

StringResult

com.sensetime.senseid.facepro.common

Class StringResult

java.lang.Object com.sensetime.senseid.facepro.common.StringResult

public class StringResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

StringResult()

メソッドのサマリー

修飾子と型メソッドと説明

int

getResultCode()

メソッドの呼び出しステータスコードを取得します。

java.lang.String

getString()

文字列を取得します。

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

StringResult

public StringResult()

メソッドの詳細

getResultCode

public int getResultCode()

メソッドの呼び出しステータスコードを取得します。

返り値:

メソッドの呼び出しステータスコード

getString

public java.lang.String getString()

文字列を取得します。

返り値:

文字列

TargetResult

com.sensetime.senseid.facepro.common

Class TargetResult

java.lang.Object com.sensetime.senseid.facepro.common.TargetResult

public class TargetResult extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

TargetResult()

メソッドのサマリー

修飾子と型メソッドと説明

DetectionResult

getDetectionResult()

int

getId()

Landmarks

getLandmarks()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

TargetResult

public TargetResult()

メソッドの詳細

getId

public int getId()

getDetectionResult

public DetectionResult getDetectionResult()

getLandmarks

public Landmarks getLandmarks()

TrackResults

com.sensetime.senseid.facepro.common

Class TrackResults

java.lang.Object com.sensetime.senseid.facepro.common.TrackResult

public class TrackResults extends java.lang.Object

コンストラクタのサマリー

コンストラクタと説明

TrackResults()

メソッドのサマリー

修飾子と型メソッドと説明

java.util.List\<TargetResult>

getDetectionResults()

int

getResultCode()

クラス java.lang.Object から継承されたメソッド

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

コンストラクタの詳細

TrackResults

public TrackResults()

メソッドの詳細

getResultCode

public int getResultCode()

getDetectionResults

public java.util.List\<TargetResult> getDetectionResults()

最終更新