Skip to content

troelsy/cuda-otsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Otsu Implementation

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.

Build and Run

To build and run the project, use the following commands:

make clean
make
./example

The example executable demonstrates how to use the CUDA Otsu implementation. Modify the example code as needed to integrate it into your own projects.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributions

Contributions are welcome! Feel free to open issues or submit pull requests to improve the project.

About

CUDA-accelerated implementation of Otsu's method for image thresholding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published