Path To Python

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

C:\Users\X240\AppData\Local\Programs\Python\Python37\Scripts

nbr_bins=255
if len(newimg.shape) < 3: #to check if color image or not

newimg=newimg[:,:,np.newaxis]
newimg1=newimg1[:,:,np.newaxis]

You might also like