Skip to content

Commit 52ae117

Browse files
increase scale (#1958)
1 parent 7efe5e9 commit 52ae117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

boxmot/motion/cmc/ecc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
class ECC(BaseCMC):
1414
def __init__(
1515
self,
16-
warp_mode: int = cv2.MOTION_EUCLIDEAN,
16+
warp_mode: int = cv2.MOTION_TRANSLATION,
1717
eps: float = 1e-5,
1818
max_iter: int = 100,
19-
scale: float = 0.1,
19+
scale: float = 0.15,
2020
align: bool = False,
2121
grayscale: bool = True
2222
) -> None:

0 commit comments

Comments
 (0)