Feeds
답변 있음
I want to draw a boundary around the bubble shown in the image.
clear all close all clc img = imread('Test.jpg'); figure imshow (img); drawnow img = rgb2gray(img); img_1 = histeq(...
I want to draw a boundary around the bubble shown in the image.
clear all close all clc img = imread('Test.jpg'); figure imshow (img); drawnow img = rgb2gray(img); img_1 = histeq(...
거의 8년 전 | 1
