Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [imaging]

Anything related to digital imaging, i.e. the theory, the technology and the techniques about acquiring, representing, processing and rendering digital images. This is a term with a rather broad meaning: consider using a more specific tag if it applies to your use case (e.g. use [image-processing] tag if the question is specifically about processing and not rendering).

1 vote
0 answers
45 views

Scaling and Centering an Image using Graphics.Transforms

I am trying to load an image onto a usercontrol Graphics Surface. I have no problem doing this. However, the result is never as expected. The image should scale to reach the border with the longest ...
Keerry King's user avatar
0 votes
0 answers
44 views

2D PNG images analysis using textureFeatures/Matlab Medical Imaging Toolbox

I am trying to get the GLCM Properties from an image using Matlab Medical Imaging Toolbox. I know how to do it with the graycoprops but as the Medical Imaging Toolbox allows also to examine GLRLM, ...
AsiJapan's user avatar
  • 313
0 votes
1 answer
52 views

I Made A Script To Search For An Image On The Screen The Problem is It Takes Too Long

public bool FindImageOnScreen(Bitmap searchFor, Bitmap searchIn) { for (int x = 0; x < searchIn.Width; x++) { for (int y = 0; y < searchIn.Width; y++) { Log($&...
King Tkay's user avatar
0 votes
1 answer
35 views

Image not found error when multiplying images in macro code

I'm pretty new to ImageJ, and coding in general. I'm trying to make a macro that will duplicate the current open image, threshold the duplicate to get the pixels with fluorescence, make the pixel ...
user23538013's user avatar
0 votes
0 answers
19 views

Computer Configuration does not apply after creating a new Windows image

I am going through the process of making a new Windows 10 Pro image for imaging our workstations. The sysprep process goes fine, but after installing the image on our devices it will not pull the ...
n8techy's user avatar
0 votes
0 answers
37 views

Why can't I make a vhd that can open in 7zip?

I am trying to create an image for diskless boot using Win 10. When I finished setting up a client PC (with Win 10), I tried to image it using 1) DD for Windows and 2) Disk2Vhd, now for some reason, ...
Florentino Tuason's user avatar
0 votes
0 answers
62 views

C++ in Qt6 - Off-centered QPixmap while simulating video playback

Background I'm attempting to implement a platform-agnostic, timer-dependent "slide show" application in C++ for Qt v6.6. Currently, QPixmap instances are generated from raster files read ...
Dan C. Wlodarski's user avatar
0 votes
0 answers
35 views

problem with GSAFT (backprojection) algorithm for nearfield image reconstruction on my simple planar array

I have a planar array containing 16 transmitters and 88 receivers located on the same plane with dimension 30cm-by-30cm. I have an object of size 6cm-by-6cm. Object and antenna array plane are in ...
mohammad rezza's user avatar
0 votes
0 answers
50 views

3D slicer medical Imaging software

I want to calculate the dice similarity coefficient using 3D slicer. However, I cannot find how to upload the test and reference segment. when I click on a reference segment and when I want to select ...
Paria Shariatpanahi's user avatar
0 votes
0 answers
38 views

How to reconstruct MMW image using electrical field in each direction at Reciever points

I have used a structure including 109 Receivers and 4 transmitters in order to do MMW imaging(multistatic imaging). Imaging was done in 3 different frequencies. So, now I have electrical field in each ...
mohammad rezza's user avatar
0 votes
0 answers
163 views

Reduce noise by averaging images coming from x-ray camera (16 bit grayscale)

I am getting 16 bit grayscale images from a camera. I want to reduce the noise of these images by averaging the images (by factor of 2, 4 etc). I have the pixel data in a byte array. I have tried to ...
SoothingMusic's user avatar
1 vote
1 answer
178 views

Medical Imaging with python

I have an image in DICOM format, this image is composed of a set of RAW files (a specific case 122, which would be the number of slices that the image would have, depth in Z). The size of the image is ...
dms's user avatar
  • 11
0 votes
0 answers
102 views

Extract black and white raw image in PDF to jpg and tiff

I have a task to extract black and white (1 bpc) image from PDF to jpg and tiff using .Net. But I got an exception when creating a bitmap from the memory steam. The below is parts of my code ...
Roy's user avatar
  • 1
1 vote
1 answer
104 views

How to do pixel super-resolution?

I am currently exploring pixel super-resolution algorithms and am unsure where to begin, so I have attempted to replicate the work of others. The paper I am trying to replicate is titled "High-...
Swimming's user avatar

15 30 50 per page
1
2 3 4 5
32