Search found 8 matches
- 2018-04-16T14:31:24-07:00
- Forum: Digital Image Processing
- Topic: Is it possible to crop two rectangles out of standard shapes
- Replies: 4
- Views: 171542
Re: Is it possible to crop two rectangles out of standard shapes
Thanks very much Snibgo for this! Very thoughtful.
- 2018-04-16T01:34:08-07:00
- Forum: Digital Image Processing
- Topic: Is it possible to crop two rectangles out of standard shapes
- Replies: 4
- Views: 171542
Re: Is it possible to crop two rectangles out of standard shapes
Thank you Snigbo, I appreciate your suggestions! I include the following four images on a dark background, the variables (as I hope are clear to see) are [1] different lighting (flash and no flash in this example) and [2] whether the cartridges are touching or there is a gap between them: https ...
- 2018-04-15T13:42:19-07:00
- Forum: Digital Image Processing
- Topic: Is it possible to crop two rectangles out of standard shapes
- Replies: 4
- Views: 171542
Is it possible to crop two rectangles out of standard shapes
HI, I have two cartridges that are photographed adjacent to one another as shown in: https://nofile.io/f/N0M4EZWNadG/1804_two_cartridges_side_by_side_no_annotate.jpg Is there a way with IM to crop out a rectangle that fits inside the oval in each of the two cartridges as shown here with the desired ...
- 2017-10-31T01:59:29-07:00
- Forum: Digital Image Processing
- Topic: Perform histogram analysis on certain image area only
- Replies: 12
- Views: 145174
Re: Perform histogram analysis on certain image area only - SOLVED
Thank you Fred, when I rolled my own ImageMagick 7.0.7-8 Q16 i686 2017-10-31 all now works as advertised.
A
A
- 2017-10-30T16:33:19-07:00
- Forum: Digital Image Processing
- Topic: Perform histogram analysis on certain image area only
- Replies: 12
- Views: 145174
Re: Perform histogram analysis on certain image area only
Thank Fred. It does not give me the colors in those formats with either of this options. For the practical application at hand this is not a problem, as I will know what is a stripe and what is a background. And actually it is an advantage to have both the types of segments for analysis. In fact I ...
- 2017-10-30T15:44:19-07:00
- Forum: Digital Image Processing
- Topic: Perform histogram analysis on certain image area only
- Replies: 12
- Views: 145174
Re: Perform histogram analysis on certain image area only
Dear Fred Pure magick! And just what I ordered. FWIW, on my platform this statement was never true: `if [ "$color" = "gray(255)" ]; then' because for example: ${arr[0]} = 0: 123x88+0+0 +61.0,+43.5 10824 But no matter, I removed it because I want to generate images of the different pieces. Thank you ...
- 2017-10-30T02:11:09-07:00
- Forum: Digital Image Processing
- Topic: Perform histogram analysis on certain image area only
- Replies: 12
- Views: 145174
Re: Perform histogram analysis on certain image area only
(My apologies fmw42 for my ineptitude in posting to this forum. The post to Fred's Scripts was unintended and I could not quickly find the delete button. I hope that I have done better with this posting). My problem is to achieve with an automated script, the location and the bounding of specific ...
- 2017-10-29T14:46:13-07:00
- Forum: Digital Image Processing
- Topic: Perform histogram analysis on certain image area only
- Replies: 12
- Views: 145174
Perform histogram analysis on certain image area only
Hi, I have images with certain lines or bands on a ~white background. First I want to analyse the image to define the area of these lines or bands and then I would like to perform an analysis of a certain color range on that defined area only or those defined areas only. What might be a good ...