shuishen
9 days ago 01776511b66bfd87b4f8ef57d3fefc1d99e1e8f6
capabilities/00-change-detection/README.md
@@ -81,3 +81,16 @@
- ChangeStar 权重 `EVER-Z/Changen2-ChangeStar1x256`:`CC BY-NC-SA 4.0`,当前
  只能用于非商业验证,不可直接用于商业产品。
- 用户提供的 `baseData` 图片:版权/使用授权未知,需由数据提供方确认。
# Candidate parameter-scan outputs
The low-cost scan reuses the existing `change_probability.tif` and does not rerun ChangeStar. Complete GeoJSON outputs are materialized for `threshold-0.40_area-256` (45 features), `threshold-0.40_area-64` (104 features), and `threshold-0.30_area-256` (47 features). The console exposes their overlays and downloads; compare them with manual labels before treating any combination as an accuracy improvement.
The console can also run a scan from a new user upload. It performs one ChangeStar inference at a neutral threshold, applies the selected threshold/minimum-area combinations to that probability raster, and materializes per-combination GeoJSON in a separate `parameter-scans/<scan-id>/` directory. The API runs this as a background job so CPU inference and vectorization do not depend on a browser request remaining open.
最小连通区域适用于普通图片和 GeoTIFF:它表示处理后掩膜中的像素数量,不是平方米。普通图片参数扫描无需手工填写,留空时控制台使用 `256 px`;数值越小越容易保留小变化,也会保留更多噪声,数值越大则相反。
当某个阈值组合没有任何变化像素时,仍会生成空的 `changes.geojson` 和 `changes_rectangles.geojson`(`FeatureCollection`,0 个要素),不会因为矢量化阶段缺少文件而使整个扫描失败。
扫描结果默认只属于参数试验区,不会自动进入案例库。人工确认某个阈值/面积组合后,在扫描结果区点击“将当前组合转为正式案例”,控制台会复制该组合的掩膜、规则四边形 GeoJSON、经纬度 GeoJSON(若输入有 CRS)和预览图到新的正式运行目录,并保留扫描原始输入引用;随后它才会出现在案例库。这样可以避免未经复核的扫描组合被误认为正式结果。
矢量输出分为两层:`changes.geojson` 保留模型原始不规则图斑,`changes_rectangles.geojson` 将每个图斑转换为最小外接旋转矩形,适合产品中按规则四边形消费,但可能覆盖比原图斑更大的区域,仍需人工复核。带有效 CRS/仿射变换的 GeoTIFF 另外生成 `changes_rectangles_wgs84.geojson`(EPSG:4326)用于地图叠加;普通 JPG/PNG 或无 CRS TIFF 只输出像素坐标,单位为 px,用于叠加原图,不伪造经纬度。