photo

Preetham Manjunatha


University of Southern California

Last seen: 1 day 前 自 2014 起处于活动状态

Followers: 3   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
MATLAB Answers

23 个提问
33 个回答

File Exchange

26 文件

排名
6,521
of 299,930

声誉
7

贡献数
23 个提问
33 个回答

回答接受率
43.48%

收到投票数
4

排名
2,406 of 20,845

声誉
726

平均
4.50

贡献数
26 文件

下载次数
74

ALL TIME 下载次数
5020

排名

of 166,620

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • 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

排序方式:

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 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 Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...

9 months 前 | 0

已回答
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...

9 months 前 | 0

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

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

9 months 前 | 0

已回答
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...

10 months 前 | 0

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

已回答
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.

3 years 前 | 0

已回答
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.

3 years 前 | 0

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

3 years 前 | 0

提问


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

3 years 前 | 2 个回答 | 0

2

个回答

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

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

已回答
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...

3 years 前 | 0

加载更多