photo

Preetham Manjunatha


University of Southern California

Last seen: 1日 前 2014 年からアクティブ

Followers: 1   Following: 0

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

統計

All
  • 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

バッジを表示

Feeds

表示方法

送信済み


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

14日 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

15日 前 | ダウンロード 8 件 |

Thumbnail

回答済み
Crack width measurement on binary images
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
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 code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
How to calculate this crack from this image
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Crack Detection
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Crack detection on concrete
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Surface crack detention and length , width.
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Concrete Crack Width Measurement
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Matlab code for wall crack detection
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Determining crack length from images
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
How to detect the crack and calculate its length ?
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Crack analysis and width measurement in Concrete
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

15日 前 | 0

回答済み
Image processing for crack detection and length estimation
Here is the MATLAB code to calculate/estimate the crack area, width and length. In addition, this package assumes the crack is s...

約1ヶ月 前 | 0

送信済み


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

約2ヶ月 前 | ダウンロード 16 件 |

Thumbnail

送信済み


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

約2ヶ月 前 | ダウンロード 12 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 3 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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.

4ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 1 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 2 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 5 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 5 件 |

Thumbnail

送信済み


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

4ヶ月 前 | ダウンロード 2 件 |

Thumbnail

質問


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

8ヶ月 前 | 1 件の回答 | 0

1

回答

さらに読み込む