Skip to main content
Question

More efficient way to get bounding box of a bunch of SID images

  • June 14, 2018
  • 2 replies
  • 16 views

dms2
Contributor
Forum|alt.badge.img+11
  • Contributor
  • 48 replies

I have a bunch of images in MrSID format (150 or more) with sizes from 3Mb to 10Mb each, and I need to get the bounding box that contains them all.

What is the fastest way of doing it?

My approach is as shown in the picture. It takes 1 minute for 3 .sid files (6Mb each). If reading a single SID file is slow, let alone 150. There must be some better way of doing this. Any idea?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

takashi
Celebrity
  • 7843 replies
  • June 14, 2018
Is there significant difference on processing time between the workspace containing a BoundingBoxAccumulator and the workspace just reading the source images without creating bounding box?

 

 


takashi
Celebrity
  • 7843 replies
  • June 14, 2018
Besides, looks like you have run the workspace with Feature Caching. Feature Caching is convenient to debug, but it takes a long time to process since it cashes every feature on the workflow. I expect that the process would be much faster if you uncheck the Feature Caching option.

 

Anyway, I don't think the BoundingBoxAccummulator would be a major issue on the performance .