Use Alpha Blend Algorithm To Simulate Image Layer Overlap
This post is based on an old project Use ITK And VTK To Show DICOM Image. We want to add an above layer which drawed translucent red color on the gray image. Use alpha blend algorithm to merge two different color: origin color = $(R_1, G_1, B_1, 255)$ canvas color Read more…