필터 지우기
필터 지우기

i want to identify greenness in plant using image segmentation

조회 수: 1 (최근 30일)
tashu Dabariya
tashu Dabariya 2019년 6월 10일
댓글: Image Analyst 2019년 6월 11일
I have done already identify greenness with normalized methods (ExG, ExGR, CIVE) and Otsu methods. I want to know which method is better to identify greenness by comparing two of these.
which identify clear greenness in plant
help me for code

답변 (1개)

Image Analyst
Image Analyst 2019년 6월 11일
편집: Image Analyst 2019년 6월 11일
First of all, you need to snap images with a standard in there, such as the X-rite color checker chart
I never heard of those acronyms.
Otsu thresholding is not relevant here, unless it works to separate your leaves from background (like a uniform white or black background). Attach a few of your images.
You cannot compare greenness in different images unless you have a standard. You cannot simply use rgb2lab() and look at the b channel. That's what novices who are not trained in color science do. You must calibrate.
  댓글 수: 2
N/A
N/A 2019년 6월 11일
@Image analyst can you please share the extractNLargebloobs() for skin filteration??
Image Analyst
Image Analyst 2019년 6월 11일
To extract the N largest blobs from a binary image:
largestNBlobs = bwareafilt(binaryImage, N);

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by