I'm using Blob Analysis to count and enumerate images and i was wondering if it is possible to only active blob analysis at timed/no.of.frame intervals to decrease processing time instead of tracking objects the whole time.
"Bulut " <bulutakisik@gmail.com> wrote in message <haj7ov$3hf$1@fred.mathworks.com>...
> You may take a look at Frame Rate Display block of Simulink...
Hello!
thanks for the reply.
but i'm looking more at letting the blob analysis run only at certain periodic interval.
rather than letting it run all the time. frame rate display only displays the framerate.
isit possible to count the white pixels of BW data and use that to trigger a delay before the blob analysis?
Consider placing Blob Analysis block inside an enabled or triggered subsystem. Look for those
subsystems in main Simulink library called Ports & Subsystems.
BTW. Rather than counting the white pixels, have a look at the Blob Properties tab and the
min/max blob area settings. This block is designed to look at the area first and if it's below
and/or above a certain threshold, it quits any further processing. Perhaps you don't need an
enabled subsystem afterall?
Regards,
Witek
Jingwei <chew_jingwei@hotmail.com> wrote:
> "Bulut " <bulutakisik@gmail.com> wrote in message <haj7ov$3hf$1@fred.mathworks.com>...
> > You may take a look at Frame Rate Display block of Simulink...
>
> Hello!
> thanks for the reply.
>
> but i'm looking more at letting the blob analysis run only at certain periodic interval.
> rather than letting it run all the time. frame rate display only displays the framerate.
>
> isit possible to count the white pixels of BW data and use that to trigger a delay before the blob analysis?
>
> Many thanks! (:
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central.
Read the complete Terms prior to use.