Questions tagged [resolution]

Questions about image resolution.

Image resolution is an umbrella term that describes the detail an image holds. Higher resolution means more image detail.

Reference

Wikipedia

2378 questions
0
votes
1 answer

Increasing video size from 256x256 to 512x512

I am trying to increase video size from 256x256 to 512x512 or higher efficiently. I used OpenCV and srgan. srgan is taking 13 minutes to increase size of a 16 second video 30 fps. OpenCV image resize is taking around 40 sec to achieve it. But…
0
votes
0 answers

Size of horizontal and vertical pixels in C# is different?

My screen resolution is set to 1920x1080, but if I want to create a Form in Visual Studio with the same size, there is a big gap between the right side of the form and the right side of the screen. It only fills the whole screen, if I set the form's…
0
votes
1 answer

Merge (mosaic) of rasters changes resolution

I'm merging two MODIS DSR tiles using a R script that I developed, these are the products: https://drive.google.com/drive/folders/1RG3JkXlbaotBax-h5lEMT7lEn-ObwWsD?usp=sharing So, I open both products (tile h15v05 and tile h16v05) from same date…
0
votes
1 answer

What is the best way/method to digitize the data of a 3D surface into a grid of pixels with smaller resolution in Python?

I want to digitize (= average out over cells) photon count data into pixels given by a grid that tells how they are aligned. The photon count data is stored in a 2D array. I want to split that data into cells, each of which would correspond to a…
TGBS
  • 1
  • 1
0
votes
1 answer

OSGi Resolution error "osgi.wiring.package"

I'm working on a OSGi project (I'm fairly new with it). It is an existing source code, so I'm adding a new bundle called "io.openems.edge.dieselgenerator", when I do the resolution process I get that it failed with the following message: Resolution…
Charles
  • 1
  • 1
0
votes
0 answers

How to get the screen resolution which was used at design time?

I can get the current screen resolution using the code below; however, I would like to get the screen resolution that was used during the design of the forms. Is there anyway to have that information? Why do I need this? I have developed a program…
0
votes
0 answers

EnumDisplaySettings not returning ultrawide monitor resolution

I'm using EnumDisplaySettings to try to get all the resolutions supported by the user's monitor, but users with ultrawide monitors are reporting that the native resolution is not being listed. (The code is using some Unreal-specific containers but…
benui
  • 6,440
  • 5
  • 34
  • 49
0
votes
2 answers

Pygame screen loosing click ability when resized

I am making a game using python and pygame. I had a problem a few days ago that I needed to give my games a functionality of being resized and maintain the aspect ratio. Also everything on the screen is resized proportionately. And luckily I got a…
0
votes
1 answer

How to keep video quality same as it is after merge intro image beggining to video using ffmpeg

I have selected high resolution video but once i run command the video resolution quality was changed and too poor quality's video i get as output video, but i don't would like to loose my video quality. let me share full command and complete log…
Manoj Kag
  • 11
  • 2
0
votes
0 answers

How does monitor size influence a desktop application

I want to know if a fixed sized application would look exactly the same(talking about the size of the window) on any monitor. Let me give you an example. Let's say that I have a PyQt5 application with a fixed size of 600x400 pixels. I run this…
0
votes
1 answer

How to change windows default resolution using regedit?

I'm trying to change de default resolution a Azure VM using REGEDIT. So, I tried to change DefaultSetting.XResolution from 1024 to 1440 and DefaultSetting.YResolution from 768 to 900. It seems to work fine, but when I reboot the machine, the…
Harry
  • 3
  • 1
0
votes
1 answer

using different resolution images in android application

I am about to publish an android application which uses several images with different resolutions. I have found the hard way (with a crash) that putting all images in drawable folder causes a OutOfMemory Exception because images are scaled up. By…
sotiris
  • 315
  • 6
  • 13
0
votes
1 answer

Changing resolution of bitmaps

I am making some graphs with R and I am coping them to Word. I was coping them as metafiles but Word doesn't seem to be able to cope with them. The other option in R to copy graphs is a bitmap, but when I use this the quality of the graphs in word…
sbg
  • 1,772
  • 8
  • 27
  • 45
0
votes
2 answers

How to change the resolution of data frame (not raster file) from 0.25 to 0.5?

My data frame is based on 0.25 degree dataset and is composed of latitudes, longitudes and relevant temperature. And now I want to change the resolution from 0.25 to 0.5. For example, the latitudes and longitudes of my data frame are 70.5, 70.25,…
Gloam
  • 1
0
votes
1 answer

Google Earth satellite view spatial resolution for a specific place

Google Earth (not engine) satellite view has varying spatial resolutions (i.e., pixel size) depending on various factors. Let's say I'm interested in the below image, I can see it was taken on February 27, 2016, where do I find which satellite took…
user88484
  • 1,249
  • 1
  • 13
  • 34