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提供
このページ内
  • 機能類の説明
  • RotateImageUtil
  • メンバー関数の説明
  • byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)

役に立ちましたか?

PDFとしてエクスポート
  1. [日本語]開発者向けドキュメント
  2. API仕様書

画像の回転

画像の回転

機能類の説明

RotateImageUtil

メンバー関数

説明

導入バージョン

byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)

画像を回転

2.1.0

メンバー関数の説明

byte[] rotateImage(@NonNull byte[] resBuff, @NonNull MidPixelFormat pixelFormat, int width, int height, int degree)

パラメータ

パラメータ名

型

説明

備考

導入バージョン

resBuff

byte[]

画像データ

なし

2.1.0

pixelFormat

MidPixelFormat

画像の形式

なし

2.1.0

width

int

画像の幅

なし

2.1.0

height

int

画像の高さ

なし

2.1.0

degree

MidPixelFormat

画像の回転角度

なし

2.1.0

戻り値

回転された画像byte[]

例外

なし

前へ顔キャリブレーションチェック次へ温度検知

最終更新 4 年前

役に立ちましたか?