ITMO-HDU Image Processing Lab4 Report

该报告介绍了数字图像处理的基础形态学操作,如膨胀、腐蚀、开闭运算,以及如何利用这些操作分离物体。此外,还详细阐述了watershed分割算法的原理和应用,展示了实验过程及结果。
摘要由CSDN通过智能技术生成

Image Processing

L a b   N o 4 \mathbf{Lab\space No4} Lab No4

S t u d e n t   I n f o \mathbb {Student\space Info} Student Info


Name: Xiao Shitong
HDU ID: 19321123
ITMO ID: 293647

Content

文章目录

P u r p o s e \mathbb{Purpose} Purpose

  • Getting know about basic digital images morphological analysis principles
  • Using basic digital images operations
  • Combine them to implement object splitting algorithm

T h e o r y \mathbb{Theory} Theory

B a s i c   m o r p h o l o g i c a l   o p e r a t i o n s \mathbb{Basic\space morphological\space operations} Basic morphological operations
  1. Dilation

    A ⊕ B A\oplus B AB, where A is a binary image and B is an structural element. Its calculation formula can be written as d s t ( x , y ) = m a x ( s r c ( x + x ′ , y + y ′ ) ) , ( x ′ , y ′ ) : e l e m e n t ( x ′ , y ′ ) ≠ 0 dst(x,y) = max (src(x+x', y+y')), (x',y'):element(x',y') \neq 0 dst(x,y)=max(src(x+x,y+y)),(x,y):element(x,y)=0

  2. Erosion

    The simliar operation as dilation, but the m a x max max function in formula changes to m i n min min function. Thus, it’s A ⊖ B A\ominus B AB, and the calculation formula is d s t ( x , y ) = m a x ( s r c ( x + x ′ , y + y ′ ) ) , ( x ′ , y ′ ) : e l e m e n t ( x ′ , y ′ ) ≠ 0 dst(x,y) = max (src(x+x', y+y')), (x',y'):element(x',y') \neq 0 dst(x,y)=max(src(x+x,y+y)),(x,y)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值