Ask Your Question

DS's profile - activity

2018-09-09 20:51:58 -0600 received badge  Famous Question (source)
2018-05-12 04:25:39 -0600 received badge  Popular Question (source)
2016-05-27 15:20:31 -0600 received badge  Student (source)
2015-11-07 05:02:52 -0600 received badge  Notable Question (source)
2014-09-08 00:04:30 -0600 received badge  Popular Question (source)
2012-08-09 10:11:15 -0600 answered a question Issue in OpenCV 2.3.0/2.4.0 installation on Ubuntu 11.04

Resolved ! Thanks :)

2012-08-08 09:49:45 -0600 asked a question Issue in OpenCV 2.3.0/2.4.0 installation on Ubuntu 11.04

Hi

I have been trying to install OpenCV 2.3.0/2.4.0 on Ubuntu 11.04. OpenCV gets installed but it complains in run time with below error :

OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config and rerun make.

Now i wasnt able to successfully install libgtk2.0-dev. I did not get the package by apt-get then tried by synaptic but it denies the installation because it was conflicting with packages of higher versions like libxfixes3,libxursor1,libxdamage1,libxcomposite1 and others.

I tried removing these and then gnome desktop was not coming up, it messed the whole display. I then rollbacked the reinstalled them from console.

I initially thought this might be due to broken dependencies but those are alright. Even tried with synaptic which out rightly rejects installation due to unmet dependies and a different version present.

Please suggest any work around for this.

Thanks

2012-07-26 19:31:30 -0600 asked a question Hyperbolic tangent on Image

Is there a way to get the hyperbolic tangent of the Mat image ?

2012-07-26 17:33:47 -0600 asked a question Difference of Gaussian Filtering

Hi

I have a query in DoG, is the sigma variance applies for both x,y? Then Gaussian blur will be passed same value for x and y ?

Thanks DS