Pat
annauniversity
Followers: 0 Following: 0
B.E Electronics and Communication Engineering
Professional Interests: image processing,datamiming
Statistik
248 Fragen
0 Antworten
RANG
5.789
of 294.507
REPUTATION
8
BEITRÄGE
248 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
32.66%
ERHALTENE STIMMEN
7
RANG
of 20.119
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 151.819
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
decompressing an compressed image
I have a code for compression please telll how to decompress an image from that compressd image y=imread('dock.jpg'); y=rgb2...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
why does my program terminate
Hiwhile i run this program my programhangs on ,dont now why,can anyone help me please Fuzzification [nu da]=xlsread('...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to join character
I have a string, after preprocessing i get result as str=Institution/College Name; When i split the string using ...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
How to delete repeated elements in column
I have 10x4 array with strings say D={'Run' '' 'play' ''; '' 'go' '' 'sit' ; 'Run' '' ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to label y axis in scope
I want to label y axis in scope.can any one tell how to do it.I tried everything but only title I could change.
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to differentiate images
i have code for segmentation he = imread('without algae2.jpg'); imshow(he), title('H&E image'); text(size(he,...
fast 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to detect white regions in image
I have a code below to detect exudates from retina Images clc; close all; clear all; workspace; % Display workspac...
fast 10 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Error when using wavelet transform
I am working on speech recognisation .I have used dt cwt for feature extraction.But when i used the codes from toolbox in link ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to use c4.5
I am working on a dataset for suppy chain management,In that i have to use c4.5 for decision making,The dataste consists of 8 fi...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to add folder automatically
I have a folder named project,inside this project folder i have many .m files and 3 folders(images,imaeges1,code) inside the im...
mehr als 10 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to convert data to fuzzy data using fcm
I have a image http://imgur.com/rOoWVJH i this they have clustered data using fcm,i have used inbuilt fcm command ,but c...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to see the typed letter in GUI
I have acode below (in key press function) GUI password = get(handles.edit1,'String'); key = get(handles.figure1,'curren...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
intrgrating matlab and .net
I have executed matlab program and the output is a number ,noe iwant to pas the output to .net,so a process is performed in .ne...
mehr als 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
imfindcircles not giving answer
I want to find circles in a image,i used imfindcircles ,and used example in it which gave good result,but if i use my own image ...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
encoding a complex number
I know to encode and decode a integer number,but wen it comes to complex numbers i did have idea on how to start with for exampl...
mehr als 10 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to classify an image
I am working on classification of images,i have 500 categories of images with 8 images for each category,i need to use a classif...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Different clusters form different values
I have 3 images and have clustered into 3 clusters, for example i have clustered blue colour into one cluster ,wen i took m...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to find class label in testing
I am working on elm classifier,I got some source codes from internet ,and in that only,training and testing accuracy and time is...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to rename a gui
I have a GUI and have named it as final ,now i want to change it to Biometric Solution by M.JOSE if i save as like this i...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to use op-elm toolbox
i am using OP-ELM ,I have dataset in a xls file of numeric values in documantation i have seen data.x data.y datate...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
pwm voltage control source
I am working on upqc devices ,here i have sen that the shunt part is controlled by PWM voltage source and SERIES PART is controi...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
error in retrieving image
I am doing watermarking using dwt svd but my extracted image is not as the watermarked image kindly assist,I have attached the s...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to save the data
I am working on OCR,i have seen file exchanges,but the thing in <http://www.mathworks.com/matlabcentral/fileexchange/18169-opt...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
reading letters using OCR
I have a image in want to read the letters,but those letters are not read it shows just one letter,plz tell how to read it using...
mehr als 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to get clear text
I have a image below which is a cropped one ,i want to make the background black in colour and text text,i used some code,but am...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
calculating PSNR for signals
I have 2 signals of wav files,original and extracted,now i have to find error and PSNR ,please tell what is the formula for calc...
mehr als 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to impletement this
I have the following equation,please tell how to implement it http://imgur.com/EmlFH
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to delete mat file
i have saved a variable by using save('fp_database.mat','data'); i want to delete this file so i tried delete('fp_...
fast 12 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Finding the Euclidean Distance
I have values as data2 = [20x480 double] [20x480 double] [20x480 double] [20x480 double] { ...
fast 12 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create database to store values
I have extracted two eatures of an image and have saved it in a variable A=[f1 f2]%f1,f2 features now i have 100...
fast 12 Jahre vor | 1 Antwort | 1