Alvindra Pratama
Followers: 0 Following: 0
Statistik
RANG
22.804
of 295.569
REPUTATION
2
BEITRÄGE
25 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
56.0%
ERHALTENE STIMMEN
2
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
How can I show the values from vision.CascadeObjectDetector?
Previously I have made a program using the viola jones taken from vision.CascadeObjectDetector and the program been able to run ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortViola Jones Face Detection
I have the same problem with you, do you find the solution? if you do, please share the solution with me
etwa 8 Jahre vor | 0
Eye detection from an Image using vision.CacadeObjectdetector... Not working...
Did you try to with higher mergeThresold value?
etwa 8 Jahre vor | 0
How can I show Haar feature scan on my face image in matlab
I have the same problem with you, do you find the solution? if you do, please share the solution with me
etwa 8 Jahre vor | 0
Frage
How to learn and show the values of each of the key on the viola jones?
Previously I have made a program using the viola jones taken from vision.CascadeObjectDetector and the program been able to run ...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
What is the meaning of an error "Matrix dimension must agree?"
Why i got that error when i tried to load an image? Can someone explain me about that error & how can i solve the error?
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to implement threshold in PCA for face recognition?
Hello, i'm now working with PCA for recognition. i get confused to get and implement threshold in PCA, can someone help me?
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why i get error "Matrix dimensions must agree." when i input non-face images?
Hello , i'm now working with PCA to recognized face. When i choose a face image as test image, my porgram not error and going a...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to display the minimum value from in plot?
I have write this code to show my result into plot : figure, plot(mahal); xlabel('Banyak Data'), ylabel('Hasil P...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to call an edit text of a.fig to b.m?
i have a GUI that i save in file named as a.fig, of course a.fig has a file called as a.m i want to ask, is it possible if i wa...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Whether the RGB image which has been transformed into the Grayscale still have a 3D matrix?
excuse me, i want to ask, i have saved grayscale images before, but why that still have 3D matrix and not 2D matrix although the...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to save an image into direct folder with increment filename using imwrite()?
i'm new in matlab and i have a problem that i can't solve it like this. Here my new code : folder = 'H:\SKRIPSI\Citra L...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to prevent image that has been stored not overwrite using imwrite?
I want to save an image from current axes directly to a folder in my computer using this code : img = getframe(gca); ...
mehr als 8 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to solve "Error using ' Transpose on ND array is not defined. Use PERMUTE instead." ?
i have convert image from rgb to gray using this code : axes(handles.axes3) cropface=imcrop(X,face); newsiz...
mehr als 8 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
How to make auto generate variable name and save to .jpg format?
i have code like this : global datasetNumber; img = getframe(gca); baseFileName = sprintf('%d.jpg', dataset...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make auto number increment?
I have a GUI like this : <</matlabcentral/answers/uploaded_files/53499/2016-06-02_203532.png>> I want to make automatic nu...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create an auto generated number?
here I would like to create an auto generated number that when I chose the image of the browse button, then the image will appea...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can i display the data what i want to looking into the table?
i Have a GUI like this : <</matlabcentral/answers/uploaded_files/53207/2016-05-28_110622.png>> I have about 100 data store...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to adjust the column width to the length of the data
i have a table in GUI like this :: <</matlabcentral/answers/uploaded_files/53208/2016-05-28_124639.png>> We can see that t...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Why the result is Ljava.lang.string after i select multiple images & store the to MySql?
I have chosen several images from a one folder, after i select 3 images & displayed them into edit text. Edit text displaye...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to convert Ljava.lang.String; ?
i have a GUI like this : <</matlabcentral/answers/uploaded_files/53064/2016-05-26_160919.png>> Ket.Foto is a list of four ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I distinguish between grayscale and color images?
I have a uigetfile function to take a picture from a folder in the directory D. What I would like to take is a grayscale image. ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Whether the use of the function mahalanobis following is correct?
It's my first time to use mahalanobis for calculating & comparing distance of all projected trained images from the projected te...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to make a loop to the if else situation ?
I have a coding as follows: if (idxi >=1) && (idxi <=5) idx='1'; elseif (idxi >=6) && (idxi <=10) idx='2'; elsei...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can i use function get.handles in prompt?
I want to know how is it possible? If the answer is yes, please give me an example code
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How do I use mahalanobis in face recognition using PCA?
I've got a previous coding from mathworks file exchange on face recognition using PCA, but in the coding is still using euclidea...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can i use CellSelectionCallback correctly?
I had a problem when I memlilih one cell in the table to be displayed into the text edit, when I choose a cell 1 then that arise...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to get the pathname and filename of some files that I have chosen?
I've managed to select multiple files through a GUI matlab, but I just get the pathname and filename of the last file alone, for...
mehr als 8 Jahre vor | 1 Antwort | 0