Feeds
提问
Loading a mat file consisting a variable
I have a function in which the value of variable b comes from another function. I have mat files saved named des1,des2,des3,des4...
12 years 前 | 2 个回答 | 0
2
个回答提问
View images in between loops
I have a video on which i have implemented the hand detector code. Hand detector code detects hand in one frame of a video and s...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to save voice from speaker?
I am working on sign language project. I have to convert text to speech. I will be implementing my code on a video and all resul...
12 years 前 | 1 个回答 | 0
1
个回答提问
Field of non-structure array Error
Attempt to reference field of non-structure array. Error in CreateHOGRep (line 6) hogrep.II=hogopts.LUTind(DI); Error i...
12 years 前 | 2 个回答 | 0
2
个回答提问
size function in MATLAB
As we write size(img),it returns 3 values. I need to know what does the last value tells us? My result is 240 320 5. What does...
12 years 前 | 1 个回答 | 0
1
个回答提问
To display an image
I want to display images from a for loop. Whenever i write imagesc() drawnow; I do get the images but they are scaled. I donot ...
12 years 前 | 2 个回答 | 0
2
个回答提问
Levels in an image
What does it mean by the maximum number of levels in an image?
12 years 前 | 2 个回答 | 0
2
个回答提问
Purpose of ceil in fspecial
These are few lines from a code: s=3; M=imread('I.jpg'); I=rgb2gray(M); %filter h=fspecial('gau...
12 years 前 | 1 个回答 | 0
1
个回答提问
How to find variance
What if my face detector detects faces to within 10 pixels of the actual face location 95% of the time. If we assume this error...
12 years 前 | 1 个回答 | 0
1
个回答提问
Bounding Box
I have the coordinates obtained from the bounding box .As it gives the upper left corners and x_width and y_width. What are the...
12 years 前 | 1 个回答 | 1