Aug-21-2018, 08:59 PM
1 2 3 4 5 6 7 8 9 10 11 12 |
import numpy as np import matplotlib.pyplot as plt import scipy as sc import scipy.ndimage as ndi from scipy.ndimage import gaussian_filter from skimage import data from skimage import img_as_float from skimage.morphology import reconstruction image = img_as_float( '1332_Camera_Ceta_0001.tif' ) |
Error:ValueError: Can not convert from <U25 to float64.
So I messed up early on. But I have no idea what <U25 is (any tips?)Or how to solve this...Please help.