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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答