mirror of
https://github.com/tiennm99/chambai.git
synced 2026-05-13 22:57:55 +00:00
f98ee22f84
- Replace corner marker detection with contour-based sheet boundary detection using findContours + approxPolyDP to find the largest rectangle - Add corner marker detection as fallback (extracted to corner-marker-fallback.js) - Switch bubble fill measurement from mean intensity to Otsu threshold + countNonZero for better robustness against uneven lighting - Remove 2-degree skew threshold — always apply perspective correction when 4 corners found - Calibrate SHEET_LAYOUT ratios to match real CV1239 template measurements - Add references doc with OMR tutorial and repository links