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
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
Feeds
제출됨
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...
22일 전 | 다운로드 수: 4 |
제출됨
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...
대략 1개월 전 | 다운로드 수: 2 |
제출됨
Automatic panoramic image stitcher (AutoPanoStitch)
Automatic Panorama Stitching software in MATLAB. Spherical, cylindrical, planar, and other projections are supported in this pac...
대략 1개월 전 | 다운로드 수: 5 |
답변 있음
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...
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...
대략 1개월 전 | 0
답변 있음
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...
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...
대략 1개월 전 | 0
답변 있음
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...
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...
대략 1개월 전 | 0
제출됨
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...
대략 2개월 전 | 다운로드 수: 1 |
제출됨
Curvature measure and visualization
Measures the shape properties of the object boundaries and displays the curvature.
2개월 전 | 다운로드 수: 2 |
제출됨
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개월 전 | 다운로드 수: 1 |
제출됨
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개월 전 | 다운로드 수: 9 |
제출됨
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개월 전 | 다운로드 수: 2 |
제출됨
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개월 전 | 다운로드 수: 2 |
제출됨
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.
11개월 전 | 다운로드 수: 1 |
제출됨
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)...
11개월 전 | 다운로드 수: 1 |
제출됨
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...
11개월 전 | 다운로드 수: 1 |
제출됨
Cracks segmentation by gradient and morphological methods
This repository consists of classical cracks semantic segmentation methods such as morphological, Hessian and Fractional Anisotr...
11개월 전 | 다운로드 수: 6 |
제출됨
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개월 전 | 다운로드 수: 4 |
제출됨
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개월 전 | 다운로드 수: 1 |
제출됨
Image to cylindrical and spherical projection/warping
Cylindrical and spherical coordinates projection of the color and grayscale images without any slow for-loops.
12개월 전 | 다운로드 수: 2 |
답변 있음
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...
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...
12개월 전 | 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...
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...
12개월 전 | 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...
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...
12개월 전 | 0
제출됨
Panorama image cropper
Crops a fully stitched panorama with black/white background.
12개월 전 | 다운로드 수: 2 |
제출됨
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...
12개월 전 | 다운로드 수: 1 |
답변 있음
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...
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...
대략 1년 전 | 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...
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...
대략 1년 전 | 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...
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...
대략 1년 전 | 0
답변 있음
Crack Detection
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...
Crack Detection
Here is the MATLAB Crack segmentation and Crack width, length and area estimation codes to calculate/estimate the crack area, wi...
대략 1년 전 | 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...
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...
대략 1년 전 | 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...
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...
대략 1년 전 | 0








