<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi list,<br>I'm trying to track movement with an IR camera on Windows. The motion detection works great with frame diff. The problem starts when I try to get the coordinates that surround the white color produced by the movement. With pix_blob I only get the center of the image, but I was wondering If I can get the boundaries of the movement (white color), like if the movement was framed by a rectange, so I can have something like upper left, down right coordinates. I know that in the max/jitter world there's a jit.findbound object that scans the whole image to find the position of a (range of) color as xy values, but my idea is not to switch and continue with Pd. Would be great if someone wants to share some ideas :)<br>Thanks in advance and best regards,<br>Rc<br>                                               </div></body>
</html>