Hey, How to remove green color from an image?
古いコメントを表示
Hey, How to remove green color from an image?
採用された回答
その他の回答 (2 件)
Christiaan
2015 年 3 月 18 日
1 投票
Dear Pramod,
You can have a look at the Image color filtering in the File Exchange. With this function you can delete a certain colour range.
Just as background information, to understand how the calculation in MATLAB works: when you load a figure in Matlab, an array will be shown in the workspace (i.e. 400x400x3) At each pixel, the colour of that layer is defined (in rgb). If you for example convert it to grayscale with the function rgb2gray it will result in a 400x400 array since you only need one value at that pixel. (how black-white the pixel is).
Good luck! Christiaan
Image Analyst
2015 年 3 月 18 日
0 投票
See my demo for finding and tracking a green sharpie in the video.
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!