Community Profile

photo

Shreyansh Dubey


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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...

5 years ago | 2 answers | 0

2

answers

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)=...

5 years ago | 1 answer | 0

1

answer

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...

5 years ago | 0 answers | 0

0

answers

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...

5 years ago | 1 answer | 0

1

answer

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...

5 years ago | 0 answers | 0

0

answers

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...

5 years ago | 0 answers | 0

0

answers

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.

5 years ago | 1 answer | 0

1

answer

Answered
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...

5 years ago | 0

| accepted

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; ...

5 years ago | 3 answers | 0

3

answers

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)...

6 years ago | 0 answers | 0

0

answers