hi .i am browsing image file from source and i want to check accuracy with input image .how to match both image
古いコメントを表示
How to get matrix of image and also how to get fifth row of matrix from image
回答 (2 件)
Henric Rydén
2014 年 6 月 11 日
doc imread
Image Analyst
2014 年 6 月 11 日
First read this: http://www.mathworks.com/matlabcentral/answers/6200-tutorial-how-to-ask-a-question-on-answers-and-get-a-fast-answer and then rephrase/edit your subject line because no one can figure out what it means .
To get the fifth row of an image matrix variable:
fifthRow = grayImage(5, :);
カテゴリ
ヘルプ センター および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!