Feeds
提问
text wont display in real video
theta == 0 while % Formula to acquire theta while thetaLeft == 0 htext = text(.....) if(theta...
7 years 前 | 1 个回答 | 0
1
个回答提问
The expression to the left of the equal sign is not a valid target for an assignment
a = 0 htext =text(0.5,0.6,'ASD') while a = 0 delete(htext) end i have a coding similar to the above style, wond...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to create a textbox with variable data inside it..
I have an image as shown in the attachment, i would like to create a textbox without distrubing the image, prefer the corner and...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to display a variable value inside a realtime video
Let's say i have WorldJoinCoordinate that store all the XYZ data at certain pixel(X,Y) during realtime video, i have the equa...
8 years 前 | 1 个回答 | 0
1
个回答提问
Storing and update xy coordinate in realtime video
while ishandle(himg) trigger(depthVid); [depthMap,~, depthMetaData] = getdata(depthVid); imshow(depth...
8 years 前 | 1 个回答 | 0
1
个回答提问
Measure object width in a depth image (able to choose shoulder width in the image)
How to measure shoulder width of a depth image? I am advice to use these equation so that i will manage to get a shoulder width...
8 years 前 | 1 个回答 | 0

