photo

ATHIRA P M


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

14 Fragen
0 Antworten

RANG
125.243
of 300.369

REPUTATION
0

BEITRÄGE
14 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


IMAGE PROCESSING and warping
how texts warped in an image?

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


selection of patches and key word insertion
Dear sir, I segment the image using super pixel segmentation algorithm.Next i need to select the patchecs and some keywords sho...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


warping of two images
Dear sir, iI want to warp two images.The code and images are attached below.But the warping result is not correct.Please help ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


selection of patches of an image
Dear sir, I use superpixel segmentation algorithm for patch generation,the output image is attached. I = imread('capture1.jpg'...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


rank keywords using length
Dear sir, I rank the keywords firstly according to its occurance.Next the output keywords should be ranked according to its len...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Display variable name as output
Dear sir, I sorted the values from lowest to highest. Output is display as values. I want to display it as variables. program i...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


length of major axis of the patch
Dear sir, How find the length of major axis of the patch? The image is attached.please help me sir

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Area calculation for patches
Dear sir, I want to find the area of the patches,which is the no of pixels within the region.How it is calculated? also i want ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


In this function [clustCent,data2cluster,cluster2dataCell] = MeanShiftCluster(dataPts,bandWidth,plotFlag);.what is plot flag.The function program given below
In this function [clustCent,data2cluster,cluster2dataCell] = MeanShiftCluster(dataPts,bandWidth,plotFlag);.what is plot flag.The...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


i use mean shift segmentation aglorithm for silhoutte image generation,but not getting an output?
sir what is the problem of code?

fast 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


sir i want to pad 5 ones after 50 symbols repetedly,how to modify the code given below,please help me
clc clear all; close all; cp=5; % create binary data symbols x=randi([0,1],1,100); %modulation m=qammod(x,16); tx = [ m ...

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


while running code for meanshift algorithm,shows the error below.how correct it?
clear all close all clc x = double( imread('athira.jpg') ); y = meanShiftPixCluster(x,20,32); ...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


sir shows an error in line2
A = imread('athira.jpg'); [L,N] = superpixels(A,168); figure BW = boundarymask(L); imshow(imoverlay(A,BW,'cyan'),'InitialMag...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


hello sir,i am new in matlab.By using imhist show an error
RGB = imread('figure.jpg'); redvalue=RGB(:,:,1); greenvalue=RGB(:,:,2); bluevalue=RGB(:,:,3); sprintf('Value of the red,gree...

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort