About 50 results
Open links in new tab
  1. Python - Convert pixel value to Hounsfield Units - Stack Overflow

    Apr 13, 2022 · I'm using python for that purpose, my scans have different ranges and the problem is, window of (width of 3200, and center of 450)? How can I make those scans have normal ranges …

  2. Circle fitting with points inside the circle - Stack Overflow

    Oct 17, 2024 · Also note that improving the sample preparation and imaging will make the problem easier. Often we get asked to solve a problem where the imaging protocol has already been …

  3. How to digitally zoom into an image using python PIL

    Jan 23, 2025 · image_1, taken at distance_1 (further away, say 2 meters) image_2, taken at distance_2 (closer, say 1 meter) If I want to digitally 'zoom' into the image_1, is this as simple as cropping …

  4. imaging - DICOM Slice Ordering - Stack Overflow

    Nov 27, 2019 · I have a basic question for the DICOM protocol. I know how I can calculate the orientation labels of every slice of a DICOM image (A,P,L,R,H,F). But when I got for example an …

  5. .net - Logo in Center using QR Coder and c# - Stack Overflow

    Sep 28, 2022 · Logo in Center using QR Coder and c# Ask Question Asked 3 years, 5 months ago Modified 1 year, 3 months ago

  6. How to center a image in a canvas Python Tkinter

    I am working on a program. That gets a image and puts it in a canvas. So it is like a photo viewer. But I would like to get the image in the center of the canvas widget. But it seems to go into the...

  7. Python: The _imagingft C module is not installed - Stack Overflow

    Oct 25, 2010 · I changed the third line from "sudo apt-get install python-imaging" to "pip install PIL" and it worked.

  8. How to resize an Image C# - Stack Overflow

    Oct 7, 2015 · As Size, Width and Height are Get() properties of System.Drawing.Image; How can I resize an Image object at run-time in C#? Right now, I am just creating a new Image using: // …

  9. Why can't Python import Image from PIL? - Stack Overflow

    Oct 22, 2014 · pip install Pillow apt-get install python-imaging And sorry, dont ask me why, it's up to me ;-)

  10. python - Center-/middle-align text with PIL? - Stack Overflow

    Dec 28, 2009 · How would I center-align (and middle-vertical-align) text when using PIL?