dasing / detectClick

a simple widget implemented by matlab which can detect click and output click pos to txt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Execution

  detectClick(srcDir, dstDir)
  ex: detectClick('MMAI_YOLO_testData', 'outputTxt')
  
  * Remember that dstDir should be created first.

Result-txt will be created at dstDir, then you can use visualizeWidget to view the result image.

  Result-txt format:
    X_POS, Y_POS

About

a simple widget implemented by matlab which can detect click and output click pos to txt


Languages

Language:MATLAB 79.8%Language:Python 20.2%