2021年5月16日 星期日

s1071531 影像處理作業4

 作業說明:

  膚色偵測

執行環境:

  • Arch Linux x86_64
  • Python 3.9.2
  • Python venv
  • OpenCV 4.5.1

實作方式:

  • step 1 : read image
  • step 2 : convert to YCbCr color space
  • step 3 : YCbCr threshold
  • step 4 : convert to HSV color space
  • step 5 : HSV threshold
  • step 6 : bitwise and two threshold
  • step 7 : masking
  • step 8 : save images
       use morphology opening and median filter to remove noise

執行結果:

  依序為原圖和 mask 以及保留之膚色


參考資料:

CHEREF-Mehdi/SkinDetection - GitHubMorphological Transformations - OpenCVZero-sum game theory model for segmenting skin regions

沒有留言:

張貼留言