cvZero fucntion for c++ api
I want to set all the pixel values of an image to zero. I know this can be done using cvZero function in the c api. But I am using the c++ api. Please suggest me an alternative. Thanks in advance.