Re: OpenCV with Eclipse on Fedora 30

2020-02-10 Thread Howard Howell
On Thu, 2020-02-06 at 18:36 -0400, George N. White III wrote: > On Thu, 6 Feb 2020 at 15:04, Danishka Navin > wrote: > > Hi, > > > > I am new to eclipse and opencv and I was trying to build a sample > > c++ code using Eclipse. > > > > I have installed following packages. > > rpm -qa | grep open

Re: OpenCV with Eclipse on Fedora 30

2020-02-06 Thread Danishka Navin
On Fri, Feb 7, 2020 at 4:07 AM George N. White III wrote: > On Thu, 6 Feb 2020 at 15:04, Danishka Navin wrote: > >> Hi, >> >> I am new to eclipse and opencv and I was trying to build a sample c++ >> code using Eclipse. >> >> I have installed following packages. >> rpm -qa | grep opencv >> opencv

Re: OpenCV with Eclipse on Fedora 30

2020-02-06 Thread George N. White III
On Thu, 6 Feb 2020 at 15:04, Danishka Navin wrote: > Hi, > > I am new to eclipse and opencv and I was trying to build a sample c++ code > using Eclipse. > > I have installed following packages. > rpm -qa | grep opencv > opencv-devel-3.4.4-10.fc30.x86_64 > opencv-3.4.4-10.fc30.x86_64 > opencv-core

Re: OpenCV with Eclipse on Fedora 30

2020-02-06 Thread Howard Howell
On Fri, 2020-02-07 at 00:33 +0530, Danishka Navin wrote: > Hi, > > I am new to eclipse and opencv and I was trying to build a sample c++ > code using Eclipse. > > I have installed following packages. > rpm -qa | grep opencv > opencv-devel-3.4.4-10.fc30.x86_64 > opencv-3.4.4-10.fc30x86_64 > openc

OpenCV with Eclipse on Fedora 30

2020-02-06 Thread Danishka Navin
Hi, I am new to eclipse and opencv and I was trying to build a sample c++ code using Eclipse. I have installed following packages. rpm -qa | grep opencv opencv-devel-3.4.4-10.fc30.x86_64 opencv-3.4.4-10.fc30.x86_64 opencv-core-3.4.4-10.fc30.x86_64 opencv-contrib-3.4.4-10.fc30.x86_64 00:29:09