Feeds
질문
how to crop the binary image from the point of the centroid of an image to some extent in real time?
i tried using imcrop but the video wont run. i also tried using this code d=15; %cropping radius cropped = f(x0-d:x0+...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
how to create a database to be used in sign language recognition?
i guess this is what people call the training set, how do i do this? do i have to convert frames to image files?
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to track blobs and set a specific dimension for analysis?
good day! im currently on a project that tracks certain colored objects in real time, and extract its data for further process....
13년 초과 전 | 답변 수: 0 | 0
0
답변질문
how to count for whitespace symbol occurrences in a .txt file?
i found a way to read the .txt file and count the symbols using this code: v=textread('FF7.m','%c'); count=length(strfind(v,...
13년 초과 전 | 답변 수: 2 | 0
