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
