MtcnnBox.js 504 B

12345678910111213
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. var tslib_1 = require("tslib");
  4. var classes_1 = require("../classes");
  5. var MtcnnBox = /** @class */ (function (_super) {
  6. tslib_1.__extends(MtcnnBox, _super);
  7. function MtcnnBox(left, top, right, bottom) {
  8. return _super.call(this, { left: left, top: top, right: right, bottom: bottom }, true) || this;
  9. }
  10. return MtcnnBox;
  11. }(classes_1.Box));
  12. exports.MtcnnBox = MtcnnBox;
  13. //# sourceMappingURL=MtcnnBox.js.map