10 likes | 81 Views
Homework #4 (Due: Dec 9, 14:10) Please write a program to perform the following tasks: Read two color images (file names given by the user) I & Q Calculate the Local Binary Partition (LBP) for each image L(I) & L(Q) Calculate the histogram of LBP for each image. h L (I) & h L (Q)
E N D
Homework #4 (Due: Dec 9, 14:10) • Please write a program to perform the following tasks: • Read two color images (file names given by the user) I & Q • Calculate the Local Binary Partition (LBP) for each image L(I) & L(Q) • Calculate the histogram of LBP for each image. hL(I) & hL(Q) • Calculate & output the similarity between the two histograms of these two images: • Bonus Integrate this with Homework #1 to perform Background Subtraction based on LBP information using WebCam • Please submit your source code and reportthrough course FTP.