Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

File metadata and controls

26 lines (20 loc) · 1.1 KB

PRO-TIP: Automatic Ultrasound Calibration

This repository contains a reference open source implementation of the paper PRO-TIP: Phantom for RObust automatic ultrasound calibration by TIP detection (Ronchetti et al. 2022) as an ImFusionSuite plugin.

Requires ImFusion SDK version 2.41 or newer

NOTE The algorithm is also part of the ImFusion SDK.

Photograph of the phantom Reconstruction of the phantom from an ultrasound sweep

3D Printing of the phantom

The 3D model of the phantom used in the paper is located in phantom/phantom.obj. The OBJ file can be sliced using the software provided by a 3D printer and printed.

Wire Phantom Experiments

Description of the experiments with the wire phantom and results can be found in this repository.

Build instructions

Linux

cd ConeCalibrationPlugin/
mkdir build
cd build
cmake ..
make