Thunder SDK
2.1.0
2.1.0
  • Introduction
  • [日本語]開発者向けドキュメント
    • リリースノート
    • Thunder SDKパッケージ
    • 開発マニュアル
    • Senselinkとの連携
    • オブジェクトモデル(TSL)説明
    • API仕様書
      • SDK オーソライゼーション
      • カメラ
      • サーマルイメージングシステム
      • 識別エンジン
      • フィーチャーマネジメント
      • 顔キャリブレーションチェック
      • 画像の回転
      • 温度検知
      • QRコード
      • ドアアクセス
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • サンプルソフトウェア
  • [ENGLISH]dev-documents
    • Release Note
    • Thunder SDK Package Introduction
    • Development manual
    • Senselink connection
    • Introduction to Thing Specification Language
    • API reference
      • SDK Authorization
      • Camera
      • Thermal imaging system
      • Identify Manager
      • Feature Management
      • Check the face calibration
      • Rotate image
      • Temperature Measurement
      • QR code
      • Door Access
      • LinkSDK
        • LinkSDKHelper
        • HttpApiClient
        • MqttApiClient
    • Sample Software Introduction
GitBook提供
このページ内
  • Description of Class
  • FeatureManagerProxy
  • Description of Member Function
  • int delete(int userId)
  • byte[] getFeature(Bitmap avatar)
  • int insert(int userId, byte[] feature)

役に立ちましたか?

PDFとしてエクスポート
  1. [ENGLISH]dev-documents
  2. API reference

Feature Management

Face feature library management

Description of Class

FeatureManagerProxy

Member Function

Description

Version Introduced

int delete(int userId)

Delete face feature of user id

2.0.0

byte[] getFeature( Bitmap avatar)

Get face feature of the image

2.0.0

int insert(int userId, byte[] feature)

Insert feature library

2.0.0

Description of Member Function

int delete(int userId)

Delete face feature

Parameter

Parameter Name

Type

Description

Note

Version Introduced

userId

int

Face feature ID

None

2.0.0

Return

Return 0 if delete operation is successful, otherwise return -1 if invalid parameters -260 if face feature library is empty -261 if can't find

Exception

None

byte[] getFeature(Bitmap avatar)

Get face feature of the image

Parameter

Parameter Name

Type

Description

Note

Version Introduced

avatar

Bitmap

Clear image of the face for a single person

None

2.0.0

Return

Return face feature byte array

Exception

None

int insert(int userId, byte[] feature)

Insert feature library

Parameter

Parameter Name

Type

Description

Note

Version Introduced

userId

int

Face feature ID

None

2.0.0

feature

byte[]

Face feature byte array

None

2.0.0

Return

Return 0 if the insert operation is successful, otherwise return -1 if invalid parameters -259 if face feature fails to add into libary -262 if can't get UUID

Exception

None

前へIdentify Manager次へCheck the face calibration

最終更新 4 年前

役に立ちましたか?