0

私は日食、私のコードを使用しています: -

package arrowRecog;

import org.sikuli.api.*;
import java.io.File;
import arrowRecog.res.*;

public class FocusTrain
{
    public static void main(String[] args) throws Exception
    {
         Target oneDown = new ImageTarget(new File("arrowRecog.res","1down.jpg"));
    }
}

ツリー:

http://i1316.photobucket.com/albums/t601/Preformer/tree_zps1e15285b.jpg

例外:

http://i1316.photobucket.com/albums/t601/Preformer/error_zps05bc7502.jpg

4

2 に答える 2