Answer to Question #38701 in Engineering for amal jose

Question #38701
what is patch extraction in matlab?
1
Expert's answer
2014-03-20T10:05:08-0400
Image patches mean sub images. When an image is divided into disjoint or overlapping sub-parts, these sub-parts are called patches
of that image. In image pre-processing, it is useful in feature extraction. For example, a 100X100 image can be divided into ten
10X10 patches.

In MATLAB, every digital image is considered as a matrix with defined maximum number of rows and columns. The 100X100 image is a
matrix of 100 rows and 100 columns. When this matrix is divided into sub matrices, each sub matrix is termed as a patch of the
original. The code for dividing a 100X100 image into the first 10X10 patch would be:

Patch1 = full_image (1:10, 1:10);

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
06.02.14, 17:59

Dear Amal Jose, You're welcome. We are glad to be helpful. If you liked our service please press like-button beside answer field. Thank you!

amal jose
06.02.14, 16:11

excellent service....thanks for the help..its really helpfull to me...

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS