Readme

Defect Detection and Quantification Toolbox (DDQT)

Arun Manohar (2021)

`DDQT` can be used for;

  • Reading in Matlab data

  • Visualizing data

  • Creating features in the time and spatial domain

  • Feature reduction using PCA

  • Identifying defects using Mahalanobis distance and Isolation Forest

  • Quantifying results using ROC curves

  • Visualizing outcomes

There are numerous avenues to enhance this toolbox. I welcome any contributions to this program. Some possible areas that could use improvements are;

  • Improvements in feature space

  • Improvements to defect detection algorithms

  • Coding enhancements

  • Documentation enhancements

  • Currently, only certain time stamps are used in calculating computationally intensive features. There is scope to write more computationally efficient code to handle more time stamps (if not everything…)

  • Possibility of including circular defects - currently, defects are defined using polygon vertices

If you would like to collaborate with me in improving this toolbox or if you would like to provide sample data, please reach out to me at

>>>my_first_name = 'arun'
>>>print(str(my_first_name) + 'mano121@outlook.com')

Feel free to fork and add any enhancements, and let me know if a pull request is needed to merge the changes.

If you use this work in your research, please cite using;

@software{ArunManohar_20210322,
  author       = {Arun Manohar},
  title        = {{Defect Detection and Quantification Toolbox (DDQT)}},
  month        = mar,
  year         = 2021,
  publisher    = {Zenodo},
  version      = {v0.1.0},
  doi          = {10.5281/zenodo.4627984},
  url          = {https://doi.org/10.5281/zenodo.4627984}
}

Thank you!