- 博客(5)
- 收藏
- 关注
原创 React从ant-design图标库中动态加载图标
React从ant-design/icons图标库中动态加载图标,这样可以减少代码量,减少import语句的书写
2023-02-08 21:03:23 1099 1
原创 消除There is a chart instance already initialized on the dom. React中使用echarts
消除There is a chart instance already initialized on the dom. React中使用echarts 注意事项
2022-03-20 01:20:36 3259 5
原创 安装了包opencv-contrib-python却仍然出现AttributeError: module ‘cv2.cv2‘ has no attribute ‘ximgproc‘问题的解决
安装了包opencv-contrib-python却仍然出现AttributeError: module 'cv2.cv2' has no attribute 'ximgproc'问题的解决如题, 问题的关键在于opencv在python上有4种不同的版本, 版本之间是不互相兼容的. 这些版本有opencv-python,opencv-contrib-python,opencv-python-headless,opencv-contrib-python-headless.问题发生的原因很有可
2021-03-06 21:06:49 9569 1
原创 使用Python读取多通道tif格式图片
使用Python读取多通道tif格式图片Python如何读取单通道或者三通道图片想必大家都会了, 使用cv2.imread或者PIL当中的Image.open这两种方法, 都是可以的, 其中函数的参数和使用注意事项别的博客也有提到, 这里不再赘述.这里要讲的是如何读取多通道(比如四通道, 五通道, 六通道, 七通道等)的tif格式的图片, 这类图片通常在地理信息软件当中合成(如ENVI), 并且存在超过3个的通道数量,通常这类图像用一般的看图软件也无法打开.于是就要用到gdal这个包, 具体而言代码如
2021-02-18 00:15:44 11092 14
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人