imPixelLine and imCircle

pixel by pixel version of imline and circle version of imrect
1.6K Downloads
Updated 15 Dec 2006

View License

m_pix_line draws a "pixel by pixel" imline and im_circle draws a "circle version" of imrect.They are adopted from imline and imrect, respectively.
Both of them are dragable and extensible(add callback, contrait function, etc.)

Refer to demo.htm on how to install them.

They are easy to use:

for example:
------------
figure, imshow('cameraman.tif')
h = im_circle(gca, [110,60], 30);
api = iptgetapi(h);
api.setColor([1 0 0]);

This will draw a circle centered at (110,60) with radius 30

for another example:
--------------------
imshow('t1_1.bmp');
im_pix_line(imgca,[189, 204],[195,214]);
zoom(6);

This will draw a pixel by pixel line between (189,195) and (204,214)

Cite As

sun peng (2024). imPixelLine and imCircle (https://www.mathworks.com/matlabcentral/fileexchange/13397-impixelline-and-imcircle), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2006a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Display Image in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

im_ext/html/

Version Published Release Notes
1.0.0.0