Search found 8 matches

by alpinekid
2016-05-18T06:43:22-07:00
Forum: Digital Image Processing
Topic: reading an analog meter face
Replies: 6
Views: 30051

Re: reading an analog meter face

Thanks that is exactly what I needed. I had seen hough stuff but didnt know how to use it .

I'm using
magick -version
Version: ImageMagick 7.0.1-3 Q16 x86_64 2016-05-16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script ...
by alpinekid
2016-05-17T13:54:31-07:00
Forum: Users
Topic: using sparse-color: special output image format
Replies: 10
Views: 12715

Re: SOLVED - using sparse-color: special output image format

Hi all,
thanks for all your help. You gave me the clues I needed.

I tried all of it; the type -a, file, etc etc etc

After a clean reboot, it worked fine. I blamed it on dynamic linking problems, but i was puzzled and didnt like that reason. I had never really seen that in all the years of using ...
by alpinekid
2016-05-17T08:59:09-07:00
Forum: Digital Image Processing
Topic: reading an analog meter face
Replies: 6
Views: 30051

Re: reading an analog meter face

Thanks for your interest. here is a sample file. I'll try to get another one prepared today.

The little triangle thing is going to be removed. I'm only interested in the long structure. I'm trying to get a clean line from the hub to the tip. I really just need the angle relative to the bottom of ...
by alpinekid
2016-05-16T21:07:01-07:00
Forum: Users
Topic: using sparse-color: special output image format
Replies: 10
Views: 12715

Re: using sparse-color: special output image format

I'm beginning to suspect the build did not go as smoothly as I thought. I was looking for the -hough-lines command and it doesn't show up in the 'convert -list command' result. I thought that was part of the version 7 release. I also notices that there seems to be two groups of alphabetized commands ...
by alpinekid
2016-05-16T20:38:54-07:00
Forum: Users
Topic: using sparse-color: special output image format
Replies: 10
Views: 12715

Re: using sparse-color: special output image format

Thanks,
That explains it for the ubuntu pre-installed version. The ubuntu 14.4 repositories are not up to date.

but I still don't know why the new build from source didn't work.
Could it be that some old lib got linked in. How do I see what is in the build? I ran make test and didnt see any errors ...
by alpinekid
2016-05-16T18:41:55-07:00
Forum: Digital Image Processing
Topic: reading an analog meter face
Replies: 6
Views: 30051

reading an analog meter face

I'm working on a project that requires the reading of the needle of a meter. It a basic needle like in the old days. red, fat the pivit point and tapering to a point. The problem reduces to getting the angle of the needle.

I have created a workflow that filters the image and gets a clean mask of ...
by alpinekid
2016-05-16T17:52:54-07:00
Forum: Kudos and Rants
Topic: Just imstalled from source
Replies: 0
Views: 112335

Just imstalled from source

Congradulation to the dev team.

I just downloaded the source tar ball. unziped it in a directory of my choosing.
Ran ./configure, then ./make, and then sudo make install, and it worked.

almost forgot; sudo ldconfig /usr/local/lib to get everything visible and it worked the first time.
There is ...
by alpinekid
2016-05-16T17:08:27-07:00
Forum: Users
Topic: using sparse-color: special output image format
Replies: 10
Views: 12715

using sparse-color: special output image format

Hi,
Im doing something wrong but no idea what. I cant get the sparse-color: special output image format to work.

I'v have reduced to command line to
convert rose: sparse-color:

I get a file with the name sparse-color: and not the text output i was expecting.
I've tried it under version 6.7.7-10 ...