Discussion:
[ale] Tee-Hee! Fun with OpenCV
Charles Shapiro via Ale
2018-10-19 17:16:50 UTC
Permalink
New code! I'm apparently not Happy unless I'm Coding. I've been adventuring
with the opencv library ( http://opencv.org ). The tutorials are excellent
and fun, and installing opencv 3.4.3 from source on Debian Jessie is pretty
painless. cmake is so far mysterious though. Stupid string substitutions
in the CMakeLists.txt file seem to work ok, but I dread the day when I need
to link more than a single object file and the library. The doc on this
seems slightly opaque.

I've taken a couple of the C++ tutorials and added some file parsers so
that I can, like, experiment with the actual calls instead of just dumping
out boring timing stats. Code is on my repo (
http://github.com/lemgandi/opencvsrc ). Y'all are welcome to play with it!

-- CHS
DJ-Pfulio via Ale
2018-10-19 18:39:42 UTC
Permalink
To save others time:
OpenCV (Open Source Computer Vision Library)
Post by Charles Shapiro via Ale
New code! I'm apparently not Happy unless I'm Coding. I've been
adventuring with the opencv library ( http://opencv.org ).  The
tutorials are excellent and fun, and installing opencv 3.4.3 from source
on Debian Jessie is pretty painless.  cmake is so far mysterious
though.   Stupid string substitutions in the CMakeLists.txt file seem to
work ok, but I dread the day when I need to link more than a single
object file and the library.  The doc on this seems slightly opaque.
I've taken a couple of the C++ tutorials and added some file parsers so
that I can, like, experiment with the actual calls instead of just
dumping out boring timing stats.  Code is on my repo (
http://github.com/lemgandi/opencvsrc ).  Y'all are welcome to play with it!
_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.o
Charles Shapiro via Ale
2018-10-22 13:31:16 UTC
Permalink
Uh, yeah, like that.

-- CHS ( embarrassed slinger of obscure acronyms )
Post by DJ-Pfulio via Ale
OpenCV (Open Source Computer Vision Library)
Post by Charles Shapiro via Ale
New code! I'm apparently not Happy unless I'm Coding. I've been
adventuring with the opencv library ( http://opencv.org ). The
tutorials are excellent and fun, and installing opencv 3.4.3 from source
on Debian Jessie is pretty painless. cmake is so far mysterious
though. Stupid string substitutions in the CMakeLists.txt file seem to
work ok, but I dread the day when I need to link more than a single
object file and the library. The doc on this seems slightly opaque.
I've taken a couple of the C++ tutorials and added some file parsers so
that I can, like, experiment with the actual calls instead of just
dumping out boring timing stats. Code is on my repo (
http://github.com/lemgandi/opencvsrc ). Y'all are welcome to play with
it!
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Loading...