I found this in some code that I am adjusting for my needs:
cvFlip ( img, NULL, 1 );
I don't see any logic behind it. Am I missing something?
1 | initial version |
I found this in some code that I am adjusting for my needs:
cvFlip ( img, NULL, 1 );
I don't see any logic behind it. Am I missing something?
2 | No.2 Revision |
I found this in some code that I am adjusting for my needs:
cvFlip ( img, NULL, 1 );
I don't see any logic behind it. Am I missing something?
EDIT: NULL confused me.