Is there an alternative command in OpenCV to null
command in MATLAB, which given a vector v
computes an orthogonal basis for the null space which v
is one of its basis vectors?
Asked
Active
Viewed 535 times
2

Amro
- 123,847
- 25
- 243
- 454

terez tukan
- 21
- 2
-
2`null` takes a matrix, not a vector. (There's no such thing as the null-space of a vector.) – Oliver Charlesworth Mar 26 '16 at 18:59
-
In matlab it can take a vector! – terez tukan Mar 26 '16 at 19:03
-
1did you check `edit null.m`? computed using a simple SVD operation.. – Amro Mar 26 '16 at 19:04
-
I stand corrected. – Oliver Charlesworth Mar 26 '16 at 19:25