Dear List, my current platform is MITK 0.14.0 ith ITK and VTK that are nessesary for 0.14.0.
I am using a mitk::PlanarPolygon which is a mitk::PlanarFigure. I found two functions that can return position information of the polygons control points in normal (2D) (I don't know exactly what normal in this case is, because I can't confirm them as 2D world coordinates as described in the documentation) and in world coordinates (3D). Is there some function to obtain the index coordinates of the image that was marked with the polygon control point e.g. the index that is shown in the MITK tray in the right down corner? My second question is related to the evaluation of the generated polygon. Is there a convenient function that can decide if a given point is inside or outside the polygon, because I can't seem to find one. If not I have to derive the class and implement this function myself if I can get the image indices. (cf. first question) Thanks in advance for any help. Matthias ------------------------------------------------------------------------------ What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality, and explores various alternative solutions. http://p.sf.net/sfu/progress-d2d _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
