Skip to content
Snippets Groups Projects
Commit 2a783a9b authored by Marc Feger's avatar Marc Feger
Browse files

Plot image to see how images are constructed

parent 755ede03
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ class Histogram(object): ...@@ -113,6 +113,7 @@ class Histogram(object):
""" """
image = imageio.imread(uri=self.image_path) image = imageio.imread(uri=self.image_path)
plt.imshow(image) plt.imshow(image)
plt.show()
grey_scale_image = color.rgb2gray(image) grey_scale_image = color.rgb2gray(image)
# convert greyscale to interval # convert greyscale to interval
......
A2/images/histogram.jpeg

37.9 KiB | W: | H:

A2/images/histogram.jpeg

37 KiB | W: | H:

A2/images/histogram.jpeg
A2/images/histogram.jpeg
A2/images/histogram.jpeg
A2/images/histogram.jpeg
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment