Category "image"

Display and EDIT opencv image using Tkinter

I have a simple GUI app to display image from chosen camera and transformed image. To do transformation I need to choose 4 points on image, so I would like to p

Text moves when hovering

Every time I hover over social bar and it gets bigger , headers moves down some pixels. I know it's because of the margin, but I don't know how to fix it. CSS c

How to render Streamable image on React coming from the FastAPI

I want to render a StreamingResponse image on React from FastAPI. The image is in the form of numpy array which is of cv2 type of object @app.post("/predict") a

Change image onClick in React Js

I'm trying to create a page in my React Js project, with the content on the left side and content's image on the right side. So far, I was able to create a togg

How to improve the visibility of numbers on license plate for OCR

I am using easyocr methods to recognize the text on the license plate but the results are not good. I have developed deep learning model which detects license p

Image asset not overwriting existing icons, but disappearing

In Android Studio when we create a new image asset, it says the icons will overwrite what is already there, but when we hit finish, the icons disappear on the c

How to fix missing filenames in a folder of images?

I have a folder comprising .jpg images with filenames name1.jpg, name2.jpg, etc. I wish to change their filenames to 0.jpg, 1.jpg, 2.jpg, etc. The following is

Firefox alt text appears while loading image

On Firefox if you refresh a page you'll see the alt text appearing while an image is loading. You can see it just on this Mozilla page (check the first image).

How to convert CameraController's XFile to Image type in Flutter?

Flutter's CameraController has a takePicture() method for taking picture from the camera which gives type of Future<XFile>, so I need to convert it to Ima

TypeError: 'ZipFile' object is not callable

I am trying to save the new cropped brain tumor images into the subfolders of TRAIN_CROP, TEST_CROP, and VAL_CROP in the main folder of TRAIN, TEST, and VAL. x

Labmap.pbtxt file creation

I am trying to create my labelmap.pbtxt, but the file is not created. Here's the code Train_Annotations_Path = "C:/Users/JAAD_dataset/Workspace/annotations/Anno

Particle detection with Python OpenCV

I'm looking for a proper solution how to count particles and measure their sizes in this image: In the end I have to obtain the lists of particles' coordinates

Graph Embedding in WEKA

when WEKA is capable of handling plain text, Images, etc., I think it wont be a problem to handle graph embedding. I strongly below it will be augmented with gr

Flutter white flicker when pushing route before backgroundImage

In my flutter app, after the splash screen animation is finished, it pushes to the HomeRoute. The HomeRoute has a backgropundImage which is intended to cover t

I can't upload image in wordpress

when i upload an image in wordpress media library this message appears post-processing of the image failed likely because the server is busy or does not have en

Can I set the order of the images? PHPickerViewController

Using the PHPickerViewController, the result of the selected image will be displayed as a result. Can I set the order of the images? private func makePickerView

How to display OpenWeatherMap icons in weather application?

I'm trying to display weather icons from OpenWeatherMap in my weather application using JavaScript. I've tried using jQuery and other solutions I've seen online

Find question text block in image with Python Opencv

How can I select question blocks in a jpg file with questions in Python code? The codes below select texts. I want to select question blocks with their choices.

Displaying only the right part of an image in QML - sourceClipRect

I'm trying to display only the right part of an image in QML by using the sourceClipRect property Here is a snippet of the code Image { id : _image anc

too big and bad quality image uploads from react-native expo

I am building an app where employees should be able to upload pictures for a product catalog for a website. The application is built with expo react-native and