Re: [Pdl-general] how to convert a colmn from a PDL::Char to a float?

2017-08-23 Thread Adam Russell
; Sent: Tuesday, August 22, 2017 8:37:54 AM To: Chris Marshall Cc: Adam Russell; pdl-general@lists.sourceforge.net Subject: Re: [Pdl-general] how to convert a colmn from a PDL::Char to a float? Chris has the Right answer. If you want a more brute force attack, you could also fall back on Perl: my $a

Re: [Pdl-general] PDL::OpenCV update

2022-04-19 Thread Adam Russell
Great work! Thank you for doing this. I was recently Looking to use OpenCV via Perl and hit a bit of a wall. I am looking forward to trying this. Best Regards, Adam Date: Tue, 19 Apr 2022 11:50:04 +0200 From: Ingo Schmid To: perldl Subject: [Pdl-general] PDL::OpenCV update Message-ID:

Re: [Pdl-general] PDL::OpenCV 0.001 released

2023-04-04 Thread Adam Russell
I get this build error. But I definitely have this, it is located in a usual location for MacPorts: /opt/local/include/opencv4/opencv2/opencv.hpp Is there some trick to get this to be found properly? I am installing via cpan, just a simple 'cpan> install PDL::OpenCV` which otherwise seems to

Re: [Pdl-general] PDL::OpenCV 0.001 released

2023-04-04 Thread Adam Russell
, testing::internal::ValueArray3, testing::internal::ValueArray1>>' first required here return internal::CartesianProductHolder5 Sent: Tuesday, April 4, 2023 2:24 PM To: Adam Russell ; pdl-general@lists.sourceforge.net Subject: RE: [Pdl-general] PDL::OpenCV 0.001 released Hi Adam, Thanks