Solve the problem of the test item test_multi_camera_aligment

A previous problem with this test project was that circle in the
ultra-captured images were not recognized. The analysis found that
because the FOV of ultra is too large, the circle in the image are
too small, and it will be filtered out. (The script will filter out
contours with smaller areas)

The current solution is to relax the filtering conditions and make
the minarea smaller.

Bug: 214881385

Signed-off-by: kongchenrui <kongchenrui@xiaomi.com>
Change-Id: Ie37a024a6f7f373fd127c21838a1e4fdc0093e4f
(cherry picked from commit 811c621630d7fd9019feb3c2132d9f5487db9bbb)
1 file changed