func (img *IplImage) Zero() { C.cvSetZero(unsafe.Pointer(img)) }
func (mat *Mat) Zero() { C.cvSetZero(unsafe.Pointer(mat)) }