photo

Emma Tompkins


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Removing the black background from a non-rectangular RGB image?
I have a non-rectangular RGB TIFF that before I bring into matlab has no background. When I bring it into Matlab there is a back...

7 years ago | 1 answer | 0

1

answer

Question


Creating a custom colormap with min and max pixel values, and white as 0?
I'm looking to create a colourmap where the minimum pixel value to 0 is red to white and 0 to maximum pixel value is white to gr...

7 years ago | 1 answer | 0

1

answer

Answered
Extracting a range of pixel values from a specific RGB band?
NEVERMIND figured it out! need to convert mask to integer and then multiply by the original green band >> I = imread(fullf...

7 years ago | 0

| accepted

Question


Extracting a range of pixel values from a specific RGB band?
I am trying to extract all pixels that are in the range 128 - 256 of the green band on an RGB TIFF. I can create a mask, but whe...

7 years ago | 1 answer | 0

1

answer