server-json/node_modules/face-api.js/build/es6/mtcnn/MtcnnBox.js
2024-11-01 08:00:42 +00:00

11 lines
No EOL
433 B
JavaScript

import * as tslib_1 from "tslib";
import { Box } from 'tfjs-image-recognition-base';
var MtcnnBox = /** @class */ (function (_super) {
tslib_1.__extends(MtcnnBox, _super);
function MtcnnBox(left, top, right, bottom) {
return _super.call(this, { left: left, top: top, right: right, bottom: bottom }, true) || this;
}
return MtcnnBox;
}(Box));
export { MtcnnBox };
//# sourceMappingURL=MtcnnBox.js.map