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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
2
답변질문
Levels in an image
What does it mean by the maximum number of levels in an image?
대략 12년 전 | 답변 수: 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년 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 1