[general]
name=FraXtex
qgisMinimumVersion=3.0
qgisMaximumVersion=4.99
description=Automatic geological fracture mapping from an RGB orthophoto, with or without a DEM
about=FraXtex is a QGIS 3/4 plugin for automatic fracture mapping in two stages: (1) generate a fracture probability map from an RGB orthophoto, with or without a DEM, using ONNX deep learning models (3-channel RGB and 4-channel RGB+DEM models are both supported; the right one is read from the model's declared input shape, falling back to whether a DEM was supplied when the model exports that dimension symbolically), and (2) vectorize the probability map into LineString geometry. Dependencies (numpy, rasterio, scikit-image, onnxruntime, geopandas, shapely, pygeoops) are auto-installed on first run via pip. If auto-install fails, a platform-specific manual command is shown in the Processing log. See the README for manual install instructions for macOS, Windows, and Linux.
version=0.2.0
changelog=0.2.0
    Read each model's input contract: channel count, patch size and input range come from the ONNX file.
    Run 3-channel RGB-only models. A 4-channel model still requires a DEM.
    0.1.2
    Blend overlapping patches so tile seams no longer show in the probability map.
    0.1.1
    Mark the plugin as non experimental. Fix the threshold method order.
author=Ayoub Fatihi
email=fatihi.ayb@gmail.com
tracker=https://gitlab.com/ayoubft/qfraxtex
repository=https://gitlab.com/ayoubft/qfraxtex
homepage=https://gitlab.com/ayoubft/qfraxtex
category=Raster
icon=icons/fraXtex.png
experimental=False
deprecated=False
hasProcessingProvider=True
tags=fracture,structural,geology,deep-learning,segmentation,vectorization,skeleton,orthophoto,dem,uav,outcrop
