the remodeling of the image
4 views (last 30 days)
Show older comments
image=imwrite('RGB_Image');
RED=image(:,:,1);
RED=bitset(image(122,123),2,1);
GREEN= image(:,:,2);
GREEN=bitset(image(122,123),2,1);
BLUE =image(:,:,3);
BLUE =bitset(image(122,123),2,1);
How I Can do remodeling of the image
Answers (0)
See Also
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!