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

2023-04-04 Thread Luis Mochan
r files? > > I really can't mix Homebrew and Macports on this particular machine and > chance risk breaking other things. Happy to try and get this to work any way > I can though! > > > From: Ed . > Sent: Tuesday, April 4, 2023 2:24 PM &

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

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

2023-04-04 Thread Ed .
ted with the Homebrew myself) Best regards, Ed From: Adam Russell<mailto:ac.russ...@live.com> Sent: 04 April 2023 19:10 To: pdl-general@lists.sourceforge.net<mailto:pdl-general@lists.sourceforge.net> Subject: Re: [Pdl-general] PDL::OpenCV 0.001 released I get this build error. But I

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

2023-04-04 Thread Adam Russell
OK Failed during this command: ETJ/PDL-OpenCV-0.001.tar.gz : make NO Date: Sun, 26 Mar 2023 06:50:19 + From: "Ed ." To: "pdl-de...@lists.sourceforge.net" , perldl Subject: [Pdl-general] PDL::OpenCV 0.

[Pdl-general] PDL::OpenCV 0.001 released

2023-03-26 Thread Ed .
Dear PDL folks, PDL::OpenCV 0.001 has just been released. Notable changes since never: * It supports modules highgui, imgcodecs, imgproc, objdetect, tracking, videoio * Where possible, all inputs and outputs are ndarrays which get wrapped into Mat, Rect, std::vector, etc internally

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

2022-05-07 Thread Ingo Schmid
information /if asked for/, before zooming out to the strategic thinking  Best regards, Ed *From: *Ingo Schmid <mailto:ingo...@gmx.at> *Sent: *07 May 2022 13:56 *To: *Ed . <mailto:ej...@hotmail.com>; perldl <mailto:pdl-general@lists.sourceforge.net> *Subject: *Re: [Pdl-general]

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

2022-05-07 Thread Ed .
to the strategic thinking  Best regards, Ed From: Ingo Schmid<mailto:ingo...@gmx.at> Sent: 07 May 2022 13:56 To: Ed .<mailto:ej...@hotmail.com>; perldl<mailto:pdl-general@lists.sourceforge.net> Subject: Re: [Pdl-general] PDL::OpenCV update Hi Ed, sorry, apparently I didn't see tha

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

2022-05-06 Thread Ed .
lto:pdl-general@lists.sourceforge.net> Subject: Re: [Pdl-general] PDL::OpenCV update Hi kudos to Ed for carving out a full module from my proof of concept level code. For those trying this WIP package, keep reading. This is not yet a release, no Ed? There appears to be an issue with the typemap.

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

2022-05-05 Thread Ingo Schmid
@lists.sourceforge.net> *Subject: *[Pdl-general] PDL::OpenCV update Hi I just pushed a new version to github. https://github.com/fantasma13/PDL-OpenCV.git It should be working at least on linux. Please read the INSTALL document. It is a two step process. It is basic but works. Ingo _

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

2022-05-04 Thread Ed .
binding, does). Best regards, Ed From: Ingo Schmid<mailto:ingo...@gmx.at> Sent: 19 April 2022 10:50 To: perldl<mailto:pdl-general@lists.sourceforge.net> Subject: [Pdl-general] PDL::OpenCV update Hi I just pushed a new version to github. https://github.com/fantasma13/PDL-OpenCV.gi

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

2022-04-19 Thread Ingo Schmid
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: <84d3e8c1-9350-6213-2a3f-50673e741...@gmx.at> Content-Type: text/plain; charset="utf-8"; For

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

[Pdl-general] PDL::OpenCV update

2022-04-19 Thread Ingo Schmid
Hi I just pushed a new version to github. https://github.com/fantasma13/PDL-OpenCV.git It should be working at least on linux. Please read the INSTALL document. It is a two step process. It is basic but works. Ingo ___ pdl-general mailing list

[Pdl-general] PDL::OpenCV

2022-03-18 Thread Ingo Schmid
Hi, I have managed to pass data from pdl to OpenCV and back by copying. I would have preferred some kind of mapping but that is not working, see below. So, technically, there is a working interface to OpenCV., at least for grayscale floats. ee the t/basic_opencv.t  for what it can do at the