Skip to main content
0 votes
1 answer
78 views

I have trying to insert a binary image string (of a PDF) into Postgres table from my Spring Boot Application. I'm using JPA for DB operations. The corresponding field in my Entity class is declared as ...
PoornaChandra's user avatar
0 votes
0 answers
25 views

I’m working with a binary image generated from a microscopy image where I’m trying to calculate the surface coverage of stack-like structures (cells). The image visually shows these structures ...
Felicia's user avatar
0 votes
0 answers
65 views

I have a binary image and want to set black to a grayscale colour, e.g. 160, in matlab. How do I change the colours of a binary image? I understand it is no way to change the color back to original, ...
oviearies's user avatar
1 vote
1 answer
159 views

I have the task to find the center, the side length and the rotation angle of a square in a binary image. In addition i have the following information given: Given a binary image with white (=True) ...
Felix's user avatar
  • 41
1 vote
0 answers
67 views

I'm trying to combine the binary mask of humans, but masks are of different shape. Suppose in a frame there are four humans, I can get the individual mask for each of the four humans. I want to ...
GOPI KRISHNA's user avatar
-1 votes
1 answer
91 views

I have a categorical image with the size of 14400 * 7200. I am trying the following code to colorize the values ​​in this image. It works but takes a long time. How can I do this in a shorter time? ...
geomaticpoly's user avatar
0 votes
1 answer
796 views

I'm trying to detect a polygonal shape in a binary image. If the shape is white then the background is black and vice versa. For example if the shape is white it has some black spots in it and the ...
Puki Duck's user avatar
1 vote
1 answer
69 views

I have a (big) boolean array and I'm looking for a way to fill True where it merges two sequences of True with minimal length. For example: a = np.array([True] *3 + [False] + [True] *4 + [False] *2 + [...
Jon Nir's user avatar
  • 593
-1 votes
1 answer
442 views

I am trying to encode image using JBIG2 encoder that I have installed using Macports. https://ports.macports.org/port/jbig2enc/ I have also installed leptonica from Macports: https://ports.macports....
Sahil Sharma's user avatar
0 votes
1 answer
108 views

I am trying to implement the JBIG compression for some images. I just want to know the compression ratio achieved by the algorithm. For this, I am using JBIG-KIT by Markus K. https://www.cl.cam.ac.uk/~...
Sahil Sharma's user avatar
0 votes
1 answer
173 views

I am relatively new to Python and would like some help with some ideas to solve this problem... I have a black and white image as so: black image with white dots And essentially need to get the ...
olivia's user avatar
  • 1
0 votes
1 answer
433 views

We have a license for https://www.qr-code-generator.com/ which has an API located here https://www.qr-code-generator.com/qr-code-api/ I'm using Google Apps Script in a Google Doc. When I make an API ...
Dylan Banta's user avatar
2 votes
2 answers
966 views

I am processing binary images, and was previously using this code to find the largest area in the binary image: # Use the hue value to convert to binary thresh = 20 thresh, thresh_img = cv2.threshold(...
Katie Price's user avatar
0 votes
0 answers
44 views

I have a 3D binary raster image. There are two segments and some space between them. I want to find the center of that space between the segments. (Segments: Black, Center of Segment: Blue, Wanted ...
Caetox's user avatar
  • 1
0 votes
0 answers
150 views

Hello everyone how can i convert image to binary 0 and 1 like this : give the image and convert it like this : 11111111111111111111111111 11111100111111111100111111 11110001111100111110001111 ...
Sohaib El Mediouni's user avatar

15 30 50 per page
1
2 3 4 5
9