Files
foliate-js/panel-detection
john-okeefe a548765c78 fix(opencv): correct contour type for findContours
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.
2026-04-13 20:14:02 -04:00
..