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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 3 个回答 | 0