mmm ssss
Followers: 0 Following: 0
master student
Professional Interests: image processing,pattern recognition
Statistics
RANK
259.066
of 297.016
REPUTATION
0
CONTRIBUTIONS
30 Questions
1 Answer
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
A problem with 'bwconncomp' function ....
hi all, please i need a help this is a part of my code , T = maketform('affine',[cn -sn 0; ...
meer dan 12 jaar ago | 2 answers | 0
2
answersQuestion
question about im2unit8 and im2unit16???
Hi all 'im2unit8' and 'im2unit16' are not found in my matlab . how can i add them?? Thanks
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
problem in calculation of the mean??
Hi all i have a function , this function when i call it returns to me X which will be of size 55*128.i have a 18 person , f...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i correct this error here "??? Error using ==> eq Matrix dimensions must agree."????
Hi all, i tried to implement this code in matlab ,but i obtained this error"??? Error using ==> eq Matrix dimensions must agre...
bijna 13 jaar ago | 0 answers | 0
0
answersQuestion
what is this error "??? Index exceeds matrix dimensions." mease in this code??
Hi all i tried to implement this code in matlab ,but i obtained this error"??? Index exceeds matrix dimensions."please he...
bijna 13 jaar ago | 1 answer | 0
1
answerQuestion
distance between vectors in matlab???
hi i have a vector of 85*1 size and a matrix contains 85*396. i need to find the distance between the 85*1 vector and all ...
bijna 13 jaar ago | 2 answers | 0
2
answersQuestion
formatting trainning set for testing purpose in matlab?
Hi i have a feature vectors of a 9*1 , for each person i have 4 vectors as 4 trainning images , so i obtaind for99 images a...
bijna 13 jaar ago | 0 answers | 0
0
answersQuestion
how can i create trainning set for pca in matlab?
Hi all i have a database for 49 person , 4 images/person . i need to form training set for pca by representing each image by...
bijna 13 jaar ago | 0 answers | 0
0
answersQuestion
can i create feature vector by this way?????
Hi All i need to ask if it is possible to create a feature vector from the image below by obtaining only the coordinates of...
bijna 13 jaar ago | 0 answers | 0
0
answersQuestion
what is wrong here?please.
Hi All i need to do matching between 2 images in matlab by following these steps: 1.Input: P1, P2 (two images). 2.Vari...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
similarity between 2 B/w images?
Hi All I have 2 B/W images , and i need to measure similarity between them , so for example if i use corr2 function: I1=...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i find the number of the overlapped white pixels between 2 black and white images?
Hi all i have 2D images (BW), i performed transformation on one of them ,while keeping one without any changes , after that...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i translate a 2D image in x ,y directions using matlab?
hi all i have a 2D image , how can i translated it in x direction by using from :x-translation=-tx;to:x-translation=...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i perform a registration to 2D images using ''rigid " transformation in matlab?
Hi All i need to perform registration to 2D image using"rigid transformation" in matlab .i need this for measuring the simi...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
reading and writing mulltiple images automatically?
Hi all i have 250 images stored at E:\HandVein_DataSet these 250 images belong to 50 person , this mean each one has...
ongeveer 13 jaar ago | 1 answer | 0
1
answermoving the center of an image from point to another?
clear all img=imread(.........);%reading image. imshow(img); level=graythresh(img); x=im2bw(img,leve...
ongeveer 13 jaar ago | 0
Question
moving the center of an image from point to another?
Hi All i have this image http://postimage.org/image/91xxambx9/ i want to moving it to the center of the whole figur...
ongeveer 13 jaar ago | 3 answers | 0
3
answersQuestion
removal the outer boundary of bw image?
Hi all i wrote this code y=imread('..........bmp'); bw=im2bw(y); b=bwboundaries(bw); boundry=b{1}; imsho...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
what is the best way for thresholding this image .....please?
i wrote this code { img=imread(..........); imshow(img); medimage=medfilt2(img,[5 5...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
calculation of mean , standard deviation and average for each pixel in an image M*N?
if i have an image M*N if i want to making each pixel in the center of window with 31*31 size , and then compute the avera...
ongeveer 13 jaar ago | 2 answers | 0
2
answersQuestion
how i can transfer this image ?
i have this image http://www.2shared.com/photo/6lTJdWGa/xy_online.html i find it's center by : s=regionprops(image_1,'ce...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
adaptive local thresholding for gray scale image ?
i want to binarization an image by using adaptive local threshold http://www.mathworks.com/matlabcentral/fileexchange/8647-l...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
what does this error mean?
??? Undefined function or method 'adpmedian' for input arguments of type 'uint8'. i tried to implement adaptive median filter...
ongeveer 13 jaar ago | 2 answers | 0
2
answersQuestion
how can i perform gray scale image normalization???
i want to implement normalization to gray scale image to reduce the effect of illumination's differences. the eq. of the gr...
ongeveer 13 jaar ago | 3 answers | 0
3
answersQuestion
what are your opinions to modify this code for improvement the result?
my image is at this link: <http://tinypic.com/view.php?pic=5wh0lg&s=5> i want to implement contrast enhancement, thresholding...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i obtain the final result after roipoly?
hello i have agrayscale image i want to extract my target roi so i wrote this m=imread(.....); BW=roipoly(m); after th...
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
IS this right or not about calculation of Total Variation (TV) for image y?
for a natural image it is difficult to calculate SNR so total variation (TV) will be calculated as an evaluation to noise. fo...
ongeveer 13 jaar ago | 3 answers | 0
3
answersQuestion
how can i implement matched,wiener and smoothing filter on this image????????
Hello i want to implement matched,wiener and smoothing filter on this image http://tinypic.com/view.php?pic=5wh0lg&s=5 ...
ongeveer 13 jaar ago | 0 answers | 0
0
answersQuestion
how can i process this image in excellent way in order to extract veins from image exactly?
http://tinypic.com/view.php?pic=5wh0lg&s=5 please if anyone can help me.
ongeveer 13 jaar ago | 1 answer | 0
1
answerQuestion
how can i implement the global and adaptive local threshold on grayscale image in matalb?
please ,how can i calculate the global and adaptive local threshold for the grayscale image using matlab ?
ongeveer 13 jaar ago | 1 answer | 0