Search found 4 matches

by davich
2017-03-20T23:01:12-07:00
Forum: Digital Image Processing
Topic: Find section of image with the most detail
Replies: 8
Views: 47288

Re: Find section of image with the most detail

Hi Fred! Sorry for the late follow up, but just wanted to say a huge THANK YOU! It's all working beautifully!

Thanks for your help :)
by davich
2016-12-12T16:04:07-07:00
Forum: Digital Image Processing
Topic: Find section of image with the most detail
Replies: 8
Views: 47288

Re: Find section of image with the most detail

I might be on an old version: Version: ImageMagick 6.7.5-7 2014-09-30 Q8 http://www.imagemagick.org on a Macbook Pro. The image is a mean (average) image (of an edges image) created as per your instructions above. Here it is: http://imgur.com/Me4GkQq $ convert testimage.png -edge 5 testimage2.png $ ...
by davich
2016-12-11T17:09:36-07:00
Forum: Digital Image Processing
Topic: Find section of image with the most detail
Replies: 8
Views: 47288

Re: Find section of image with the most detail

Hi, thanks for your replies. Fred, I'm having some trouble with the identify command. Here's what I'm getting: $ identify -define identify:locate=maximum -define identify:limit=2 testimage3.png testimage3.png PNG 1000x1000 1000x1000+0+0 8-bit PseudoClass 256c 64.3KB 0.000u 0:00.000 identify: IDAT: d...
by davich
2016-12-02T13:58:11-07:00
Forum: Digital Image Processing
Topic: Find section of image with the most detail
Replies: 8
Views: 47288

Find section of image with the most detail

Hi, Say I have a 3000x3000 image. I want to programatically find which 600x600 square has the most detail in it. By detail, I mean lots of edges. I basically want to show my users a close up section of an image to show them the quality of it, but without showing them the whole image in close up form...