필터 지우기
필터 지우기

RGB to H&E channel transformation

조회 수: 12 (최근 30일)
angelina
angelina 2012년 9월 26일
댓글: Image Analyst 2023년 12월 18일
how to Convert RGB image to H&E channel or color space?Codings needed..H&E channel transformation..
  댓글 수: 5
Nancy
Nancy 2023년 12월 18일
이동: DGM 2023년 12월 18일
how to identify a h and e image into RGB image
Image Analyst
Image Analyst 2023년 12월 18일
@Nancy I would think you would know if you had an H&E image or not. Since you asked, I'm assuming that you don't know and you're looking for some automated way to tell you if some arbitrary image is an H&E image or not. Is that right? I'd suggest you create a deep learning network. Take a bunch of your known H&E images, and a bunch or other arbitrary images, and train the network. Then with the trained model, run your unknown images through it. For starters, I'd look for demos on CNN transfer learning where you can train a classifier to detect H&E or non-H&E images.

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

답변 (1개)

ImageProcNaive
ImageProcNaive 2019년 4월 23일
You can use this workflow:
  1. Get RGB vector values for each of the stains using the approach mentioned in the "Determining New Vectors" section here: Determining New Vectors
  2. Then update the values in this code and run to separate your H&E images: Color Deconvolution

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by