reading pixel value

Hi everyone
I am using an exemple of segmentation that need a seed point
and I want to manually enter the value,is it possible to read pixel value from an image directly using 3D slicer

These examples should help:

https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Get_volume_voxel_coordinates_from_markup_fiducial_RAS_coordinates

https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository#Get_value_of_a_volume_at_specific_voxel_coordinates

If you have a segmentation method then you can create a plugin for conveniently accessing it from the Segment Editor. See examples here. Most effects use painted seed as input, but some just take a user click, while others markup points.