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

2023-03-27 Thread Ed .
. Best regards, Ed From: Ingo Schmid<mailto:ingo...@gmx.at> Sent: 27 March 2023 10:31 To: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net> Subject: Re: [Pdl-devel] PDL::OpenCV 0.001 released Hi Ed, thank you so much for picking up that hack of mine and creating a

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

2023-03-27 Thread Ingo Schmid
Hi Ed, thank you so much for picking up that hack of mine and creating a full binding to OpenCV from there! I think that could be an easier route to include GPU processing for pdl? But this is a guess from someone who has never actually used it. Ingo On 3/26/23 08:50, Ed . wrote: Dear PDL fo

[Pdl-devel] PDL::OpenCV 0.001 released

2023-03-25 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 *