Skip to content

Commit

Permalink
[FuseCut] DelaunayGraphCut: function documentation
Browse files Browse the repository at this point in the history
- forceTedgesByGradientIJCV
  • Loading branch information
dsmtE committed Aug 7, 2020
1 parent b8e95d8 commit 9203b30
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/aliceVision/fuseCut/DelaunayGraphCut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,12 @@ class DelaunayGraphCut
bool fixesSigma, float nPixelSizeBehind, bool fillOut,
float distFcnHeight);

/**
* @brief Estimate the cells property "on" based on the analysis of the visibility of neigbouring cells.
*
* @param fixesSigma Use constant sigma for all points or take into account the pixelSize
* @param nPixelSizeBehind Used to define the surface margin
*/
void forceTedgesByGradientIJCV(bool fixesSigma, float nPixelSizeBehind);

int setIsOnSurface();
Expand Down

0 comments on commit 9203b30

Please sign in to comment.