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 functional types
  • CalibrationUtils
  • Description of Member Function
  • boolean checkCalibration(Bitmap rgbFace, Bitmap irFace)

役に立ちましたか?

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

Check the face calibration

Check whether the face calibration is correct

Description of functional types

CalibrationUtils

Member Function

Description

Version Introduced

boolean checkCalibration(Bitmap rgbFace, Bitmap irFace)

check whether the face calibration is correct

2.1.0

Description of Member Function

boolean checkCalibration(Bitmap rgbFace, Bitmap irFace)

Parameter

Parameter Name

Type

Description

Note

Version Introduced

rgbFace

Bitmap

RGB face image

None

2.1.0

irFace

Bitmap

IR face image

None

2.1.0

Return

true if the face calibration is correct, false if not

Exception

None

前へFeature Management次へRotate image

最終更新 4 年前

役に立ちましたか?