Equivalent function to simulink filter block

Hello! I am currently working on a code which analyzes images by measuring the rate of expansion of specific areas based upon traced edges. I have found that I can quite nicely identify my area of interest after running the image through a very simple Simulink model using the "2-D FIR Filter" block (The R signal of my image is passed to the filter while the G and B signals are unchanged).
I would like to implement this same functionality without calling Simulink. Is there an equivalent function I could call with the same inputs provided to the .mdl file?
Thanks,

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 2월 1일

0 개 추천

It seems like the vision.ImageFilter class is what you need.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by