Community Profile

photo

Preetham Manjunatha


University of Southern California

Last seen: 1 jour il y a Actif depuis 2014

Followers: 0   Following: 0

Contact

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

Statistiques

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

Afficher les badges

Feeds

Afficher par

A soumis


Cracks splitter/cropper/augment on a single image
Augments the cracks with similar geometric properties, cracks can be split into tile images.

8 jours il y a | 6 téléchargements |

Thumbnail

A soumis


Cracks splitter/cropper/augment on a large dataset
To augment the cracks with similar geometric properties, cracks can be split into tile images on a large dataset.

8 jours il y a | 7 téléchargements |

Thumbnail

A soumis


Weighted adjacency matrix of an image using energy function
Creates a weighted adjacency matrix from an energy matrix for an image. Average, similarity, and dissimilarity between the nodes...

21 jours il y a | 1 téléchargement |

Thumbnail

A soumis


Automatic panoramic image stitcher (AutoPanoStitch)
Automatic Panorama Stitching software in MATLAB. Spherical, cylindrical and planar projections stitching is supported in this ve...

3 mois il y a | 25 téléchargements |

Thumbnail

A soumis


Image to cylindrical and spherical projection/warping
Cylindrical and spherical coordinates projection of the color and grayscale images without any slow for-loops.

3 mois il y a | 2 téléchargements |

Thumbnail

A soumis


Shape curvature histogram
Feature vector of the curvature histogram of the shapes.

3 mois il y a | 1 téléchargement |

Thumbnail

A soumis


Random graphs and trees
Creates Erdos-Renyi, geometric random graphs, and rapidly-exploring random trees (RRT and RRT*).

3 mois il y a | 3 téléchargements |

Thumbnail

A soumis


Panorama image cropper
Crops a fully stitched panorama with black/white background.

3 mois il y a | 2 téléchargements |

Thumbnail

A soumis


Color and depth (RGB-D) images to point cloud
Creates point clouds from color and depth (RGB-D) images provided by the camera's intrinsic parameters. Also, writes the point c...

9 mois il y a | 7 téléchargements |

Thumbnail

A soumis


3D space tiling (partition/divide the 3D space w/wo overlap)
Divides the 3D space with or without overlaps. Tested on 3D point clouds.

environ un an il y a | 1 téléchargement |

Thumbnail

A soumis


Multiclass metrics of a confusion matrix
Given the confusion matrix finds the two or multiclass metrics such as precision, recall, F1-score, and others.

environ un an il y a | 18 téléchargements |

Thumbnail

A soumis


Custom colormap
Creates a custom color map given the RGB triplet array.

environ un an il y a | 1 téléchargement |

Thumbnail

A soumis


Curvature measure and visualization
Measures the shape properties of the object boundaries and displays the curvature.

environ un an il y a | 12 téléchargements |

Thumbnail

A soumis


Line 2 Line intersection point (two line segments)
A fast two-line intersection point-based in parametric space. Finds the intersection point between two lines if it exists.

environ un an il y a | 26 téléchargements |

Thumbnail

A soumis


Probability density functions distance and similarity
Measures the distances and similarities between two probability density functions of signals.

environ un an il y a | 3 téléchargements |

Thumbnail

A soumis


Acceleration to velocity and displacement using DSP filters
Filters and converts the acceleration data to velocities and displacements using the signal processing algorithms.

environ un an il y a | 13 téléchargements |

Thumbnail

A soumis


Voronoi bounded rectangular or square limits
Provides a bounded Voronoi Diagram with vertices similar to MATLAB [vx,vy] = voronoi(x,y). In other words, prunes the edges that...

environ un an il y a | 5 téléchargements |

Thumbnail

A répondu
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.

plus d'un an il y a | 0

A répondu
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.

plus d'un an il y a | 0

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

plus d'un an il y a | 0

Question


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

environ 2 ans il y a | 2 réponses | 0

2

réponses

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

environ 2 ans il y a | 0

A répondu
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...

environ 2 ans il y a | 0

A répondu
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...

environ 2 ans il y a | 0

A répondu
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...

environ 2 ans il y a | 0

A répondu
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...

environ 2 ans il y a | 0

A répondu
Finding intersection point of the lines
Here is the link to find the intersection point of two line segments/lines. A fast two line intersection point finder based on t...

environ 2 ans il y a | 0

A répondu
Voronoi boundaries
If the Voronoi Diagram bounded region is rectangle or square, here is the link function to clip the extending edges of the Voron...

environ 2 ans il y a | 0

A répondu
Voronoi Diagram Boundaries with a given width
If I understand your problem correctly, are you looking to bound the Voronoi region? If so, here is the link function to clip th...

environ 2 ans il y a | 0

A répondu
voronoi within a pre-defined area
Here is the link function to clip the extending edges of the Voronoi Diagram for rectangular or square region. Rigorously tested...

environ 2 ans il y a | 1

Charger plus