image_sample_test


image_sample_test, a MATLAB code which calls image_sample(), which allows the user to specify an image file to be displayed. The user may then use the mouse to select points on the image. The coordinates of each point are saved to a file. Selection ends with a double click.

Since image_sample() requires interaction, this test simply supplies the image that a user might start with, and the coordinates of points that the user might select. For the user to carry out the interactive test, it is necessary to run MATLAB and then type:

        image_sample ( 'aneurysm.png' )
      

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license.

Related Data and Programs:

image_sample, a MATLAB code which allows the user to specify an image file to be displayed. The user may then use the mouse to select points on the image. The coordinates of each point are saved to a file. Selection ends with a double click.

Source Code:


Last modified on 28 February 2024.