palucdev / CudaOtsu

Otsu's method thresholding and image binarization on GPU in CUDA
MIT License
22 stars 10 forks source link

OpenMP vectorization #8

Open palucdev opened 5 years ago

palucdev commented 5 years ago

Do a research on openmp project code vectorization whether it can be used in Otsu method implementation.