MIL_ID ContextSeqId, | //in |
MIL_ID ImageBufId, | //in |
MIL_INT64 InitFlag | //in |
This function queues an image which the sequence processing session must operate on. Once queued, the image is copied to an internal buffer and the original image buffer can be used for other purposes. If you call MseqFeed() before you start the sequence processing session, an error will be generated. The sequence processing session has a limited queue size; if the queue is full and you call MseqFeed() faster than processing occurs, MseqFeed() will wait for a place in the queue to become available before returning.
The specified image is copied to the internal buffer using MbufCopy(). The internal image buffer is an unsigned 8-bit YUV12 buffer. MseqFeed() does not compensate for lost data if the depth or type of the specified image buffer does not match the internal buffer (see MbufCopy() for more information regarding what happens to data when the source and destination image buffers do not match).
Specifies the identifier of the sequence context. The sequence context must have been previously allocated using MseqAlloc().
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |