- 博客(6)
- 收藏
- 关注
翻译 《HED:Holistically-Nested Edge Detection》原文翻译
Holistically-Nested Edge Derection摘要 本文研究了一种新的边缘检测算法,解决了这个长期存在的视觉问题中的两个重要问题:(1)基于整体图像的训练和预测;(2)多尺度,多层次的特征学习。本文提出的方法——整体嵌套边缘检测(HED),通过深度学习模型执行图像到图像的预测,该模型利用完全卷积神经网络和深度监督的...
2019-06-19 10:29:31
10178
原创 OpenCV 生成多通道Mat(多维矩阵的实现)
OpenCV官方文档中三通道图片像素生成是这样实现的Mat M(2,2,CV_8UC3,Scalar(0,0,255));//其中“2,2”表示Rows和Cols各为2;CV_8UC3表示M矩阵对应的参数类型是Unsigned char 8bits,3通道;标量Scalar(0,0,255)表示每个像素所对应的像素值补充:8-bit unsigned integer (...
2018-09-15 16:39:33
12286
1
原创 OpenCV实现二维高斯核GaussianKernel
matlab: matlab示例 h = fspecial(‘gaussian’, hsize, sigma) returns a rotationally symmetric Gaussian lowpass filter of size hsize with standard deviation sigma (positive). hsize can be a vector spe...
2018-09-14 19:45:18
15397
1
原创 使用OpenCV 实现matlab的padarray(A, padsize, ‘symmetric’)函数简单实现
Matlab文档padarray方法说明: B = padarray(A,padsize,padval) pads array A where padval specifies the value to use as the pad value. padarray uses the value 0 (zero) as the default. padval can be a scalar th...
2018-09-14 19:09:05
2780
原创 Windows通过cmd命令获取文件列表 例子
[drive:][path][filename] 指定要列出的驱动器、目录和/或文件。/A 显示具有指定属性的文件。 属性 D 目录 R 只读文件 H 隐藏文件 A 准备存档的文件 S 系统文件 ...
2018-09-14 14:00:29
43423
1
原创 使用“UnityEditor” ,build时报错error CS0246
使用“UnityEditor” ,build时报错error CS0246问题描述: 在代码中使用UnityEditor,在调试运行时并没有任何错误,可在Build发布时报错如下: “error CS0246: The type or namespace name `UnityEditor’ could not be found. Are you missing a using d...
2018-08-17 16:56:10
13103
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人