<div dir="ltr"><div>Hello,</div><div><br></div><div>For my PhD research, I have developed the BoundaryDelineation QGIS plugin that aims to facilitate manual digitization from remote sensing imagery. As an input, it requires object outlines obtained through image segmentation. I have tested different image segmentations in QGIS, but found that external approaches from computer vision provide better object outlines. For the purpose of cadastral mapping that requires to digitize along roads, buildings, rivers, fences, etc., I obtained accurate contours around visible objects from drone, aerial and satellite imagery with
Multiscale Combinatorial Grouping (MCG) from Berkeley University. The code is open source (<a href="https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/#">https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/mcg/#</a>). However, it is partly pre-compiled for Matlab and does not work under Windows. In order to keep the geo-reference of input images, I have added two small scripts (<a href="https://github.com/SCrommelinck/Delineation-Tool/tree/master/v3.0/1_image_segmentation">https://github.com/SCrommelinck/Delineation-Tool/tree/master/v3.0/1_image_segmentation</a>). Here is a video that shows MCG results on rural aerial imagery as well as the use of the plugin: <a href="https://www.youtube.com/watch?v=GrDv8fW53Fs">https://www.youtube.com/watch?v=GrDv8fW53Fs</a>. MCG results on peri-urban drone imagery can be seen here:<a href="https://arxiv.org/abs/1904.12586">https://arxiv.org/abs/1904.12586</a></div><div><br></div><div>If this image segmentation would be included in QGIS, 
a user would not rely on processing input data externally before being able to use the BoundaryDelineation plugin. 

Furthermore, QGIS would incorporate and facilitate the use of a state of the art computer vision image segmentation. Segmenting an image into larger objects is an often applied first step in many mapping and classification procedures. <br></div><div><br></div><div>My question is how to check whether someone would be interested to implement MCG in QGIS. My own programming skills are not elaborated enough.<br></div><div>Should I open a feature request here: <a href="https://github.com/qgis/QGIS/issues">https://github.com/qgis/QGIS/issues</a>, or is posting my suggestion to this mailing list the way to go?<br></div><div><br></div><div>Best,</div><div><br></div><div>Sophie<br></div></div>