A search on mcpan shows only 4 modules directly related to opencv. I would take a look on there first and see if any of those modules might offer up something close to what you need.

Then I would ensure that they are available for RPi.

Assuming the first two things are affirmative, I would then examine your project design (hardware and software) and examine exactly what you want Perl to do.

This sounds like a fairly involved project, and that makes it a good one. But if you are diving into a new language, expect to have to 'use and learn the basics' at the start of the project. Perl is a fantastic language and it works well on the RPi(I use it on a couple of mine). Just know thqt not everything available on a larger compute platform is available on the RPi, and that might give you some hints as to whether or not your project is a good fit for Perl. (Perl is way cool, but not the answer to everything, or at least not the best answer to everything).

Hope you find something useful in this. And best of luck on your project! Sounds like an excellent one!

...the majority is always wrong, and always the last to know about it...

A solution is nothing more than a clearly stated problem...


In reply to Re: Opencv and Perl on Raspberry Pi 3 (Raspbian) by wjw
in thread Opencv and Perl on Raspberry Pi 3 (Raspbian) by Crunchbang23

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.