Write a function in Matlab to find small images inside of a big image. The color
ID: 640171 • Letter: W
Question
Write a function in Matlab to find small images inside of a big image. The colors of the small image may be slightly different along with the illumination. The difference will be mostly due to the brightness and contrast changes. I need to return two values: the row and column location of the small image inside the big image. The two paramaters are the object image and the large image. The searched image is the exact same size and color as in both the small image and the big image. Also the picture could be slightly off in position, orientation and also viewing angle. Even when the correct position is found, then the difference in color between object_im and big_im may not be 0. I believe histogram equilization may help.
Explanation / Answer
Methods: Required. Adapter classes have two required methods defined in the abstract superclass,ImageAdapter. All Image Adapter classes must implement these methods. The blockproc function uses the first method, readRegion, to read blocks of data from files on disk. The second method, close, performs any necessary cleanup of the Image Adapter object.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.