Detector constructor

Detector(
  1. BitMatrix _image
)

Implementation

Detector(this._image) : _rectangleDetector = WhiteRectangleDetector(_image);