This project provides a CUDA-accelerated implementation of Otsu's method for image thresholding. By leveraging GPU computation, it achieves significant performance improvements over traditional CPU-based implementations.
To build and run the project, use the following commands:
make clean
make
./exampleThe example executable demonstrates how to use the CUDA Otsu implementation. Modify the example code as needed to integrate it into your own projects.
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.