public final class HolisticLandmarker
画像に対してランドマークの包括的な検出を行います。
この API では、事前トレーニング済みの包括的なランドマーク モデルのアセット バンドルが必要です。
- 入力画像
MPImage
- 包括的なランドマーク検出が実行される画像。
- 出力
HolisticLandmarkerResult
- 包括的なランドマークを含む HolisticLandscapeerResult。
ネストされたクラス
クラス | HolisticLandmarker.HolisticLandmarkerOptions | HolisticLandmarker の設定オプション。 |
パブリック メソッド
継承されるメソッド
パブリック メソッド
public static HolisticLandmarker createFromBuffer (コンテキスト コンテキスト、ByteBuffer modelAssetBuffer)
モデルアセット バンドル バッファとデフォルトの HolisticLandmarker.HolisticLandmarkerOptions
から HolisticLandmarker
インスタンスを作成します。
パラメータ
コンテキスト | Android ERROR(/Context) 。 |
---|---|
modelAssetBuffer | 検出モデルの直接の ByteBuffer または ERROR(/MappedByteBuffer) 。 |
例外
HolisticLandmarker の作成中にエラーが発生した場合。 |
public static HolisticLandmarker createFromFile (コンテキスト コンテキスト、String modelAssetPath)
モデルアセット バンドルのパスとデフォルトの HolisticLandmarker.HolisticLandmarkerOptions
から HolisticLandmarker
インスタンスを作成します。
パラメータ
コンテキスト | Android ERROR(/Context) 。 |
---|---|
modelAssetPath | アセットのメタデータを含む総合的なランドマーク モデ |