Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1024777 // chessOCR_addBoardLocationsToAGIBlueTrainingImages (legacy fix)

JavaX fragment (include)

svoid chessOCR_addBoardLocationsToAGIBlueTrainingImages() {
  new ChessOCR_SquareImagesCollector c;
  c.onBoardFound = voidfunc(S name, Rect r) {
    agiBlue_postInSlice(agiBlue_chessBoardRecognitionTrainingImagesSliceID(),
      name, "Board location", struct(r));
  };
  c.loadImagesFromAGIBlue();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024777
Snippet name: chessOCR_addBoardLocationsToAGIBlueTrainingImages (legacy fix)
Eternal ID of this version: #1024777/3
Text MD5: 7b7697194eb99997638167c3c8ecdb1e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-25 14:34:00
Source code size: 308 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 130 / 156
Version history: 2 change(s)
Referenced in: [show references]