reginald kwenda
University
2015년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
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...
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...
대략 11년 전 | 0
답변 있음
Colour segmentation on resistor color band and calculate the value
rgbImage = imread('H:R6.jpg'); imshow(rgbImage); cform = makecform('srgb2lab'); lab_he = applycform(rgbImage,...
Colour segmentation on resistor color band and calculate the value
rgbImage = imread('H:R6.jpg'); imshow(rgbImage); cform = makecform('srgb2lab'); lab_he = applycform(rgbImage,...
대략 11년 전 | 0
질문
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...
대략 11년 전 | 답변 수: 3 | 0
3
답변답변 있음
Colour segmentation on resistor color band and calculate the value
@image analyst i was replying to you
Colour segmentation on resistor color band and calculate the value
@image analyst i was replying to you
대략 11년 전 | 0
답변 있음
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...
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...
대략 11년 전 | 0
답변 있음
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 ...
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 ...
대략 11년 전 | 0
