Feeds
질문
How to use Videofile in matlab
Hello! I can use the frames of my videofile by: MV = mmreader(My videofile); %To read Movie for num=SF:STEP:EF img(:,:,...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
How to use specific position in binary image
Hello, i have bw image with some objects on it, i have detected an object and give him a number, Now I want to track it from ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
From double 2 binary
Hello, I have an image from type <426x640 double> and i want to convert it to binary format with my threshold. Then I try this ...
대략 11년 전 | 답변 수: 1 | 0
1
답변질문
Rectangle around the object, Bounding box,
Hello, I used this code to make rectangle around the object at binary image: st = regionprops(BW, 'BoundingBox' ); figure,...
대략 11년 전 | 답변 수: 6 | 3
6
답변질문
Center of mass in binary image
Hello, I have a binary image with one object. How can I calculate the center of this object, to mark it in my image and to writ...
대략 11년 전 | 답변 수: 3 | 1
3
답변질문
An object with the biggest amount of scope in the Binary image
Hello, I have a binary image with n white objects (not connected). How can I leave only the object with the biggest amount of ...
대략 11년 전 | 답변 수: 3 | 0