I am trying run this code that I found on the internet:

package com.opencv.grabcut.android;

import java.io.IOException;

import org.opencv.android.Utils;
...