Feeds
已回答
Bilinear Interpolation 3 channel raw image
The following changes will make the code work: R=i(:,:,1).*red_mask; G=i(:,:,2).*green_mask; B=i(:,:,3).*blue_mask;
Bilinear Interpolation 3 channel raw image
The following changes will make the code work: R=i(:,:,1).*red_mask; G=i(:,:,2).*green_mask; B=i(:,:,3).*blue_mask;
8 years 前 | 0

