Re: [scikit-image] Tools for 3D segmentation ?

2017-04-05 Thread Joe Kington
For basic segmentation, scipy.ndimage has what you're looking for. For more specalized/advanced methods, you'll need to go beyond it (e.g. itk), but scipy.ndimage is sufficient for most tasks. On Wed, Apr 5, 2017 at 12:44 PM, Graham Kosiba wrote: > I have also done 3D segmentation in the past w

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-01 Thread Joe Kington
You'll need to use geospatial software or libraries for this. GDAL is your best choice. gdal_translate with the -gcp option is what you want in this case. You can do the equivalent from gdal's Python interface, but it's a bit more involved. There's also a QGIS plugin to interactively build the GDA

Re: [scikit-image] Techniques for Aligning images to GIS data

2017-07-02 Thread Joe Kington
>> You can try Geopandas and Georasters which are specialized packages for >> GIS. >> >> Best, >> >> Ă–mer >> >> Sent from my mobile >> Please excuse any typos >> >> On Jul 1, 2017, at 7:56 PM, Joe Kington wrote: >> >>