Skip to content

Commit 16d6f4d

Browse files
committed
Removed FaceMatcher.toJSON(), updated the tests and built
1 parent 31e0027 commit 16d6f4d

File tree

14 files changed

+8
-31
lines changed

14 files changed

+8
-31
lines changed

build/commonjs/classes/LabeledFaceDescriptors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/globalApi/FaceMatcher.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ export declare class FaceMatcher {
1010
computeMeanDistance(queryDescriptor: Float32Array, descriptors: Float32Array[]): number;
1111
matchDescriptor(queryDescriptor: Float32Array): FaceMatch;
1212
findBestMatch(queryDescriptor: Float32Array): FaceMatch;
13-
static toJSON(matcher: FaceMatcher, pretty?: boolean): string;
1413
static fromJSON(jsonString: string): FaceMatcher;
1514
}

build/commonjs/globalApi/FaceMatcher.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/commonjs/globalApi/FaceMatcher.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/es6/classes/LabeledFaceDescriptors.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/es6/globalApi/FaceMatcher.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ export declare class FaceMatcher {
1010
computeMeanDistance(queryDescriptor: Float32Array, descriptors: Float32Array[]): number;
1111
matchDescriptor(queryDescriptor: Float32Array): FaceMatch;
1212
findBestMatch(queryDescriptor: Float32Array): FaceMatch;
13-
static toJSON(matcher: FaceMatcher, pretty?: boolean): string;
1413
static fromJSON(jsonString: string): FaceMatcher;
1514
}

build/es6/globalApi/FaceMatcher.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/es6/globalApi/FaceMatcher.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.js

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/face-api.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)