Category Archives: matplotlib

OpenCV Function exploring and Image Stabilisation for DICOM

The open CV library www.opencv.org provides many useful functions for image processing. But it can be difficult and slow to learn the best parameter values and the optimum order to apply them. My first application of opencv was to count … Continue reading

Posted in android, coding, computing, dicom, imaging, JAVA, matplotlib, opencv, pandas, python, Uncategorized | Tagged , | Leave a comment

Pyinstaller, Matplotlib and BaseMap

Having big problems persuading a python,matplotlib and Basemap project to freeze using Pyinstaller. On doze and Linux, Basemap kept looking in the site distribution for the data files. Workround I found was the addition of this environment variable PROJ_DIR via a tweak to proj.py as … Continue reading

Posted in coding, linux, matplotlib, pandas | Tagged , , | Comments Off on Pyinstaller, Matplotlib and BaseMap