/detectClick

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

Primary LanguageMATLAB

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