Testing whether OpenCV works

First, let's try running the code to confirm that your setup works:

range = cvRange(1,100)# Main> (class cv::Range) {# .start = (int &) 1# .end = (int &) 100#}

If the code runs successfully and the output matches, you are well set and ready to proceed further.

Get Hands-On Computer Vision with Julia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.