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
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
>> 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:
>>
>>