Average rating
Cast your vote
You can rate an item by clicking the amount of stars they wish to award to this item.
When enough users have cast their vote on this item, the average rating will also be shown.
Star rating
Your vote was cast
Thank you for your feedback
Thank you for your feedback
Date Published
2017-05-01
Metadata
Show full item recordAbstract
Image searching is an essential feature of many software applications. Histograms can be used to represent the pixel color intensities of images. Measuring the similarities between images by comparing the histograms can be performed through the use of information-theoretic measures, such as the Kullback-Leibler divergence and cross-entropy. In this project, a query image is selected from a collection of images and it is compared to the other images to determine which image is most similar to the query image. This process is carried out by creating histograms of each image, and then using measures such as the Kullback-Leibler divergence and cross-entropy to compare the histograms. The .NET functional language, F#, is used in the implementation of this project. The C# language, another .NET language, was also used for coding the graphical user interface.Description
A project presented to the Department of Computer and Information Sciences State University of New York Polytechnic Institute Utica, New York In partial fulfillment of the requirements of the Master of Science Degree.