Search found 7 matches
- 2016-10-07T08:10:34-07:00
- Forum: Bugs
- Topic: connected-components:area-threshold
- Replies: 7
- Views: 7028
Re: connected-components:area-threshold
Thank you so much Dirk!
- 2016-10-05T14:40:59-07:00
- Forum: Bugs
- Topic: connected-components:area-threshold
- Replies: 7
- Views: 7028
Re: connected-components:area-threshold
Thanks again Fred!
Knowing that, my guess is the problem is on line 531 in vision.c:
It seems like it should be in the if statement, but I'm not very familiar with the source.
Hopefully someone with a bigger brain will be able to figure it out!
Knowing that, my guess is the problem is on line 531 in vision.c:
Code: Select all
q+=GetPixelChannels(component_image);
Hopefully someone with a bigger brain will be able to figure it out!
- 2016-10-05T12:25:23-07:00
- Forum: Bugs
- Topic: connected-components:area-threshold
- Replies: 7
- Views: 7028
Re: connected-components:area-threshold
Thanks for the quick response Fred!
Sorry, I wasn't clear. I have the "area-threshold" defined and with a minimum of 7700 pixels, and it gave me an area with only 24 pixels.
My understanding is that only areas with 7700 or more pixels would be returned?
Sorry, I wasn't clear. I have the "area-threshold" defined and with a minimum of 7700 pixels, and it gave me an area with only 24 pixels.
My understanding is that only areas with 7700 or more pixels would be returned?
- 2016-10-05T11:39:51-07:00
- Forum: Bugs
- Topic: connected-components:area-threshold
- Replies: 7
- Views: 7028
connected-components:area-threshold
I'm having trouble with connected components and minimum area-threshold being observed. When I use 4 connected pixels, it reports an extra, smaller area in bold below. When I use all 8 pixels, it shows what I believe are the correct areas. Here is the image: http://myproofviewer.com/Popaque2.gif ...
- 2016-10-04T18:57:41-07:00
- Forum: Users
- Topic: rpm download digests
- Replies: 3
- Views: 2431
Re: rpm download digets
And a second after I posted, I found the digest.rdf at http://www.imagemagick.org/download/lin ... digest.rdf has the rpms in it.
They're just not in the digest.rdf linked from the binary-releases.php page
They're just not in the digest.rdf linked from the binary-releases.php page
- 2016-10-04T18:54:41-07:00
- Forum: Users
- Topic: rpm download digests
- Replies: 3
- Views: 2431
Re: rpm download digests
Sorry!
Specifically ImageMagick-7.0.3-2.x86_64.rpm
It's the very top one on the page.
I did find the PGP sig at http://www.imagemagick.org/download/lin ... 64.rpm.asc but no sha256sum in the digest.rdf
Specifically ImageMagick-7.0.3-2.x86_64.rpm
It's the very top one on the page.
I did find the PGP sig at http://www.imagemagick.org/download/lin ... 64.rpm.asc but no sha256sum in the digest.rdf
- 2016-10-04T11:22:07-07:00
- Forum: Users
- Topic: rpm download digests
- Replies: 3
- Views: 2431
rpm download digests
I want to download an rpm from this page: http://www.imagemagick.org/script/binary-releases.php#unix I found sha256sums for most of the sources and windows binaries, but not for the unix releases here: http://www.imagemagick.org/download/binaries/digest.rdf Where should I should look to find the ...