Statistik
RANG
8.570
of 295.673
REPUTATION
5
BEITRÄGE
21 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
5
RANG
13.088 of 20.262
REPUTATION
23
DURCHSCHNITTLICHE BEWERTUNG
3.00
BEITRÄGE
2 Dateien
DOWNLOADS
2
ALL TIME DOWNLOADS
235
RANG
of 154.257
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
Gesendet
Segmentation of Sub-Words within Handwritten Arabic words
Matlab implementation of my paper, "Efficient segmentation of sub-words within handwritten arabic words"
fast 6 Jahre vor | 1 Download |
Frage
Matlab taking forever to give a simple result - something that java does in seconds
I am trying to do encryption in Matlab using Paillier, I found online implementation in Java, since I know matlab and am very ba...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Modulus of a negative exponent in matlab?
I am basically trying to perform euclidean distance calculation in the encrypted domain (Paillier encryption). Using the homomor...
mehr als 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Converting some Java code to Matlab
Hi, I need some help in converting some java code to Matlab. I have absolutely no knowledge of java and hope anyone here with...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
[Help in Formula implementation] Why am I getting a float value when a integer value is expected?
I'm trying to implement the Paillier cryptosystem in Matlab using the key generation guidance available here: <https://en.wikipe...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
Text Line Extraction using Projection Profiles
text line segmentation
fast 7 Jahre vor | 1 Download |
Frage
Parallel Loop cannot run because of a temporrary variable
I have a script that extracts 3DSIFT descriptors from a video clip. The problem is that due to the large number of keypoints it ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Changing the radius of the LTP feature extractor in this code
Hi, Ive downloaded the following code for extracting the LTP of an image for classification. The code extracts the LTP code i...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I visually show that using fixed min and max for histograms is better?
I'm classifying people based on biometric features extracted. I thought that it would be best to represent these features in a h...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is there any way to change variable to string for the save function?
So I have many instances of Matlab running on the same drive. Every instance will calculate some result and then save it based o...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to select the components that show the most variance in PCA
I have a huge data set that I need for training (32000*2500). This seems to be too much for my classifier. So I decided to do so...
fast 9 Jahre vor | 4 Antworten | 4
4
AntwortenFrage
Is it possible to find the confidence level of classifier scores?
I have a writer recognition system that gives back an NLL (Negative Least Likelihood) score for a test sample against every trai...
fast 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to detect objects in an image based on colour?
I am using a handwriting database for writer recognition. I'm using the QUWI database, it has a sample of an original image and ...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Understanding Gaussian Mixture Models
I'm trying to understand GMM by reading the sources available online. I have achieved clustering using K-Means and was seeing ho...
etwa 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Dividing up a word into letters based on the coordinates already present?
I was able to detect the letters in an Arabic word and record/save its coordinates. The word or image in question is: <</m...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to detect the circle-ish shape in an image
I have this image: <</matlabcentral/answers/uploaded_files/15364/frsd.jpg>> And I wanted to detect the circle shape fr...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to combine the process of object recognition/detcetion from start to finish?
I'm teaching myself machine learning. Using online courses In have understood the concept of linear regression, logistic regress...
mehr als 10 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Which machine learning algorithm should I use to identify these sections?
I'm looking to identify the part I marked in red (this part is written with many variations but the structure remains the same, ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to avoid the information loss of image conversion from uint8 to logical and then back to uint8?
For example consider the image below, it is a jpeg in unint8 format. <</matlabcentral/answers/uploaded_files/11190/Writer1_03...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I identify close matched regions from this vector?
Hello, I have this 1D vector: <http://pastebin.com/UiSkJ7Da posted in Pastebin> . Just by looking at it I can tell that I...
mehr als 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Why is the entire image copied instead of the axes only?
What I have is a plot showing the area of connected components. What I want to do is to further work on the plot figure such as ...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to correctly read the data from an image .dat file?
I have a .dat file created by a C++ code segment. The format of the dat file is as per these guidelines: <http://users.iit.demok...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to automatically get the area values from a plot (axis values?)?
Hello, I have a plot figure which consists of 'blobs'. Each blob represents the area of a single character of the image on wh...
mehr als 10 Jahre vor | 1 Antwort | 0