react-native-mask-segment-c.../docs/i18n/zh-CN/docusaurus-plugin-content-docs/current
a1518 3a3f07628d
Some checks failed
Deploy Docs to GitHub Pages / deploy (push) Has been cancelled
Publish to npm / publish (push) Has been cancelled
feat: add manual lasso wall splitting with magnetic edge-snapping and active contour refinement
- New magneticLasso module: Sobel energy map + Dijkstra shortest-path + Douglas-Peucker
- New activeContour module: greedy snake + balloon force for polygon-to-edge refinement
- wallTextureSplit: edge barrier mask, morphological mask hole closing, Moore boundary tracing, simplified polygon contours, manual pick map patching, gap absorption
- MaskSegmentCanvas: full lasso gesture pipeline (tap vertices, drag, magnetic paths, close polygon, endLasso/cancelLasso/deleteLasso)
- New maskConfig options: splitWallsEdgeBarrierThreshold, splitWallsCloseMaskRadius, manualSplitWalls, manualSplitWallsMaxCount, manualSplitWallsGapAbsorbDilatePx, magneticLasso, activeContourRefine
- New ref methods: startLasso, endLasso, cancelLasso, getManualRegions, deleteLasso
- New exported types: LassoPolygon, ManualWallPartition
- RegionMaskData carries indexToName and wallSemanticIdx through downsample
- Simplify README to point to documentation site
- Update documentation site (EN + ZH-CN) with all new APIs and interaction guide
- Example app: lasso mode toggles and operation buttons

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 20:23:57 -07:00
..
api feat: add manual lasso wall splitting with magnetic edge-snapping and active contour refinement 2026-07-06 20:23:57 -07:00
examples Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
basic-usage.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
dependencies.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
installation.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
interaction-guide.md feat: add manual lasso wall splitting with magnetic edge-snapping and active contour refinement 2026-07-06 20:23:57 -07:00
intro.md feat: add manual lasso wall splitting with magnetic edge-snapping and active contour refinement 2026-07-06 20:23:57 -07:00
notes.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
performance.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
project-structure.md feat: add manual lasso wall splitting with magnetic edge-snapping and active contour refinement 2026-07-06 20:23:57 -07:00
quick-start.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00
troubleshooting.md Add Docusaurus documentation site with i18n support 2026-07-02 23:25:56 -07:00