photo

reginald kwenda


University

Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

Third year student at Coventry university

Estadística

MATLAB Answers

1 Pregunta
5 Respuestas

CLASIFICACIÓN
193.709
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
1 Pregunta
5 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Colour segmentation on resistor color band and calculate the value
rgbImage = imread('R6.jpg'); subplot(2, 2, 1); figure(1), imshow(rgbImage), title('resistor'); %Convert the image...

más de 10 años hace | 0

Respondida
Colour segmentation on resistor color band and calculate the value
rgbImage = imread('H:R6.jpg'); imshow(rgbImage); cform = makecform('srgb2lab'); lab_he = applycform(rgbImage,...

más de 10 años hace | 0

Pregunta


Colour segmentation on resistor color band and calculate the value
hello guys i am trying to segment colour bands of a resistor using image processing and calculate the colours to give resistance...

más de 10 años hace | 3 respuestas | 0

3

respuestas

Respondida
Colour segmentation on resistor color band and calculate the value
@image analyst i was replying to you

más de 10 años hace | 0

Respondida
Colour segmentation on resistor color band and calculate the value
i have got the code to detect most of the colours except black and white. From there how can i use if statement to give each col...

más de 10 años hace | 0

Respondida
Colour segmentation on resistor color band and calculate the value
Hello guys, I am working on the same problem. I have managed to detect Red, Green, and Blue following an example that was given ...

más de 10 años hace | 0