Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Luke125
  • Content: Threads
  • Order by date
  1. Luke125

    image processing toolbox

    id like to share RGB photo to 3 parts (in red, in green and in blue) and display each part. I tried to do it like that: [L1,map1]=imread('picture.bmp'); L1=ind2gray(L1,map1); L1_RED=L1(:,:,1); L1_GREEN=L1(:,:,2); L1_BLUE=L1(:,:,3); figure; imshow(L1_RED); figure; imshow(L1_GREEN)...

Part and Inventory Search