uint*_tをuint_fast*_tに変更
[cuda.git] / binarize / binarize.h
index 738dc05..2de2835 100644 (file)
@@ -22,7 +22,7 @@
 
 namespace FM7b5
 {
-       void binarize_gpu(ImageGray& out, const ImageGray& in, const uint8_t thres = 128);
+       void binarize_gpu(ImageGray& out, const ImageGray& in, const uint_fast8_t thres = 128);
 }
 
 #endif /* FM7b5_BINARIZE_H */