Method Update
Update(IplImage)
Updates the texture buffer with the specified image data.
public void Update(IplImage image)
Parameters
imageIplImageAn OpenCV.Net.IplImage object containing the pixel data to copy into the texture buffer.
Updates the texture buffer with the specified image data.
public void Update(IplImage image)
image IplImageAn OpenCV.Net.IplImage object containing the pixel data to copy into the texture buffer.