Skip to content

waswas15/matlab-scanline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

matlab-scanline

A simple fuction to show a scan line for an image interactively

imshow_sl - function to display a scan line corrosponding to a clicked pixel

Syntax: hs = imshow_sl(image)

Inputs: image - Array of size (X,Y,3)

Outputs: hs - a structure containing handlers the objects in the figure

Example:

I = imread('lenna.png');

h = imshow_sl(I);

Author: Waseem Waheed

July 2016; Last revision: 15-July-2016

About

A simple fuction to show a scan line for an image interactively

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages