搜索资源列表
bianyuanjiance
- 程序的功能是对载入的图像进行边缘检测,检测的算子有微分算子、梯度算子、prewitt算子、roberts算子、sigma算子、sobel算子和canny算子。-Function of the program is loading the image edge detection, detection of a differential operator operator, gradient operator, prewitt operator, roberts operator, sigma o
Roberts
- 图像处理中经常会用到的Roberts算子边缘检测 -Image processing is often used in the Roberts operator edge detection
Roberts
- 经典图像边缘检测(微分法思想)——Roberts微分交叉算子 优点:模板小,计算量小;-Classic edge detection (differential method thought)- Roberts differential crossover advantages: template small, small amount of calculation
roberts
- 在机器视觉中roberts边缘检测可以检测出目标的边缘轮廓。-In machine vision, the edge detection of Roberts can detect the edge of the object.
新建文件夹
- 读取lung图像,用Roberts交叉梯度算子分别检测图像的边缘,并显示检测到的边缘图像结果,将两者加起来,看一下所得到的整体边缘结果()