Community Profile

photo

Utpol Das


Last seen: 2 years ago Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


Please help me to solve overlay class categories. The result of overlay shows some of pixels undefined categories. How can I assign all pixels according it's groundTruth class
Here, fig.1 is the original image, fig 2 is the groundTruth of fig 1. But when I assign all pixels according to its class cate...

3 years ago | 0 answers | 0

0

answers

Question


Please help to solve the problem. I am going to implement semantic segmentation. But when I have tested my groundTruth, it couldn't overlay the class categories properly.
This is my code for testing overlay of my groundTruth. Here, I is my input image and D is my groundTruth. Now I wish to overlay ...

3 years ago | 0 answers | 0

0

answers

Question


I want to convert segmented labeloverlay image into binary so that only object can represent clearly.
I = imread('triangleTest.jpg'); [C,scores] = semanticseg(I,net); B = labeloverlay(I,C); montage({I,B}) I want to convert B...

3 years ago | 0 answers | 0

0

answers

Question


I can not convert segmented image into binary properly and also can not show the binary result. Please help me.
idx = 2; I = readimage(imdsTest,idx); % I=imread('B9.jpg'); % I=imresize(I,[300,300]); C = semanticseg(I, net); seg = lab...

3 years ago | 1 answer | 0

1

answer

Question


How to extract features from a polygon shape region using CNN or in semantic segmentation and segment polygon shaped object?
I have taken border pixels of the desired object and plot that point using polygon shape. Now I want to extract features only fr...

3 years ago | 1 answer | 0

1

answer

Question


how can i take ginput from an image until close the figure and after closing figure how can start next image from folder
clear all close all % h = imshow('1.jpg'); % hp = impixelinfo; % set(hp,'Position',[5 1 300 20]); % pixel=[]; % for i=1:10...

3 years ago | 1 answer | 0

1

answer

Question


How can I match a test image from a folder images and output the most matched images from the training set?
I want to match a test image with the images of a folder and also want to output the matched image. I can only extract features...

4 years ago | 0 answers | 0

0

answers

Question


Unable to perform assignment because the left and right sides have a different number of elements.
for i = 1:n for j =1:n if(i~=j) P(i) = P(i) + exp(-abs(X(:,:,i) - X(:,:,j)).^2 / (ra / 2).^2); end ...

4 years ago | 1 answer | 0

1

answer

Question


Subtractive clustering implementation in Matlab
How can I implement subtractive clustering algorithm for an image? It needs normalize input data.But how can I normalize my in...

4 years ago | 0 answers | 0

0

answers