imPixelLine and imCircle

pixel by pixel version of imline and circle version of imrect

You are now following this Submission

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 (2026). imPixelLine and imCircle (https://www.mathworks.com/matlabcentral/fileexchange/13397-impixelline-and-imcircle), MATLAB Central File Exchange. Retrieved .

Categories

Find more on Display Image in Help Center and MATLAB Answers

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0