![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9139247_1522131113122_DEF.jpg)
Manjiree Waikar
Followers: 0 Following: 0
Statistica
RANK
18.814
of 297.016
REPUTAZIONE
2
CONTRIBUTI
10 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
40.0%
VOTI RICEVUTI
2
RANK
of 157.725
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to find radon transform when source and sensor are at the same place?
In case of Dorsal hand vein, when source and sensor are at the same place, how can we find the radon transform? I have attached ...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
What are the advantages of using Radon Transform Technique in vein detection system?
Why to use Radon Transform over Wavelet Transform, Hough Transform and FOurier Transform while doing vein detection?
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
Can anyone please explain the meaning of this code?
if true % code boundaries=bwboundaries(handImage1); x = boundaries{1}(:, 2); y = boundaries{1}(:, 1); hold on; plot(...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Can anyone please explain the meaning of below code?
[rows, columns] = size(grayImage); circleCenterX = 120; circleCenterY = 120; % square area 0f 500*500 circleRadius ...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab code for rotation invariant radon transform.
I am having two different images of same person and I want to do identification. I found the projection matrix for two images an...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
How to crop square of size 100 X 100 around the centroid of an image?
I have a binary image with centroid and I want to crop 100 X 100 image patch from the centroid of the image. I tried using imrec...
oltre 7 anni fa | 1 risposta | 1
1
rispostaDomanda
Advantages of Radon Transform Technique over Wavelet Transform and Hough Transform while extracting line parameters.
Sir, I am using Radon Transform technique for extracting line parameters (in the form of projection matrix) from dorsal hand vei...
oltre 7 anni fa | 0 risposte | 0
0
risposteDomanda
How to do operation on an image after making boundary?
I attached the input image before making boundary and output image after making boundary with matlab code. Now how to perform ne...
oltre 7 anni fa | 1 risposta | 0
1
rispostaDomanda
Matlab code to find hand extremeties and centre of a hand after image segmentation.
Sir can you please tell me how to find centre and hand extremeties of hand image. I have attached the respective image here. Act...
oltre 7 anni fa | 2 risposte | 1
2
risposte"index exceeds matrix dimensions" error.
I have this error in my code as Index exceeds matrix dimensions. Error in clusteredit (line 21) green = imIDX(:,:,2); % Green...
quasi 8 anni fa | 0
Domanda
I want to display RGB channels separately and I wrote below code and executed it. Why it shows an error like "Index exceeds matrix dimensions. Error in clusteredit (line 21) green = imIDX(:,:,2); % Green channel" . Please tell me how to tackle this
clear all; newImageRGB = imread('p2_left_norm_1.bmp'); figure; imshow(newImageRGB); title('Or...
quasi 8 anni fa | 0 risposte | 0