Shreyansh Dubey
Followers: 0 Following: 0
Statistik
RANG
118.015
of 295.486
REPUTATION
0
ANTWORTZUSTIMMUNG
55.56%
ERHALTENE STIMMEN
0
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 6 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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)=...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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.
mehr als 6 Jahre vor | 1 Antwort | 0
1
AntwortHow 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...
mehr als 6 Jahre vor | 0
| akzeptiert
Frage
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; ...
mehr als 6 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
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)...
mehr als 6 Jahre vor | 0 Antworten | 0