mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-21 12:50:27 +08:00
Add comment to explain commented out code
This commit is contained in:
@@ -191,6 +191,7 @@ class CircleModel(BaseModel):
|
||||
d = dist(xc, yc)
|
||||
A[0, :] = -(x - xc) / d
|
||||
A[1, :] = -(y - yc) / d
|
||||
# same for all iterations, so not changed in each iteration
|
||||
#A[2, :] = -1
|
||||
return A
|
||||
|
||||
|
||||
Reference in New Issue
Block a user