
suong Tran
University of Technical Education
Followers: 0 Following: 0
Feeds
已回答
find what is the bounding box that encircles the whole objects as one unit?
% Read the image I = imread('image.png'); I2 = rgb2gray(I); T = adaptthresh(I2,0.4,'ForegroundPolarity','dark'); %imshow(...
find what is the bounding box that encircles the whole objects as one unit?
% Read the image I = imread('image.png'); I2 = rgb2gray(I); T = adaptthresh(I2,0.4,'ForegroundPolarity','dark'); %imshow(...
2 months 前 | 0
已提交
skin_face_detecting
This code can be used to detect face if the color of the background is not the same skin color.
13 years 前 | 2 次下载 |
