mirror of
https://github.com/john-okeefe/foliate-js.git
synced 2026-09-09 11:29:14 -04:00
Changed contours from cv.Mat to cv.MatVector to match OpenCV.js API requirements. The findContours method expects a MatVector for contour storage, not a single Mat object. This fixes a potential runtime error when using OpenCV-based panel detection.