Aug-21-2018, 08:59 PM
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.
