GitHunt
FI

filipecosta90/im2model_app

Im2Model -- Msc. Thesis regarding efficient computation to refine atomic models for TEM image simulation and matching. Im2Model combines transmission electron microscopy, image correlation and matching procedures, enabling the determination of a three-dimensional atomic structure based strictly on a single high-resolution experimental image.

alt text

Im2Model

Msc. Thesis regarding efficient computation to refine atomic models for TEM image simulation and matching.

Partialy financiated as part of the protocol between UTAustin I Portugal - UTA-P.

[2017] - [2018] University of Minho, Filipe Costa Oliveira

All Rights Reserved.


Overall architecture

alt text

Metrics

BCH compliance

Prerequisites

Boost 1.64.0
Opencv > 3.0
Bison
Flex
Qt5

Installation

Command Line Interface

$ git clone https://github.com/filipecosta90/im2model.git
$ cd im2model
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./Im2Model --help

Graphical User Interface

Clone and open the project with Qt Creator, or:

$ git clone https://github.com/filipecosta90/im2model.git
$ cd im2model 
$ mkdir build
$ cd build
$ cmake .. -Dbuild_gui:BOOL=ON
$ make
$ ./Im2Model

Authors

  • Filipe Costa Oliveira

License

This project is licensed under the Apache2 License - see the LICENSE.md file for details

Languages

C++97.7%C1.2%CMake0.8%Yacc0.1%Lex0.1%Batchfile0.0%Python0.0%GLSL0.0%

Contributors

Apache License 2.0
Created October 24, 2016
Updated January 3, 2026
filipecosta90/im2model_app | GitHunt