Andrew Fowler
Inserm U1060
Attivo dal 2011
Followers: 0 Following: 0
Statistica
All
RANK
5.733
of 301.533
REPUTAZIONE
4
CONTRIBUTI
1 Domanda
6 Risposte
ACCETTAZIONE DELLE RISPOSTE
100.0%
VOTI RICEVUTI
2
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
How can i get RGB value if i have position(x,y)
Since RGB images are really 3D matrices, you can use the squeeze command : pixelRGB = squeeze(yourImage(x,y,:));
How can i get RGB value if i have position(x,y)
Since RGB images are really 3D matrices, you can use the squeeze command : pixelRGB = squeeze(yourImage(x,y,:));
oltre 14 anni fa | 0
Risposto
Optimize vector position and values to form another vector.
You could set up your problem in a couple of ways. The easiest would be by brute force using nested loops, though it may not be...
Optimize vector position and values to form another vector.
You could set up your problem in a couple of ways. The easiest would be by brute force using nested loops, though it may not be...
quasi 15 anni fa | 0
Risposto
Relative entropy between 2 images.
The entropy is calculated from the histogram of the image, so if you have the same pixel values, it doesn't matter if you shuffl...
Relative entropy between 2 images.
The entropy is calculated from the histogram of the image, so if you have the same pixel values, it doesn't matter if you shuffl...
quasi 15 anni fa | 0
Risposto
saving figure at specefic resolution
Have you tried IMWRITE? Depending on the format you want to save as, you can specify the resolution in the command. You have t...
saving figure at specefic resolution
Have you tried IMWRITE? Depending on the format you want to save as, you can specify the resolution in the command. You have t...
quasi 15 anni fa | 0
Risposto
Image Processing: DeInterleaving, is it possible?
This should be fairly straightforward if you are already working with a format that can be easily imported into matlab as an arr...
Image Processing: DeInterleaving, is it possible?
This should be fairly straightforward if you are already working with a format that can be easily imported into matlab as an arr...
quasi 15 anni fa | 1
Risposto
Fuzzy logic for image processing
I'm a little unclear about what exactly you're trying to do, but what I think you want is to select a region of interest, then c...
Fuzzy logic for image processing
I'm a little unclear about what exactly you're trying to do, but what I think you want is to select a region of interest, then c...
quasi 15 anni fa | 1
Domanda
Multiple colormaps within the same image
I'm working with intensity maps, so BW images. The values in one set of images are 8-bit integers in one, and double precision ...
quasi 15 anni fa | 1 risposta | 0


