Statistik
RANG
6.442
of 297.294
REPUTATION
7
BEITRÄGE
47 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
53.19%
ERHALTENE STIMMEN
7
RANG
of 20.418
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 158.373
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
detect straight lines/ Walls from given 3D points
Dear all, I have 3D points of indoor enviroment. I want to remove Walls and leftover should be whatever is between. Any help...
fast 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Reshaping the matrix in specific order
Dear all, Lets say I have array of multiple of 6. I want to reshape that array into matrix such as there are extactly 6 colu...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Divide the 3D feature space into grid and then get their labels
Dear all, I have 3D locations in three vectors, x, y, and z. I want to divide the space into fix numbe of grids lets say 2 x...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Divid 3D space into grid of n x n x n
Dear all, I want to divide 3D space into grids of square numbers. Lets say 3 x 3 x 3.
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
create 3d grid and quantize the 3D points
Hi everyone, I have 3D points. Now I want to create a 3D cells/grid and quantize the points into that grid/cells. In case of 2...
etwa 3 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
How to make precision and recall of same length?
Hello experts. I am working on information retrieval. After searching I have computed the precision (P) and recall (R) for fiv...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to segment binary image
I have OCR in Arabic. I want to segment characters separated by space. Consider following image and help plz. There are three ...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Convert Matrix into string
Dear all, Lets assume I have matrix A = [1 2 3 4 5;6 7 8 9 10;11 12 13 14 15]; Now I want to write CSV file in fo...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Assigned clusters to new data
Hello experts, Lets assume I have done kmean clustering using [a C] = kmeans(X,1000); Now I want to assigned new dat...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Create Array Map or get all indices of the given 2D matrix
Hi everyone, Let say I have two array *a* and *b*. Let a = [1 2 3], b = [4 5 6]; I want to get C= [1 1 1 2 2 2 3 3 3 4 4 4...
fast 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to read CSV file with different format ?
I have file that is CSV format, or any format that is tab separated. There are three columns in it. The first column is integer ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Codegen Errors. How to do It
I have one function which is quite slow in bigger Data, I m interested to convert into C (Mex). I tried one example. my func...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Any builin Library for Data synthesis for OCR
Hello the expert community, I am interested to train OCR for hand written numerals. I have taken 400 images of hand written....
fast 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Change the Line width in imfreehand?
Dear all, I am interested to increase the line width in *imfreehand* and also it should not be poly. To avoid poly I do this....
fast 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to click the subplots
I want to get the indexces of the subplot if clicked by mouse. For example, I have 10 figures shown by subplot. for i=1:10 ...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to create all range of given vector (possible permutations)?
How to create all possible values of vector. For example, I have binary vector of length 2, then are possible four vectors. ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to get character from mouse
I want to get input from mouse for as image. I am working on OCR. *imfreehand* get input from mouse but at the end it turns out ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to search on cell string into other cell string
strfind can find one pattern in string cell array. How can I find one small cell array in to bigger cell array. for example ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Identifying class based on distance voting
Lets say I have three classes. Each class have some template samples. For given query sample I want to find the possible class i...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to make Image scan vertically aligned
Dear all, We all might use CamScannar on our smartphones. Whenever we scan some image, it automatically align the image vert...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Merge two images without light effect
Dear all, Let say I take two pictures without moving the camera with the difference of few sec. Image 1 is denoted as *img1*,...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Create arrays from single array indexes
Lets say I have array *A* which contains the some unsigned numbers. The length of *A* is always even. I have following code whic...
fast 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Eliminate or merge the sequences
Hello everyone, Using vectorization, I want to merge the sequences. Let say I have vector *v* with values v = [43 43 43 ...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to read text strings and count them
Hello All, Lets assume I have one file which contains strings. I want to read that file, and create a matrix of word count/li...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Vectorization dividing row by their maximum.
*Dear All, Let say I have *M = magic(10);* Now I want to divide each element of the matrix by the maximum element row wise. ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to subscript in figures
Hello everyone, I want to have subscript labels in axeses in matlab. Let say I have J = [1 2 3; 4 5 6]; bar(J); ...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Reuse EPS file or obtain the values from EPS
I plotted some curves and saved that file into EPS. Now I have lost the source code to replot those curves. Could I edit EPS or ...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to replace fix colored object from webcame
Dear All, I want to read frames from webcame, and then there is one object of fix color, lets say dark pink color, I want to ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Interpolation with some fix interval
Hi Every body, I have different vectors whose values are between 0-1. The vectors are of different size. Now I want to fit th...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to open mat file that contains DOT
During my program, I saved matfile with following name experiment_1.1_test.mat *but when I try to load I receive following...
mehr als 12 Jahre vor | 1 Antwort | 0