arzt
arzt

Reputation: 77

Comparing hundreds of JPEG images taken from multiple angles

I am comparing X-ray images to find a specific difference between these images. All images are in jpeg format. Sometimes there are six, or eight different camera angles from which these images are taken. From each angle there are ~ 100 images. I am trying to compare a couple of hundred images to identify a specific difference between these images.

I am using Python and I am relatively new to it. Can Sci-kit image segmentation be used for the following problems?

  1. Compensate for the image exposure variations in all images
  2. Compensate for image size variations in all images

Upvotes: 2

Views: 195

Answers (1)

Related Questions