OutSystems Forge 日本語データベース

Amazon Rekognition Face Matching

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-08-03 0.1.0 Nick Hines All .NET Machine Learning, Libraries
AWS認識マシンへのアクセスを提供する一連のサーバーアクション。顔の画像を格納、索引付け、比較するためのラーニングアルゴリズム。
Amazonの認識認識のマッチング このコンポーネントを使用すると、アプリケーションは顔のコレクションを作成し、サンプル画像に一致するかどうかを「検索」することができます。 このコンポーネントは、6つのサーバーアクションを提供します。 CreateFaceCollectionはAWS上に顔画像を保存するためのコレクションを作成します。 DeleteFaceCollectionはAWSからコレクションを削除します。 AddFaceToCollectionFromBytesは、指定されたコレクションに新しい顔画像を追加します。イメージはBinaryDataとして渡されます。 AddFaceToCollectionFromS3は、指定されたコレクションに新しい顔イメージを追加します。イメージはS3バケットから納められています。 MatchFaceFromS3は、渡されたイメージをコレクション内の顔と比較します。一致するものが見つかると、イメージのIDが返されます。一致するものが見つからない場合、アクションは空の文字列を返します。表示される画像のソースは、BinaryDataとして渡されます。 MatchFaceFromS3は、S3バケットに格納されている比較対象の画像と同じことを行います。 各サーバーアクションは、AWSで認証するためにAWSCredentials構造を使用します。 AWSCredentialsは、アクセスキー、シークレットアクセスキー、および地域(例:us-east-1)などからなる。

[Overview]
A set of server actions that provide access to the AWS Rekognition Machine Learning algorithms to store, index and compare images of faces.
[Detail]
Amazon Rekognition Face Matching This component allows the application to create collections of faces which can then be "searched" to see if they match a sample image. This component provides 6 Server Actions. CreateFaceCollection creates a collection on AWS that can be used to store facial images. DeleteFaceCollection deletes a collection from AWS. AddFaceToCollectionFromBytes adds a new facial image to the specified collection. The image is passed as BinaryData. AddFaceToCollectionFromS3 adds a new facial image to the specified collection. The image is stourced from an S3 bucket. MatchFaceFromS3 compares the passed image with the faces in the collection. If a match is found then the ID of the image is returned. If no match is found then the action returns an empty string. The source of the image to be displayed is passed as BinaryData. MatchFaceFromS3 does the same thing with the image to be compared stored in an S3 bucket. Each of the Server Actions take an AWSCredentials structure to authenticate with AWS. The AWSCredentials consist of the Access Key, the Secret Access Key and the Region e.g. us-east-1
戻る