What is the difference between the definitions:
1) vector<Vec4i> lines
and
2) Vec4i l
I found both these in the same code here. I am wondering if there is any difference between the both? If not why use the first format which is longer?
1 | initial version |
What is the difference between the definitions:
1) vector<Vec4i> lines
and
2) Vec4i l
I found both these in the same code here. I am wondering if there is any difference between the both? If not why use the first format which is longer?
2 | No.2 Revision |
What is the difference between the definitions:
definitions:
1) vector<Vec4i> lines
and
and
2) Vec4i l
I found both these in the same code here. I am wondering if there is any difference between the both? If not why use the first format which is longer?