photo

Preetham Manjunatha


Last seen: 5 días hace Con actividad desde 2014

Followers: 3   Following: 0

Mensaje

Enthusiastic and versatile Research Associate with a Ph.D. in Applied Computer Vision and Machine Learning.

Programming Languages:
Python, C++, C, MATLAB, HTML, CSS, Shell
Spoken Languages:
English, Hindi
Pronouns:
He/him
Professional Interests:
AI for Signals and Images, Image Processing and Computer Vision, Data Synthesis

Estadística

All
MATLAB Answers

23 Preguntas
36 Respuestas

File Exchange

28 Archivos

CLASIFICACIÓN
6.560
of 301.517

REPUTACIÓN
7

CONTRIBUCIONES
23 Preguntas
36 Respuestas

ACEPTACIÓN DE RESPUESTAS
47.83%

VOTOS RECIBIDOS
4

CLASIFICACIÓN
2.359 of 21.314

REPUTACIÓN
754

EVALUACIÓN MEDIA
4.50

CONTRIBUCIONES
28 Archivos

DESCARGAS
49

ALL TIME DESCARGAS
5234

CLASIFICACIÓN

of 175.060

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 3
  • 3 Month Streak
  • GitHub Submissions Level 3
  • Thankful Level 3
  • Revival Level 1
  • First Answer
  • First Submission
  • First Review

Ver insignias

Feeds

Ver por

Respondida
count lines of code for entire project
Here is a lightweight MATLAB utility that recursively counts code, comment, and blank lines across files or directories and writ...

5 meses hace | 0

Respondida
Find what toolboxes a script uses
Here is the MATLAB code of a lighweight yet detailed toolboxes dependencies for each MATLAB script in the project folder. Produc...

5 meses hace | 0

Respondida
How do I tell which toolboxes my program uses?
Here is the MATLAB code of a lighweight yet detailed toolboxes dependencies for each MATLAB script in the project folder. Produc...

5 meses hace | 0

Respondida
How to detect and show the crack in this image and eliminate the rest of the objects (noises)?
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
how to identify the cracks from the image
The image looks quite intricate with regular structures like lines. As @Image Analyst mentioned morphological methods might help...

más de 1 año hace | 0

Respondida
How do I detect cracks on material
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Crack width measurement on binary images
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
how to create a vision system that can detect the crack on outer part of the pipe line and also measure the width and length of crack?
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
How to calculate this crack from this image
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Crack Detection
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Crack detection on concrete
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Surface crack detention and length , width.
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Concrete Crack Width Measurement
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Matlab code for wall crack detection
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Determining crack length from images
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
How to detect the crack and calculate its length ?
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Crack analysis and width measurement in Concrete
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Respondida
Image processing for crack detection and length estimation
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

más de 1 año hace | 0

Pregunta


Parfor "Out of Memory during deserialization" in large matrix operations
I am trying to use parfor for a large matrix operation. I am getting Out of Memory during deserialization error. Is there a way ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why imwarp isn't working for cylindrical projection?
I am trying to find the cylindrical projection of an image using the cylindrical projection equations. After finding the warpped...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to vectorize this nested for loop?
I am finding the cylindrical projection of an image given the camera intrinsic matrix and the distortion coefficients. After fin...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
How do I directly covert a depth image to 3-D point cloud?
This link can help to convert RGB-D images to point cloud, provided the camera intrinsic parameters.

más de 3 años hace | 0

Respondida
generate a point cloud from a given depth image-matlab Computer Vision System Toolbox
This link can help to convert RGB-D images to point cloud, provided the camera intrinsic parameters.

más de 3 años hace | 0

Respondida
Point Cloud from DEPTH and RGB image
This link can help to convert RGB-D images to point cloud, provided the camera intrinsic parameters.

más de 3 años hace | 0

Pregunta


How to convert row-major linear indices to column-major indices?
I have a row-major linear indices [1,8, 14, 9, 4, 11, 18] from a matrix 3 x 6 (row x column). How to convert this to column-majo...

alrededor de 4 años hace | 2 respuestas | 0

2

respuestas

Respondida
Matlab R2020b freezes when closing figure (Intel macOS Big Sur)
MATLAB R2022a still freezes when the Figure window is closed on macOS 12.3.

alrededor de 4 años hace | 0

Respondida
How can I plot a voronoi diagram with a limited area?
If the Voronoi Diagram bounded region is rectangle or square, here is the link function to clip the extending edges of the Voron...

alrededor de 4 años hace | 0

Respondida
How do I find the intersection point of two lines in MATLAB 6.5 (R13)?
Here is the link to find the intersection point of two line segments/lines. A fast two line intersection point finder based on t...

alrededor de 4 años hace | 0

Respondida
How to plot 2 lines and find the coordinates of their intersection?
Here is the link to find the intersection point of two line segments/lines. A fast two line intersection point finder based on t...

alrededor de 4 años hace | 0

Respondida
How to find the point of intersection of two lines in matlab ?
Here is the link to find the intersection point of two line segments/lines. A fast two line intersection point finder based on t...

alrededor de 4 años hace | 0

Cargar más