摘要:
1. python各种包的使用 1.1 numpy的使用 1.2 pandas的使用 1.3 matplotlib的使用 阅读全文
摘要:
1、GrayscaleFillholeImageFilter 填充孔洞,不对边缘造成影响(无平滑边缘效果) itk提供了两个的补洞类:itkGrayscaleFillholeImageFilter(针对灰度图像), itkBinaryFillholeImageFilter(针对二值图像) //孔洞填 阅读全文
摘要:
打印路径 void PrintPath() { qDebug() << u8"可执行文件所在目录:" << QCoreApplication::applicationDirPath(); qDebug() << u8"可执行文件绝对路径:" << QCoreApplication::applicat 阅读全文
摘要:
代码来自 VTK\Filters\Sources\Testing\Python\TestStaticCellLocatorLineIntersection.py 1 # -*- coding : UTF-8 -*- 2 # @file : testStaticCellLocatorLineInter 阅读全文
摘要:
安装conda后取消命令行前出现的base,取消每次启动自动激活conda的基础环境 方法一: 每次在命令行通过conda deactivate退出base环境回到系统自带的环境 方法二 1,通过将auto_activate_base参数设置为false实现: conda config --set 阅读全文
摘要:
代码如下: #if 1 //仅供测试用 wstring strsavepath = lpOutPutDir; strsavepath += L"classified"; string imgsavepath = StringConvert::ws2s(strsavepath); const char 阅读全文
摘要:
今天电脑重启后就链接不上网络了,马上要开工了,不能上网可不行。查了一下IP没有问题。 然后在下面这里解决了问题,具体原理不知道,如果有知道的可以告诉我一下。 把这三个依次禁用,再优先启用 以太网 就可以链接网络了。 阅读全文
摘要:
WT@wangmingze MINGW32 /d/documents/my-git $ mkdir torch-c++-mnist WT@wangmingze MINGW32 /d/documents/my-git $ cd torch-c++-mnist/ WT@wangmingze MINGW3 阅读全文
摘要:
下面是从NVIDIA官网搬运过来的。 2. Pre-installation Actions Some actions must be taken before the CUDA Toolkit and Driver can be installed on Linux: Verify the sys 阅读全文
摘要:
1、查看源: conda config --show-sources 2、添加清华源: conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ # 设置搜索时显示通道地址 conda c 阅读全文