Skip to content

angelaaye/img-transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img-transform

This repository uses perspective transformation to replace a portion of an existing image with an alternate image.

Files

dlt_homography.m computes the perspective homography between two images, given four point correspondences.
bilinear_interp.m performs bilinear interpolation to produce a pixel intenxity value, given an image and a subpixel location (point)
histogram_eq.m performs discrete historgram equilization on the input image (which is 8-bit and greyscale)
billboard_hack.m uses the above functions to create the composite image, which is stored in colour

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages