[vtkusers] [vtk-developers] Selecting points using something like brush

Bill Lorensen bill.lorensen at gmail.com
Fri May 7 13:13:49 EDT 2010


vtkProbeFilter can be used to sample scalar point data using points
specified as a source.  In your case, the Probe Source could be a
vtkLineSource.

Is this what you mean?

On Fri, May 7, 2010 at 11:21 AM, Thupakula
<thupakula.saraswathi at gmail.com> wrote:
> Hi All,
> I am new to VTK.
> I am developing an algorithm for segmentation of Binary images using
> Graphcuts.
> I would like get the seed points from the foreground and background of the
> image.
> I am using VTK to interact with image but dont know if there is any function
> that can work like a brush  and get those points that are on that line .
>
> Can anybody suggest how to do this ?
>
> Thank you,
> Saraswathi
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>
>



More information about the vtkusers mailing list