![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/9123177_1672360902753.jpg)
George Abrahams
Followers: 0 Following: 0
PhD graduate in Biomedical Engineering (Robotics) from King's College London.
Statistiques
RANG
1 524
of 297 016
RÉPUTATION
44
CONTRIBUTIONS
0 Questions
56 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
10
RANG
8 143 of 20 419
RÉPUTATION
111
CLASSEMENT MOYEN
5.00
CONTRIBUTIONS
7 Fichiers
TÉLÉCHARGEMENTS
55
ALL TIME TÉLÉCHARGEMENTS
717
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
bwgrowregions: Multi-class region growing for binary images
aka Geodesic Voronoi. Useful for centerline- or skeleton-based image segmentation.
7 mois il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/2f0cb8c9-b967-4640-8a2e-52cb52d37de9/e86710bc-76db-405e-8692-707408e0b11d/images/1704411093.png)
How to create a 3D world and simulate a virtual camera in MATLAB on MacOS?
To extend @Umar's answers, to go from image points to an actual image made of up pixels rather than something more like a scatte...
8 mois il y a | 1
| A accepté
How to preserve subscript or superscript formatting in a text string?
Hi @Leon, For text-based graphics objects, such as title or xlabel, MATLAB uses the following syntax for superscripts and subsc...
9 mois il y a | 0
A soumis
plotframe: Plot a 3-D Cartesian coordinate system
hg = plotframe( rotationMatrix, translationVector, basisVectorLengths, Name=Value )
9 mois il y a | 36 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/49b34510-c464-4cb0-aef6-1f7f6d0c0d32/7dc85a41-a59f-48ca-b1e8-0f46613615ae/images/1702578556.png)
How to rewrite code without nested loops
This can be solved using a built-in MATLAB solver, ode45. However, the logistic equation actually has an analytic solution. See...
10 mois il y a | 0
How to display the coordinate system of the figure (UCS icon)?
Heres what I think is a pretty nice solution. The coordinate system bases (arrows) are plotted with my plotframe function on Fil...
11 mois il y a | 0
A soumis
3D Rendering Toolbox: Color image and depth map from mesh
A notable use case is to simulate RGB or Kinect (depth) camera images for computer vision applications.
11 mois il y a | 12 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4b9aa809-65eb-4cdc-9667-db9dd2cd82de/dfff8747-2bc6-4b59-aa11-0bf224a19980/images/1707495841.png)
Camera looking down the negative Z-Axis
Hi @Alex Ruiz. This is equivalent to an 180 degree rotation around the camera's local X-axis. The position of the camera won't b...
environ un an il y a | 0
Get visible vertices of a 3D mesh.
Hi @Gaurav. You essentially want the rasterization process, but using the subpixel location of the vertices on the image plane, ...
environ un an il y a | 0
How to get projected depth values from camera toolbar while displaying a 3D mesh.
Hi @Gaurav. My 3D Rendering Toolbox on File Exchange will easily handle this. For example, you can see the toolbox generating a ...
environ un an il y a | 0
Creating a depth map of a 3D surface
Hi @Ben. My 3D Rendering Toolbox on File Exchange will easily handle this, assuming that you want a perspective projection. For ...
environ un an il y a | 1
convert stl file to depth map
Hi @Yuval Braun, you need a renderer. My 3D Rendering Toolbox on File Exchange will easily handle this. For example, you can see...
environ un an il y a | 0
Z map of Camera
Hi @Afsaneh, you need a renderer, either rasterized or ray-traced (slower). My 3D Rendering Toolbox on File Exchange will easily...
environ un an il y a | 0
Using camera intrinsics in surface plot
See world2img. Requires the Computer Vision Toolbox.
environ un an il y a | 0
Help! Project a 3D Mesh to an image - how to get the corresponding 2d coordinates with 3D points
If you're not commited to using the MATLAB axes' camera, my 3D Rendering Toolbox on File Exchange contains the function world2im...
environ un an il y a | 0
get projection image without rendering to screen
My 3D Rendering Toolbox on File Exchange is one option for doing this. The world2image function performs the perspective project...
environ un an il y a | 0
How can I get the image plane of a rendered 3D mesh?
Me again. The alternative is to, like you said, render it yourself with perspective projection etc. This will give you full cont...
environ un an il y a | 0
Simulate real camera capturing process
For anyone else landing on this page with a similar question, the issue with getframe is that you can't control the sensor resol...
environ un an il y a | 0
How to generate 2D grid map inside of a patch area
Hi @David Hermann. A 2D grid map of a patch sounds suspiciously like an image of the patch. Considering that you're first extra...
environ un an il y a | 0
Why is vec2mtx missing some grid points?
vec2mtx is an implementation of a line drawing algorithm. It takes a continuous line segment and converts it to a discrete grid ...
environ un an il y a | 0
create a loop within another loop as the parameter changes
Hi @Alessandro. Unfortunately your code contains mismatched brackets in the calculation of Tr, we don't know the sizes of rhob ...
environ un an il y a | 0
how to caculate using time of the MATLAB Online (basic): ?
You'll need to give more information. Are you trying to time something, like the execution time of a piece of code? If so, timei...
environ un an il y a | 0
2D plot using data from different text files
Something along these lines? (Pun intended) fileNames = [ "a.txt", "b.txt", "c.txt", "d.txt", "e.txt" ]; angleOfIncidence = [ ...
environ un an il y a | 0
How to estimate the depth map for a 2D face image?
This task is called "monocular depth estimation" and it is a heavily researched field. For a still image, the most common, trad...
environ un an il y a | 0
How to find depth map image by using a single image......?????
This task is called "monocular depth estimation" and it is a heavily researched field. For a still image, the most common, trad...
environ un an il y a | 0
How can I get the image plane of a rendered 3D mesh?
The most literal answer to your question is getframe. For example: surf( peaks ) % Convert the plot to an image. F = getframe...
environ un an il y a | 0
| A accepté
How do I convert focal length from mm to pixels?
Let be the focal length in mm, be the focal length in pixels, and be the pixel size in mm. Then, and . The values for sho...
environ un an il y a | 0
Trasform focal length from pixel to world unit
Hi @dix93. Please see the camera calibration documentation on the intrinsic parameters. The intrinsic matrix has the following e...
environ un an il y a | 0
Why is the unit of focal length in pixel when you multiply mm and pixel?
Hi @sinan saglam. I'm assuming that you're referring to the cameraIntrinsics documentation. At the time of writing, it describes...
environ un an il y a | 0
intersect and delete 3D Mesh
Hi @Alexander. This is known as constructive solid geometry (CSG). Here are a few MATLAB resources for you. gptoolbox on File E...
environ un an il y a | 0