Skip to content

Instantly share code, notes, and snippets.

@hackintoshrao
Created March 12, 2017 02:20
Show Gist options
  • Select an option

  • Save hackintoshrao/c501872022c5d6579a1fe4ffe40fdfac to your computer and use it in GitHub Desktop.

Select an option

Save hackintoshrao/c501872022c5d6579a1fe4ffe40fdfac to your computer and use it in GitHub Desktop.
Add 2 images.
car = imread(car.png);
beach = imread(beach.png);
merge = car + beach ;
imshow(merge);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment