Skip to content

Instantly share code, notes, and snippets.

@ck196
Created May 23, 2016 03:26
Show Gist options
  • Save ck196/674fe6f59788563c541d14bd717b5038 to your computer and use it in GitHub Desktop.
Save ck196/674fe6f59788563c541d14bd717b5038 to your computer and use it in GitHub Desktop.
image = cv2.imread('imgtest/boss.jpg')
cpimg = image.copy()
image = cv2.cvtColor(image, cv2.COLOR_BGR2RGB)
image = skimage.img_as_float(image).astype(np.float32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment