photo

Preetham Manjunatha


University of Southern California

Last seen: Today Active since 2014

Followers: 3   Following: 0

Message

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

Statistics

All
MATLAB Answers

23 Questions
36 Answers

File Exchange

28 Files

RANK
6,561
of 300,688

REPUTATION
7

CONTRIBUTIONS
23 Questions
36 Answers

ANSWER ACCEPTANCE
47.83%

VOTES RECEIVED
4

RANK
2,394 of 21,039

REPUTATION
738

AVERAGE RATING
4.50

CONTRIBUTIONS
28 Files

DOWNLOADS
76

ALL TIME DOWNLOADS
5126

RANK

of 170,148

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

View by

Submitted


Count lines in MATLAB scripts for a project folder
A lightweight MATLAB utility that recursively counts code, comment, and blank lines across files/directories and writes a per-fi...

4 days ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Required toolboxes and dependencies in MATLAB scripts
This script retrieves all toolboxes used in each script in the project folder. Creates a neat report for all the scripts local/g...

13 days ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Automatic panoramic image stitcher (AutoPanoStitch)
Automatic Panorama Stitching software in MATLAB. Spherical, cylindrical, planar, and other projections are supported in this pac...

13 days ago | 12 downloads |

5.0 / 5
Thumbnail

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

13 days ago | 0

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

19 days ago | 0

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

19 days ago | 0

Submitted


Law's texture filter of filter sizes 3, 4, 5, and 7
An implementation of Law's texture filter of filter sizes 3, 4, 5 and 7. Provides the feature vector, Law's tensor and energy ma...

1 month ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


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

1 month ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

2 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Intersection of two lines (a fast parametric method)
A fast two-line intersection point-based in parametric space. Finds the intersection point between two lines if it exists.

7 months ago | 9 downloads |

0.0 / 5
Thumbnail

Submitted


Image color segmentation
Segments a color image by a color picked RGB value or by K-means clustering on RGB, HSV, L*a*b*, XYZ, YCbCr, or YIQ (NTSC) co...

7 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


Binary semantic segmentation annotation quality control
This MATLAB script helps to assess and control the quality of binary image segmentation annotations using visualization of image...

8 months ago | 2 downloads |

0.0 / 5
Thumbnail

Submitted


GPS data path tracking, visualization and distance
This repository is a simple MATLAB script for the GPS path tracking and visualization using the Google Maps.

10 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Image stitching cylindrical/spherical/planar given R and K
Stitches cylindrical/spherical/planar panorama images for various motion models given the rotation (R) and camera intrinsics (K)...

10 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Image stitching given rotation/camera intrinsic matrices
Stitches panorama image given the rotation (R) and camera intrinsics (K) matrices for each images after the bundle adjustment pr...

10 months ago | 3 downloads |

0.0 / 5
Thumbnail

Submitted


Cracks segmentation by gradient and morphological methods
This repository consists of classical cracks semantic segmentation methods such as morphological, Hessian and Fractional Anisotr...

11 months ago | 6 downloads |

0.0 / 5
Thumbnail

Submitted


Crack width, length and area calculation and visualization
Calculates the crack width based on the ellipse major axis orientation and Bresanham line traversing and follows a visualization...

11 months ago | 4 downloads |

0.0 / 5
Thumbnail

Submitted


Cracks binary class bounding box and segmentation metrics
This repository consists of the binary class object detection and semantic segmentation metrics for the cracks from scratch.

11 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


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

11 months ago | 2 downloads |

2.0 / 5
Thumbnail

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

11 months ago | 0

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

11 months ago | 0

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

11 months ago | 0

Submitted


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

11 months ago | 2 downloads |

5.0 / 5
Thumbnail

Submitted


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

11 months ago | 1 download |

0.0 / 5
Thumbnail

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

12 months ago | 0

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

12 months ago | 0

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

12 months ago | 0

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

12 months ago | 0

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

12 months ago | 0

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

12 months ago | 0

Load more