Skip to content

Image Comparison Data Structures Project - SOFE 2715 group project

Notifications You must be signed in to change notification settings

ImageComparison/data-structures-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Project (Group 24)

Repository for our SOFE 2715 group project

Repository Directory

Images

Holds the sample images given by the professor as well as some images Alden has used for debugging.

/images

Notes

Txt files used during the construction of the project for note taking.

/notes

Python Scripts

Version of the project written in Python 3. This is the part of the project Alden worked on. Contains most of the projection mapping and hamming distance code for this project.

/pythonScripts

Query Images

Folder used for getting query images in python script.

/queryIMGs

WinUI

Version of the project written in .NET framework for WinUI 3. This is the prototype John worked on before the project switched to UWP.

/winui

App

Initially John Howe (@johnh-otu) made a UI prototype for UWP (using WinUI 2). This directory was quickly abandoned for UWP_APP to separate the prototype from the current version. The UWP_APP folder was later renamed to /App/UWP.

The most up-to-date version of the final project. Source Code Directory

/App

Install app

To install the final project all you need to do is to go to /App/Publish/ and download /ImageComparisonMSIX_1.0.2.0_x64_Debug_Test onto your computer, from thhere go into the downloaded /App/Publish/ folder, then install the public key certificate for the app, /App/Publish/ImageComparisonMSIX_1.0.2.0_x64_Debug_Test/ImageComparisonMSIX_1.0.2.0_x64_Debug.cer (double click the app) after which install the MSIX package /App/Publish/ImageComparisonMSIX_1.0.2.0_x64_Debug_Test/ImageComparisonMSIX_1.0.2.0_x64_Debug.msix (double click the msix app).

Step 1:

image

Step 2:

image

Step 3:

image

Step 4:

image

Step 5:

image

Step 6:

image

Step 7:

image

Step 8:

image

Step 9:

image

Step 10:

image

Step 11 (Final App Launch 🎉, bon-apettite...):

image

Building app

To build the project I highly suggest following this tutorial to install all the tools required. docs.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment

Open Visual Studio, go to the /App/ folder, then click /UWP_APP.sln the project should be setup ready for you to go.

About

Image Comparison Data Structures Project - SOFE 2715 group project

Resources

Stars

Watchers

Forks

Packages

No packages published