필터 지우기
필터 지우기

Find the significant outer boundary in image which is coloured

조회 수: 2 (최근 30일)
SHAMWEEL QAMAR
SHAMWEEL QAMAR 2017년 7월 28일
편집: Image Analyst 2017년 9월 17일
I have some coloured high defination images but in those images,i have got outer white regions which are less significant.Now, I want to remove those white regions and stitch the images together to get a single coloured image.I would really appreciate the help especially regarding the removal of non-sigificant outer white region.

답변 (2개)

jim peyton
jim peyton 2017년 9월 17일
Shamweel,
It sounds like the core of this task falls into the category of "image segmentation". The image processing toolbox provides segmentation tools. You might also be able to find example code or write your own simple binary thresholding function.
If the background is white, it seems like you could calculate the vector length from your three color channels sqrt(R^2+G^2+B^2) and set all values above a threshold to NaNs.
I'm not sure that I understand the part about stitching to offer much there. Good luck.

Image Analyst
Image Analyst 2017년 9월 17일
편집: Image Analyst 2017년 9월 17일

카테고리

Help CenterFile Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by