Skip to content
Snippets Groups Projects
Commit a7af62e9 authored by Amir Vaxman's avatar Amir Vaxman
Browse files

Release stuff.

parent cebe1e13
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,9 @@ Directional won the [SGP 2021 software award](http://awards.geometryprocessing.o
To cite Directional, use the following DOIs:
Release 1.8.0
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5746726.svg)](https://doi.org/10.5281/zenodo.5746726)
Release 1.7.0:
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.3338174.svg)](https://doi.org/10.5281/zenodo.3338174)
......
......@@ -174,6 +174,7 @@ $$Y_I=\text{argmin}\sum_{e=(f,g)\in F \times F}{\omega_e\left|Y_fe_f^N - Y_ge_g^
where $e_f$ is the representation of the vector of edge $e$ in the basis of $f$, and $e_g$ is for $g$ respectively. The weights $\omega_e$ are the harmonic weights as given by [^brandt_2018]. The field is computed through the function `directional::power_field()`. It is possible to alternatively only softly prescribe the constraints $\left\{Y^*_C\right\}$ with alignment weights $\omega_c$, solving the following minimization problem:
$$y_I=\text{argmin} \left[\lambda_S\sum_{e=(f,g)}{\omega_e\left|Y_fe_f^N - Y_ge_g^N\right|^2}+\lambda_B\sum_{c \in C}{\omega_c \left|Y_c - Y^*_c\right|^2}\right],$$
where $\lambda_S,\lambda_C, \omega_{\forall c\in C}$ are user-controlled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment