photo

Sukuchha


HFT

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

28 Questions
38 Réponses

Cody

0 Problèmes
14 Solutions

RANG
1 216
of 301 229

RÉPUTATION
62

CONTRIBUTIONS
28 Questions
38 Réponses

ACCEPTATION DE VOS RÉPONSES
57.14%

VOTES REÇUS
12

RANG
 of 21 201

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
32 690
of 173 547

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
150

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 3
  • First Review
  • 3 Month Streak
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
obtain information on excel files
I guess if you know VBA then you can use to get what u want after opening with activeX server. for example below, sheets and co...

plus de 6 ans il y a | 0

Réponse apportée
How to cluster the intensities in a gray scale image?
you can use, median filtering first and provide the resultant image to K-means. You would have use k-means X-times for reducing ...

presque 12 ans il y a | 0

Question


how to simplify connected blobs
Hi, i have a binary image. I can find the boundaries with the bwboundaries and get point list of boundary of a each blobs and p...

presque 12 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
how to find object width in binary image
doc regionprop, see minor axis

presque 12 ans il y a | 0

Question


making column of zero matrix equal to one based on another matrix
Hi , I have a zero matrix (A) of size mxn where m in number of observation and n number of feature. I have another non zero ...

environ 12 ans il y a | 2 réponses | 0

2

réponses

Question


line prunning after skelelton
Hi I am doing some road detection stuff with satellite imagery. So i have detected some roads, and i want to find its end poin...

environ 12 ans il y a | 1 réponse | 1

1

réponse

Question


opening by reconstruction results
I know the algorithm how it works. For illustration process i want to visualise output of opening by reconstruction in each iter...

plus de 12 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Compressing a logical array into a bit-wise boolean representation
may be bwpack is function you are looking. from help. BWP = bwpack(BW) packs the uint8 binary image BW into the uint32 arr...

plus de 12 ans il y a | 1

| A accepté

Question


How do I call BLOCKPROC with more than one input image?
i have two images,and have a function which requires 3x3 sliding window data from both image A and image B. Is there a way to ge...

plus de 12 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
specifying colors in gplotmatrix
bump again. Somebody ?

plus de 12 ans il y a | 0

Réponse apportée
specifying colors in gplotmatrix
bump

plus de 12 ans il y a | 0

Question


specifying colors in gplotmatrix
i am ploting some data with gplotmatrix, and i have more than seven categories which i want to plot in different colors. gplot a...

plus de 12 ans il y a | 2 réponses | 0

2

réponses

Question


efficient use of extracting mean over segments
Hello, I have image (Iseg) where i have number of segments. Each segments is represented by unique number in Iseg. The segments...

environ 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
calculating an expression in an efficient way
this is what i tried so far. Image = zeros(10,10); % put ones Image(5,5)=1; Image(10,10)=1; [x,y]=mes...

plus de 13 ans il y a | 0

Question


calculating an expression in an efficient way
I have binary image size mxn with K number of 1's at different location (Xk,Yk). Now i want to produce a spatial voting image s...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

A résolu


Count photos
Given n people, everyone must have pictures taken with everyone, each photo includes only two persons, please count the total nu...

plus de 13 ans il y a

Question


quasi flat zone labelling ( Morphology analysis)
Anybody aware of matlab code written to perform quasi flat zone labelling for multichannell image first proposed by Peter solie ...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


treebagger random forest
In the help file, it is stated that setting Setting 'NVarToSample' argument to any valid value but 'all' invokes Breiman's 'ra...

plus de 13 ans il y a | 1 réponse | 0

1

réponse

Question


reading from txtfile
i have a txt file,from which i want to read following lines into matlab. How can I read it ? class lookup = { 0, 0,...

presque 14 ans il y a | 2 réponses | 0

2

réponses

Question


changing text orientation of lcolorbar
I want to change the orientation of lcolorbar! I want my text align verticle, i.e i want to rotate texts besides colorbar by 90 ...

presque 14 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How to use Canny edge detector as a local edge detector?
use blockproc

presque 14 ans il y a | 0

Réponse apportée
sorting a matrix according to another matrix
A=[ 0.3 1;0.4 2; 0.1 3] B=[1 6; 3 8 ;2 11] [tf, loc] = ismember(A(:,2), B(:,1)) B_value = B(:,2); result=[ A(:,2) ...

environ 14 ans il y a | 0

| A accepté

Réponse apportée
how to sort a matrix
this should work A(A>a & A <b)

environ 14 ans il y a | 0

Réponse apportée
how to detect red color
A = imread('http://farm8.staticflickr.com/7192/6915806857_cfb9d98996_m.jpg'); imshow(A,[]) B= A(:,:,3); % your blue band...

environ 14 ans il y a | 1

| A accepté

Réponse apportée
Using Matlab to read and process remote sensing data
HW question ! :)

environ 14 ans il y a | 0

Réponse apportée
why is the magnitude of a window 1?
because doors have magnitude of 2 and usually window are smaller than doors. jokes apart, give some information what u talkin...

environ 14 ans il y a | 0

Réponse apportée
beginner - creating a list to plot
look at the ezplot function for more info: type doc ezplot in matlab

environ 14 ans il y a | 0

Réponse apportée
linking polar plot with image data
BUMP !

environ 14 ans il y a | 0

Question


linking polar plot with image data
I have a direction(nxn) and magnitude (nxn) images. I generate a polar plot by polar(direction(:), magnitude(:)); Now i...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Charger plus