Source code of the tool developed in https://ieeexplore.ieee.org/document/7732273/
- Qt 5.x or later
- C++ compiler (e.g., GCC)
- Clone the repository:
git clone https://github.com/your-username/your-repo-name.git - Navigate to the repository directory:
cd your-repo-name - Build the application:
qmake && make - Run the application:
./your-app-name
main.cpp: The entry point of the applicationmainwindow.h: The header file for the main window classmainwindow.cpp: The implementation file for the main window classimgs/: Directory containing image files used in the applicationimgs/cdcn.png: The splash screen image
Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License.
- Qt: The Qt Company (https://www.qt.io/)
- C++: The C++ Programming Language (https://isocpp.org/)