Community Profile

photo

Mohammad Bhat


Last seen: 3년 초과 전 2017년부터 활동

통계

  • First Review
  • Thankful Level 3
  • First Answer

배지 보기

Content Feed

보기 기준

질문


I am unable to find the errror.....
%------------------------Data STores--------------------------------------% dataSetDir = 'C:\Users\idree\Desktop\Main\ultimate\...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to Solve this, Semantic Segmentation with Dice Loss
My images are with 256 X 256 in size I am doing semantic segmentation with dice loss. ds = pixelLabelImageDatastore(imdsTrai...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to read all Images in datastore
Hi, I have 1600 images in a folder. When I am reading the images in a datastore...I am getting only 1400 images....???

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to find foreground pixels between two specified pixel locations in a connected component
Hi, I want to list the foreground pixels between two specified pixels, and list them, in a connected component.

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to label all the edges in a graph the euclidean distance between two adjacent nodes???
Hi, I have to weight each edge in below attached undirected graph with euclidean distance between two adjacent nodes. How we ...

대략 5년 전 | 답변 수: 1 | 0

1

답변

질문


How to find locations of pixels that leads to one pixel to another pixel ?
Hi, I want to get the location of pixels that leads from one pixel to another pixel <</matlabcentral/answers/uploaded_file...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I want to check whether the path between two pixels does not contain certain pixels?
Hi, I have certain pixel locations (represented by Indices), I have to check path between two pixels (taken arbitrary) does n...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to check if two white pixels are connected by a black pixels in between?
Here is the scenario:- <</matlabcentral/answers/uploaded_files/125778/Presentation1dew.jpg>>

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to detect between any two pixels (preferably far) there exist an number of foreground pixels of an image (foreground=white and background=black)???
Hi, I have to count black pixels between two white pixels in any direction??? <</matlabcentral/answers/uploaded_files/12...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to connect the following points ??
Hi, I want to connect the key_points from a binary image, taken by some criteria, as shown in the figure below:- <</matlab...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to connect each pair of pixels Image A taken from image B (Image A and Image B are given as under)
Hi, I have extracted some pixels (based on some criteria ) from image A and got Image B as shown below. <<https://www...

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to visualize graphically, clusters from Hierarchical clustering algorithm????
Hi, After performing Hierachial clustering on Dissimilarity data, D, with Complete linkage...as T = cluster(Z,'cutof',1....

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to calculate pairwise distance between 10 images in folder???
Hi, I have ten images in a folder, I have to calculate distance between each pair of images like 1-1,1-2,1-3,1-4,1-5,1-6,1-7,1-...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to calculate the distance between two un-equal vectors in matlab.???
Consider I have two vectors of different lengths i.e., length(a) is not equal to length (b). How to caluclate the distance betwe...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to crop the gray scale image automatically???
Hi, I have a gray scale image of Handwritten word, I want to crop only portion of that image which exactly carries that word o...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


MATLAB FUCNTION 'dwt2' not working in Matlab2016a??
Undefined function or variable 'dwt2'.

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to form Adjacency matrix from CXX and CYY where CXX and CYY contains collectively some information??
Hi, I have 100 x 100 binary image, I have made 2 x 2 grid on it, within each grid I am taking centre-of-mass of the white pixe...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to get matrix from plot ???
Hi,I plotted a CYY and CXX having certain values ..... plot(CYY,CXX,'g*'); Now I want to get those plotted ...

대략 6년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How to sort the struct array after reading number of images using dir command
After following these steps, It worked for another function https://in.mathworks.com/matlabcentral/fileexchange/10959-sort-n...

대략 6년 전 | 0

질문


How to sort the struct array after reading number of images using dir command
Hi, I am reading images thru 'dir' command from a folder but those are unsorted , I am expecting them as sorted.... file...

대략 6년 전 | 답변 수: 2 | 0

2

답변

질문


How to structure the Dataset in separate classes??
HI, I have a dataset in which classes (say 100) are put together in folders, each folder belonging to one particular writer, I ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Sort matrix based on unique values in one column
sir, If we want to keep only maximum value besides second unique column value...

대략 6년 전 | 1

질문


How to extract the column first of matrix based on the values of the second column in the matrix??
Hi, I have a matrix (100 x2), I have to extract the sub-matrix on the basis of values in the second column e.g v = ...

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


Log-Polar representation used as 2D contour descriptor
Hi, I have coordinates of contour of an image, can we use log-polar transform of these contour points for shape matching....

대략 6년 전 | 답변 수: 0 | 0

0

답변

답변 있음
how to calculate the major and minor axis of an ellipse in contour plot
How can I pass ellipse as an object to regionprops

대략 6년 전 | 0

질문


How to draw concentric ellipses within exsisting ellipse....
Hi, I have to draw concentric ellipses (say 2) within existing ellipse...I am attaching plotted ellipse.. How can we draw that....

대략 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to solve the error....
size of c=[141 1] , size of t=[1 100], size of V=[146 146], size of D=[146 146] and t=100. I AM PERFORMING AN EXPRESSION A...

대략 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to divide the circle into specified sectors????
Hi, I have to divide the Circle in specified sectors.... . The angles and radius for cirlces should be specified by some criter...

대략 6년 전 | 답변 수: 1 | 0

1

답변

답변 있음
matlab code for chi-square distance
We are getting a lot of values in after using chi-square comparison between histograms...How to get a single value, in order to ...

대략 6년 전 | 1

질문


Comparison between two histograms??
After evaluating chi-square distance between two histograms, I am getting large number of values ,how to interpret these values ...

대략 6년 전 | 답변 수: 0 | 0

0

답변

더 보기