1#!/usr/bin/env python
2
3import cv2.cv as cv
4import math
5import time
6
7N=50000
8print "leak4"
9while True:
10    seq=list((i*1., i*1.) for i in range(N))
11    cv.Moments(seq)
12