Skip to content

Commit ab71841

Browse files
committed
review pyramid
1 parent 9bc88d3 commit ab71841

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
-10.8 KB
Loading
-14.8 KB
Loading
-8.35 KB
Loading

source/py_tutorials/py_imgproc/py_pyramids/py_pyramids.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Below is the full code. (For sake of simplicity, each step is done separately wh
100100
L = cv2.subtract(gpB[i-1],GE)
101101
lpB.append(L)
102102
103-
# Now add left and right halves of images in each level
103+
# Now add left and right halves of images in each level
104104
LS = []
105105
for la,lb in zip(lpA,lpB):
106106
rows,cols,dpt = la.shape

0 commit comments

Comments
 (0)