02-25-2010 09:28 AM
I use Vision Module 2009 for .NET and c#
My question is how I can draw the contour of a particle found by the ParticleReport(). I tried GetPointsOnContour() but this delivers not the complete outline.
Furthermore I want to use this particle as a ROI for further operation.
Thanks for your assistance.
Solved! Go to Solution.
02-26-2010 02:09 PM
The same problem is addressed for LabVIEW here:
http://forums.ni.com/ni/board/message?board.id=200&message.id=14826#M14826
However,
you are using.NET. Luckily, the same concepts still apply. Instead of
the LabVIEW VI "IMAQ MaskToROI", you should use
the method MaskToRegions.
Kevin C.
03-01-2010 08:53 AM
This is exactly what I am looking for. But in .NET the algorithm is also MaskToROI().