Réponse apportée
A problem in using imhist to display histogram of indexed image
This is a bug that's been part of imhist() for a very long time. When fed an integer-class indexed image, the colorbar will be ...

environ un mois il y a | 0

Réponse apportée
Make only the highest values of grayscale image transparent
I'm going to assume that the goal is to combine two images of the same page geometry and then save the result. If the end goal ...

environ un mois il y a | 0

Réponse apportée
Matrix of fading colors
Loops aren't needed. % don't embed parameters into the code outsize = [256 256]; % [y x] % i'm assuming we live prior to R2...

environ 2 mois il y a | 0

Réponse apportée
Reading image into 16 bit signed int
There's no elegant and succinct way of doing this with base tools alone, considering that you'll potentially need to support mul...

environ 2 mois il y a | 0

Réponse apportée
how to convert a monochrome image of depth 24 bits into a monochrome image of depth 8 bits ?
Here's a more comprehensive example which should handle both unsigned and signed integers. Attached are two demo images. One i...

environ 2 mois il y a | 0

Réponse apportée
How can I save a 32 bit image (uint32) as a tiff?
Here's a simple demo that should demonstrate writing odd numeric classes to a TIFF. This supports 8,16, and 32 bit signed and u...

environ 2 mois il y a | 0

Réponse apportée
Normalizing by means of zero-mean
I'm going to stick this here and close the duplicate threads. What's missing from this form of the question is that the input i...

environ 2 mois il y a | 0

Réponse apportée
How to find a polygon in an image
This is largely assembled from existing examples. I'm sure we can find a way to break it, but this image is pretty forgiving. ...

environ 2 mois il y a | 0

Réponse apportée
Imfuse 'blend' issues
Like most cases, I don't see the point of using imfuse() here. If you're treating the images as if they're binarized, make sure...

environ 2 mois il y a | 0

Réponse apportée
Bluewhitered function in tiledlayout environment
Unlike other map generators, bluewhitered() depends on the caxis of the current axes. You need to generate the map after you se...

environ 2 mois il y a | 1

| A accepté

Réponse apportée
How can i change ppm image resolution when I using Imread?
Good gravy. I finally figured out what you're doing. You're writing your PPM files using 'maxvalue' set to 1023. This is wh...

environ 2 mois il y a | 2

| A accepté

Réponse apportée
error
We know the following: You get a warning that a specific user-created (or downloaded) filename is preventing the use of a built...

environ 2 mois il y a | 0

Réponse apportée
how to get the pixel value of histogram?
You have the bin values. You know which bins you want. Why are you zeroing the histogram counts instead of changing the image?...

environ 2 mois il y a | 0

Réponse apportée
Make an image darker with overlay of another image
If your images are in standard scale (i.e. correctly scaled for their class), then I don't see why you'd be using imagesc() to d...

environ 2 mois il y a | 0

Réponse apportée
Coor image enhancement in spatial domain
"Enhance" is shorthand for "read my mind and do whatever it is that I want but haven't spent enough thought to formally conceive...

environ 2 mois il y a | 0

Réponse apportée
Drag histogram to adjust contrast
You're asking for a graphical image adjustment tool while simultaneously asserting that you can't use the extant ones because yo...

environ 2 mois il y a | 0

Réponse apportée
Poor imshow image quality
The image is being drawn into a TiledLayout with the default wide padding and tile spacing. A ton of space is being wasted. ...

environ 2 mois il y a | 0

Question


How to report/flag a user or a ThingSpeak channel?
When I find spammers, I often tend to check their profile to see what else needs cleaned up. Occasionally there are accounts li...

environ 2 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
finding 4 neighbor of pixel in grayscale image.
Disregarding edges, the 4-neighbors of a pixel IM(y,x) are obviously %IM(y,x+[-1 1]) % horizontally-adjacent pair %IM(y+[-1 1]...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
Input is a valid integer
Assuming the input x is a char vector from input() which represents a numeric scalar: isvalidnumber('56') % positive scalar int...

environ 2 mois il y a | 0

Réponse apportée
Unequal, custom, non-evenly spaced colorbar intervals
It can be done, but it's annoying to do. A lot of people take shortcuts and represent nonuniform intervals with uniform colorba...

environ 2 mois il y a | 0

Réponse apportée
How can one use a variable to set color of a line plot , and use colorbar?
Here's a simpler way to do it using patch(). % the data as given load koordmean load anx % the coordinate data x = koor...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
how to use drawcircle methods with centroids array from bwconncomp
You're repeatedly overwriting h before you do anything with it. It's not clear what you expect to happen. If you just want the...

environ 2 mois il y a | 0

| A accepté

Réponse apportée
how to plot the data over an image of graph to validate the data?
You can plot things over an image, but good luck guessing whether or not your image features actually line up with the coordinat...

environ 2 mois il y a | 1

| A accepté

Réponse apportée
why file did not appear
Maybe it has something to do with that big red error because you created an invalid file name.

environ 2 mois il y a | 1

Réponse apportée
how to get Integrated circuit pads in image?
This is not robust or applicable to other images or types of packages % read the image inpict = imread('https://www.mathworks....

environ 2 mois il y a | 0

Réponse apportée
extracting values from an image with color legend
% the image inpict = imread('https://www.mathworks.com/matlabcentral/answers/uploaded_files/1699336/image.png'); % extract...

2 mois il y a | 0

Réponse apportée
Weird Imhist beahviour seen
I don't know where everyone is getting uint12-scale images, but I guess it's a thing. I posted an example which demonstrates th...

2 mois il y a | 2

Réponse apportée
Problem with Imhist method
I saw this last night and threw together a demo when I was making the demos for the webdocs. The majority of the work here was ...

2 mois il y a | 1

| A accepté

Réponse apportée
Why does imhist() do this?
We'll see what shakes on the bug report. I was already writing around imhist() in the MIMT tool, expecting to come back and m...

2 mois il y a | 2

Charger plus