photo

Shreyansh Dubey


Actif depuis 2018

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Can someone help me filling holes in the image attached and make it a perfect binary image with all holes filled?
<</matlabcentral/answers/uploaded_files/132099/humanoi_mesh.JPG>> I want that inside the boundary of the humanoid it should b...

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

2

réponses

Question


How can i make my rounds() function be very precised when handling around 400 values at a time?
I have made this function rounds() which rounds the values to the nearest multiple of 0.5, ie, rounds(2.685)=2.5 rounds(2.332)=...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


What should be the strategy to use machine learning in order to improve the accuracy of a system that measures some aspects from an image using Computer vision ?
I have developed a system on MATLAB to measure some aspects of Human Body using computer vision for my research. The problem wit...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can I automatically crop only the region of face and neck from the front view and side view images of a person?
I have been able to convert the whole image into a binary image and do my processing further on the image but i specifically wan...

presque 6 ans il y a | 1 réponse | 0

1

réponse

Question


How to shift a point parallel to X-axis to 2nd part of a superimposed image and calculate the indexing of that point on the 2nd image?
<</matlabcentral/answers/uploaded_files/127260/fused.PNG>> <</matlabcentral/answers/uploaded_files/127259/fused.PNG>> I am a...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


How can I convert an image from a thermal camera in jpg format to .csv format of the same image on MATLAB?
I was earlier taking thermal images from a camera and converting them manually using the thermal camera PC application(FLIR Tool...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Is it possible to create/plot a 3-D blob of a human body using MATLAB?
If yes, just want to know in brief how or what and where to refer, if I want to try doing it.

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

1

réponse

Réponse apportée
How can I write data to excel sheet in the next column automatically when my program runs for the 2nd time, 3rd time and so on while still having the previous runtime computations saved in previous columns of excel file
So i have found near to perfect solution for my problem here, i have just increased an argument in the function and the code goe...

environ 6 ans il y a | 0

| A accepté

Question


How can I write data to excel sheet in the next column automatically when my program runs for the 2nd time, 3rd time and so on while still having the previous runtime computations saved in previous columns of excel file
function []=calculate(a,b,c,d) % code calculation(1)=a*b; calculation(2)=a+b+c+d; calculation(3)=a*b*c*d; ...

environ 6 ans il y a | 3 réponses | 0

3

réponses

Question


I have plotted the boundaries of a binary image Ax in the code, Is there a way to use the boundary plot itself as the image for further processing?
if true file= 'hemanths1.csv'; % read the csv file into an image data=csvread(file,1,1); [r,c]=size(data)...

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

0

réponse