CWIMAQFullParticleReport
CWIMAQFullParticleReport is a collection of CWIMAQFullParticleReportItem objects that contain parameters specifying the result of a particle analysis method. This collection has one item for each particle on the image.
Note The CWIMAQFullParticleReport object is used only with the CWIMAQVision.Particle method. |
Properties
Area | Obsolete—Use CWIMAQFullParticleReportItem.Area instead. Number of pixels in the particle. |
Count | Number of objects in the collection. |
HoleArea | Obsolete—Use CWIMAQFullParticleReportItem.HoleArea instead. Total surface area, in pixels, of all the holes in a particle. |
HoleNumber | Obsolete—Use CWIMAQFullParticleReportItem.HoleNumber instead. Number of holes in the particle. |
HolePerimeter | Obsolete—Use CWIMAQFullParticleReportItem.HolePerimeter instead. Length of the perimeters of all the holes in the particle in user-defined units. |
IncludeRectHeight | Obsolete—Use CWIMAQFullParticleReportItem.BoundingRectangle instead. Height of the bounding rectangle of the particle. |
IncludeRectLeft | Obsolete—Use CWIMAQFullParticleReportItem.BoundingRectangle instead. Left edge of the bounding rectangle of the particle. |
IncludeRectTop | Obsolete—Use CWIMAQFullParticleReportItem.BoundingRectangle instead. Top edge of the bounding rectangle of the particle. |
IncludeRectWidth | Obsolete—Use CWIMAQFullParticleReportItem.BoundingRectangle instead. Width of the bounding rectangle of the particle. |
Perimeter | Obsolete—Use CWIMAQFullParticleReportItem.Perimeter instead. Length of the particle perimeter in user-defined units. |
ProjectionX | Obsolete—Use CWIMAQFullParticleReportItem.ProjectionX instead. Half of the sum of the horizontal segments in a particle that do not overlap another adjacent horizontal segment. |
ProjectionY | Obsolete—Use CWIMAQFullParticleReportItem.ProjectionY instead. Half of the sum of the vertical segments in a particle that do not overlap another adjacent vertical segment. |
SegmentMax | Obsolete—Use CWIMAQFullParticleReportItem.SegmentMax instead. Length, in pixels, of the longest segment in the convex hull of the particle. |
SegmentMaxPointX | Obsolete—Use CWIMAQFullParticleReportItem.SegmentMaxPoint instead. X-coordinate of the left-most pixel in the SegmentMax of the particle. |
SegmentMaxPointY | Obsolete—Use CWIMAQFullParticleReportItem.SegmentMaxPoint instead. Y-coordinate of the left-most pixel in the SegmentMax of the particle. |
SigmaX | Obsolete—Use CWIMAQFullParticleReportItem.SigmaX instead. Sum of the particle pixels on the x-axis. |
SigmaXX | Obsolete—Use CWIMAQFullParticleReportItem.SigmaXX instead. Sum of the particle pixels on the x-axis, squared. |
SigmaXY | Obsolete—Use CWIMAQFullParticleReportItem.SigmaXY instead. Sum of the particle pixels on the x-axis and y-axis. |
SigmaY | Obsolete—Use CWIMAQFullParticleReportItem.SigmaY instead. Sum of the particle pixels on the y-axis. |
SigmaYY | Obsolete—Use CWIMAQFullParticleReportItem.SigmaYY instead. Sum of the particle pixels on the y-axis, squared. |
Surface | Obsolete—Use CWIMAQFullParticleReportItem.Surface instead. Size of the particle, in user-defined units. |
Methods
Add | Adds an object to the collection and returns the new object. |
Item | Returns the specified object from the collection. |
Remove | Removes the specified item from the collection. |
RemoveAll | Removes all objects from the collection. |
See Also
CWIMAQVision.ParticleDiscrimination