photo

Feynman


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Creating a "mask" over an image
I am given a project using matlab. With an image I am supposed to separate the RGB of the image into 3 2 dimensional matrices. T...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Finding time with nested loops
I am given a task to do in matlab where using nested loops, I am supposed to determine the amount of time spent above 50,000 fee...

casi 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can I set up an RGB threshold
image_R = image(:,:,1); R_thres = sum(sum(image_R))/numel(image_R); image_G = image(:,:,2); G_thres = sum(sum...

casi 11 años hace | 0

Pregunta


How can I set up an RGB threshold
I am given an image and using an input value by the user called thrper I am to calculate a threshold value for each of the color...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Replacing elements in matrix with relational operations
I am given a problem where I am given a matrix and I am suppose to change the values of the matrix depending on if a certain ele...

casi 11 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How would you create a mask on an image?
I am doing a project and one of the tasks is to create a matrix with number of pixels x number of pixels x 3 as its size. In the...

alrededor de 11 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to remove G from RGB image
This is for a project and the purpose of this specific task is to see the effects of removing a channel from an image. My profes...

alrededor de 11 años hace | 0

| aceptada

Pregunta


How to remove G from RGB image
How would you remove G from an RGB image?

alrededor de 11 años hace | 2 respuestas | 1

2

respuestas