Fixed comment
This commit is contained in:
parent
c7962dea54
commit
6f0244fccc
2
main.go
2
main.go
|
|
@ -296,7 +296,7 @@ func ComputeWallMask(img image.Image, thicknessMM float64, pixelToMM float64) ([
|
||||||
|
|
||||||
// 6. Generate Wall
|
// 6. Generate Wall
|
||||||
// Wall is generated by expanding Board outwards.
|
// Wall is generated by expanding Board outwards.
|
||||||
// We want the wall to be strictly OUTSIDE the board (or centered on outline? User said "starts at outline").
|
// We want the wall to be strictly OUTSIDE the board.
|
||||||
// If we expand Board, we get pixels outside.
|
// If we expand Board, we get pixels outside.
|
||||||
|
|
||||||
thicknessPixels := int(thicknessMM / pixelToMM)
|
thicknessPixels := int(thicknessMM / pixelToMM)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue