RGB to H&E channel transformation
6 次查看(过去 30 天)
显示 更早的评论
how to Convert RGB image to H&E channel or color space?Codings needed..H&E channel transformation..
5 个评论
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
2019-4-23
You can use this workflow:
- Get RGB vector values for each of the stains using the approach mentioned in the "Determining New Vectors" section here: Determining New Vectors
- Then update the values in this code and run to separate your H&E images: Color Deconvolution
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!