该示例演示Qt在视频窗口上,叠加一层透明窗口,然后在透明窗口上画出截图框的方法。
2019-12-21 19:42:41 60KB Qt Qt界面 音视频
1
基于Opencv通过特征匹配实现图像重叠区域提取,可对结果进行裁剪缩放,保存为指定格式,其中特征提取与匹配、配准拼接、计算几何等代码可供学习参考;使用QT进行了GUI界面封装;Win32/Release目录下有编译好的EXE程序、附加DLL及测试数据;
2019-12-21 19:36:15 13.81MB 重叠区提取
1
针对大小为2^n*2^n的图像进行重叠分块并重构,分块大小也是2的幂次.也可实现图像处理中的滑窗技术(sliding technique)
2019-12-21 18:57:41 1KB 图像 重叠分块
1
这是一个本科生的毕业设计,是做一个重叠社区的发现算法
2019-12-21 18:55:19 58KB 算法 毕业设计 论文 重叠社区
1
基于分水岭算法的重叠细胞分割 %% 1.Make a binary image containing two overlapping circular objects. %% 2.Compute the distance transform of the complement of the binary image. %% 3.Complement the distance transform, and force pixels that don't belong %% 4.Compute the watershed transform and display the resulting label matrix as an RGB images.
2019-12-21 18:50:36 1005B 分水岭
1