Skip to content

greenpolo/BZ-X700-Automatic-Stitching-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BZ-X700 Auto-Stitching Script

Automated batch stitching for Keyence BZ-X700 microscope images.

Adapted from: https://github.com/majanne/AutoStitch-Keyence?

Software Requirements

Installation

  1. Download this script repository to a folder (e.g., C:\Tools\AutoStitch-Keyence\).
  2. Configuration:
    • Open ahkStitch.ahk in a text editor.
    • Verify lines 6 and 9 match your installation folder path:
      STITCH_BASE_DIR := "C:\Tools\AutoStitch-Keyence"
      #include C:\Tools\AutoStitch-Keyence
    • The script is configured for the standard path: C:\Program Files\Keyence\BZ-X800\Analyzer\BZ-X800_Analyzer.exe.
    • If your installation is different, edit the path in ahkStitch.ahk:
      options["keyenceAnalyzer"] := "C:\Your\Custom\Path\BZ-X800_Analyzer.exe"
  3. Edit run-instructions\runStitch.ahk:
    • Update line 3 to point to your ahkStitch.ahk location:
      #include C:\Tools\AutoStitch-Keyence\ahkStitch.ahk

Usage

  1. Copy the file run-instructions\runStitch.ahk (or the whole run-instructions folder) into the directory containing your image folders.
  2. Double-click runStitch.ahk.
  3. The script will:
    • Launch Keyence Analyzer (if not open).
    • Search for all subfolders containing .gci files.
    • Process them sequentially, exporting the stitched overlay to an output folder.

License

MIT

About

Automatic stitching of Keyence BZ-X700 series images via Keyence software.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors