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 authored and fabiencastan committed Jan 20, 2021
1 parent 2760cbe commit 5b2930a
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 @@ -483,6 +483,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 5b2930a

Please sign in to comment.