Results for image-processing
I have a 32-bit floating point TIFF image that when I try to adjust it with ImageMagick it creates a sRGB image. No matter what I've tried, I cannot a...
I have an image in PySimpleGUI that I want always to be centered. This image must change as the user input different data. I include the image in a la...
This is the original image, colorslevels1.jpg: Original Image Then I'm using this both methods to get specific colors from the image and put the colo...
I'm try to test images to see if any are corrupt. They all come back false, corrupted, but I know most or all are fine. What am I doing wrong? Thanks....
I am working on a Xamarin.Forms project and would like to retrieve the color of a pixel from an image that is set as the source directly in XAML. The ...
MacOS application built using SwiftUI. I am replicating a transparent background for NavigationSplitView by setting a background image for the detail ...
I'm trying to create a shiny app that both displays a png that is created by the code (i.e. reactive) and which can then be downloaded. I found a nice...
Header component import React from 'react' const Header = () => { return ( div> {/* Main-header */} header className=''> ...
I create a sfml project with cmake on windows, but image cannot display bye the way, I am a beginner of c++ and sfml, so ignore the style of code, I j...
I use this code to prepare model for optimization: # load Faster RCNN pre-trained model Faster_RCNN_tuned_model = torchvision.models.detection.fasterr...
I'm facing an issue with the scaling of a hero section in my web page. The hero section includes a background image and a custom shape (a big triangle...
I'm trying to show the following, depending on the shape of the image (the blue block): I'm having a few problems: The image stretch should be const...
I want to use python to compared two images to check whether they are the same or not, I want to use this for fingerprint functionality in django app ...
I try to make an image fill the whole screen, the same way it will if I put a background-image to the body with the background-size set to cover. But ...
i have an image slider which does not show anything if the image does not have active class on it as it slides through a list of images. {% for v in...
I'm creating a CloudFormation Stack using AWS CDK (for Python) and one of its main components is a Batch Compute Environment which should run GPU inte...
I am trying to make a catalog component where I can use the image, title, and description multiple time. This is the component code so far import Reac...
In Python 3.7 I read an png image with opencv and convert it to an jpg image stream. How can I determine the number of bytes of the stream? image=cv2....
I am trying to learn how the W3 slider works, and have been playing around with them. I am trying to combine some of the functionalities, and ran in t...
My task is to identify and extract text with strikethrough symbols from an image. I want to select only the words that have this symbol and place each...
I try to convert github action to jenkins pipeline. This github action generate a native image via Jib. This is the commande line mvn package -Pnative...
I have a sunburst image I am trying to rotate in a window. I have it rotating just fine, but the image is a big square so it fills the proportion of ...
I'm trying to extract the first image URL from a Slideshare presentation, so that I can then iterate through the page numbers and scrape the whole sli...
I have an ImageView and I want it to display an image from my drawable folder based on the value of a number. I have a collection of images of playing...
from pyautogui import * import pyautogui import time import keyboard import random import win32api, win32con while 1: if pyautogui.locateOnScreen...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?