This repository contains MATLAB code for toolmark comparison using Cross-Correlation Function (CCF) analysis. The code is designed to analyze and compare striated toolmarks from 3D scans in STL format ...
This priority queue implementation is simple. Nevertheless, it can be used to keep a "sorted" list of arbitrary objects. Instead of pushing the entire object, we can push only its index. This is done ...