Discussion:
Mahotas
Dipankar Ganguly
2016-08-05 23:12:12 UTC
Permalink
I am using Jupyter under Anaconda Navigator on my mac running OS 10.11.6.
My current project is on image processing. I need to read .jpeg and DICOM
files and then work on them using various image processing functions. Is
mahotas good for such things? If so how do I install it in my Anaconda
environment and use it from Jupyter. I already have an environment with
numpy, matplotlib etc loaded.

Thanks.

Dipu
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luis Pedro Coelho
2016-08-06 10:13:15 UTC
Permalink
Yes, mahotas (and python in general) is likely to be helpful, but I'm
not sure exactly which image processing functionality you are
looking for.

On anaconda, the easiest way is to install the conda forge packages:

conda config --add channels conda-forge
conda install mahotas

HTH
Luis

Luis Pedro Coelho | EMBL | http://luispedro.org
My blog: http://metarabbit.wordpress.com
Post by Dipankar Ganguly
I am using Jupyter under Anaconda Navigator on my mac running OS 10.11.6.
My current project is on image processing. I need to read .jpeg and DICOM
files and then work on them using various image processing functions. Is
mahotas good for such things? If so how do I install it in my Anaconda
environment and use it from Jupyter. I already have an environment with
numpy, matplotlib etc loaded.
Thanks.
Dipu
--
You received this message because you are subscribed to the Google Groups
"pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...