photo

Shreyansh Dubey


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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

6年弱 前 | 2 件の回答 | 0

2

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

質問


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

約6年 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 1 件の回答 | 0

1

回答

質問


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

約6年 前 | 0 件の回答 | 0

0

回答

質問


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

約6年 前 | 0 件の回答 | 0

0

回答

質問


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.

約6年 前 | 1 件の回答 | 0

1

回答

回答済み
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...

約6年 前 | 0

| 採用済み

質問


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

約6年 前 | 3 件の回答 | 0

3

回答

質問


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年 前 | 0 件の回答 | 0

0

回答