generate_gaussian_kernel and warning C4244: conversion from double to float
未关闭
cat/annoyance
ext/numeric
- 主要语言
- C++
- 星标
- 199
- 派生
- 171
- 平均合并
- 1 天 14 小时
- 30 天内合并 PR
- 10
描述
@simmplecoder Would it be possible to get rid of these warnings?
```
image_processing\numeric.hpp(104): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data
image_processing\numeric.hpp(104): warning C4244: 'initializing': conversion from 'double' to 'const float', possible loss of data
```
### Environment
- Compiler version: `_MSC_VER=1922`
贡献指南
评估
这个 Issue 还没有评估数据。