Skip to content

SourabhJaz/CRG

Repository files navigation

CRG

Source code of the tool developed in https://ieeexplore.ieee.org/document/7732273/

Requirements

  • Qt 5.x or later
  • C++ compiler (e.g., GCC)

Building and Running

  1. Clone the repository: git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the repository directory: cd your-repo-name
  3. Build the application: qmake && make
  4. Run the application: ./your-app-name

Files and Directories

  • main.cpp: The entry point of the application
  • mainwindow.h: The header file for the main window class
  • mainwindow.cpp: The implementation file for the main window class
  • imgs/: Directory containing image files used in the application
  • imgs/cdcn.png: The splash screen image

Contributing

Contributions are welcome! If you'd like to contribute to this project, please fork the repository, make your changes, and submit a pull request.

License

This project is licensed under the MIT License.

Acknowledgments