Feeds
질문
remove objects in image that have larger columns than rows
Hello how can remove objects in image that have larger columns than rows in RGB images . Thank you
대략 6년 전 | 답변 수: 1 | 0
1
답변답변 있음
Rectangle around the object, Bounding box,
Hello rectangle('Position',[st.BoundingBox(1),st.BoundingBox(2),st.BoundingBox(3),st.BoundingBox(4)],... 'EdgeColor','r',...
Rectangle around the object, Bounding box,
Hello rectangle('Position',[st.BoundingBox(1),st.BoundingBox(2),st.BoundingBox(3),st.BoundingBox(4)],... 'EdgeColor','r',...
대략 6년 전 | 0


