BlobCounterProcess Method |
Attempts to find blobs in a picture.
Namespace: StreamCoders.ImagingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public List<Blob> Process(
PictureMediaBuffer Data
)
Public Function Process (
Data As PictureMediaBuffer
) As List(Of Blob)
public:
List<Blob^>^ Process(
PictureMediaBuffer^ Data
)
member Process :
Data : PictureMediaBuffer -> List<Blob>
Parameters
- Data
- Type: StreamCodersPictureMediaBuffer
Input buffer containing a gray scale picture.
Return Value
Type:
ListBlob
Returns a list of rectangles marking the minimum and maximum extends of the collected
data points.
See Also