DLLIMPORT void lv_ocl_Scalar_subtract(int sc, int ocl_src1, int dst, int mask, int *err)
{
try {
if (mask)
subtract(*((Scalar*) sc) ,*((oclMat*) ocl_src1),*((oclMat*) dst),*((oclMat*) mask));
What trubbled me is whats with the if (mask). I mean, mask is an int so what does that if mean? The computer can read it as if (10), will he say yes or no