Thread Subject:
Computer vision system

Subject: Computer vision system

From: Issopui

Date: 1 Jul, 2013 17:44:09

Message: 1 of 1

Hello Guys,

I'm trying to implement a region filtering in my model and I have seen this S-function used for the car tracking model I don't really understand how it work. Please could anyone help me and explain how it work and how I can implement the same function using simulink blocksets?

function y = fcn(u, line_row)
%#codegen
dim=size(u);
repVector = zeros(dim);
repVector=repmat([0 line_row 0 0],dim(1),1);

y = int32(u+int32(repVector));


Many thanks

Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
region filtering Issopui 1 Jul, 2013 17:44:14
rssFeed for this Thread

Contact us