I just started use OpenCV and trying to create sequence of numbers , let's say 99,100,...,103. In Matlab I can do that with
99:103
Does OpenCV have something like this? And for indexing matrix / vectors.
I feel like
cv::Range()
the thing that I need but still wasn't able to figure how to use it.