Skip to content

Instantly share code, notes, and snippets.

View dannyburke1's full-sized avatar
🪕

Danny Burke dannyburke1

🪕
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dannyburke1 on github.
  • I am dburke3 (https://keybase.io/dburke3) on keybase.
  • I have a public key ASCWhVa_fg0ysU08X2v5I0s_Ymb4hLIvPZe9lw2bt2tWkAo

To claim this, I am signing this object:

function [ I, I2, x ] = showTheHist( I, I2,x )
%load and show image with histogram theoutput greyscales
%{
I=imread('birds_grayscale.jpg')
imshow(I)
imfinfo(I)
imhist(I)
%}
I = gpuArray(imread('birds_grayscale.jpg'));