Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Apr 5, 2024
1 parent 0c115e8 commit 9c800db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ else if ( imgType == ImgDataType.PRECOMPUTED )
* @param border - the target blending border, e.g. 0
* @param transformationModel - the transformation model used to map from the (downsampled) input to the output
*/
// NOTE (TP) blending and border are modified
public static void adjustBlending( final BasicViewDescription< ? > vd, final float[] blending, final float[] border, final AffineTransform3D transformationModel )
{
adjustBlending( vd.getViewSetup().getSize(), Group.pvid( vd ), blending, border, transformationModel );
Expand Down

0 comments on commit 9c800db

Please sign in to comment.