Ask Your Question

Zain's profile - activity

2018-04-01 09:39:22 -0600 commented question Looking for a method for obstacle avoidance using Monocular camera

I have removed the previous query.

2018-04-01 09:23:20 -0600 asked a question Looking for a method for obstacle avoidance using Monocular camera

Looking for a method for obstacle avoidance using Monocular camera I am trying to implement an obstacle avoidance algori

2018-04-01 09:03:20 -0600 commented question (-215) type == 5 || type == 6 in function invert

This is the eigen version of code. void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pt

2018-04-01 09:02:29 -0600 commented question (-215) type == 5 || type == 6 in function invert

void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pts) { Mat A;

2018-04-01 09:01:52 -0600 commented question (-215) type == 5 || type == 6 in function invert

void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pts) { Mat A;

2018-04-01 09:01:26 -0600 commented question (-215) type == 5 || type == 6 in function invert

void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pts) { Mat A; Mat A_t;

2018-04-01 09:00:55 -0600 commented question (-215) type == 5 || type == 6 in function invert

void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pts) { Mat A; Mat A_t; Mat b;

2018-04-01 09:00:37 -0600 commented question (-215) type == 5 || type == 6 in function invert

void calculate_FOE(vector<point2f> prev_pts, vector<point2f> next_pts) { Mat A; Mat A_t; Mat b;

2018-04-01 08:41:20 -0600 commented question (-215) type == 5 || type == 6 in function invert

This is just a segment of the complete code. I am using calcOpticalFlowPyrLK and goodfeaturestoTrack in order to acquire

2018-04-01 08:24:43 -0600 commented question (-215) type == 5 || type == 6 in function invert

I have updated my question kindly have a look. I am trying to implement optical flow based obstacle avoidance.

2018-04-01 08:24:15 -0600 received badge  Editor (source)
2018-04-01 08:24:15 -0600 edited question (-215) type == 5 || type == 6 in function invert

(-215) type == 5 || type == 6 in function invert I am trying to invert a matrix for calculating Focus of expansion using

2018-03-31 18:43:11 -0600 asked a question (-215) type == 5 || type == 6 in function invert

(-215) type == 5 || type == 6 in function invert I am trying to invert a matrix for calculating Focus of expansion using