Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.64 KB

File metadata and controls

26 lines (17 loc) · 1.64 KB

Electron Diffraction Pattern Analysis

Uruc Tarim

This repository contains a comprehensive project aimed at improving the analysis of electron diffraction patterns through advanced image processing techniques. The project is divided into two main objectives:

Aim 1: Develop a Graph Model for Point Detection

The first aim is to develop a graph model for accurately locating points in electron diffraction patterns. This involves:

  • Detecting the center of the image.
  • Cropping the image to a 512x512 pixel resolution.

Accurate point detection is crucial for proper analysis of electron diffraction patterns, expediting the process, and reducing human workload.

PDF Report

Aim 2: Enhance Simulated Patterns to Mimic Real Data

The second aim is to enhance simulated electron diffraction patterns to make them more representative of real data by:

  • Adding synthetic noise.
  • Applying blur filters to the simulated patterns.

This enhancement ensures that simulated patterns closely mimic real data, leading to more accurate results when testing image processing algorithms.

HTML Report

Data Science Methods

Machine learning, statistical analysis, and image processing are some of the data science techniques that will be used. The project will specifically involve creating a graph model for precise point detection, adding synthetic noise to simulated patterns to make them more resemblant of real data, and testing the effectiveness of the image processing algorithms on actual data.