hi .i am browsing image file from source and i want to check accuracy with input image .how to match both image

1 Ansicht (letzte 30 Tage)
How to get matrix of image and also how to get fifth row of matrix from image

Antworten (2)

Henric Rydén
Henric Rydén am 11 Jun. 2014

Image Analyst
Image Analyst am 11 Jun. 2014
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, :);

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by