Remote Data Mining And Management Job In Data Science And Analytics

Coding 3D Model Partitioning with BSP-tree algorithm in Matlab

Find more Data Mining And Management remote jobs posted recently Worldwide

Hey I need you to make a 3D mesh analysis code (3D partitioning analysis) in MATLAB

So lets say I have a bumpy cube 3D mesh on Matlab, the 3D MESH have color from blue to red, this was generated from the jet colormap, as you know in the jet colormap the red has the highest value and blue has the lowest value, I need you to make the analysis by comparing each color value on the surface.

How?

by using BSP tree algorithm, in short, you make a 3D plane in MATLAB.

this is the case, You already have this data as input from My Code::
1. Mesh Surface 3D coordinate data (3 point triangle, nodes, and face)
2. Color Data on every face of the 3D model
3. colormap table of jet colormap
4. An input that can be changed by the user, for example, I want to split the object into 10 pieces, with a maximum size of the object is 10x10x10mm

here is the logic and it will do the code repeatedly:
1. the 3D plane will start at the center of the 3D object
2. the algorithm makes the 3D plane repeatedly increment 5 degrees rotating within 3-axis, collecting the color data on the surface
3. the algorithm will compare the color value on each increment segmentation, and choose the lowest value
4. the algorithm will cut the 3D model into two pieces
5. the algorithm repeated again from number 1, but this time it will analyze the 2 objects that we just partitioned it before, it will keep repeat until we got the number and size of parts we want

output and result that I need:
1. segmented 3D model, I prefer if you can split the 3D model and export each part into STL

Request:
After this project finish, you must explain to me a little bit, how this code work.
Please Dont hesitate to ask me if you have interest in this project

Budget:
for now, my maximum budget is $150, to finish the project
About the recuiter
Member since Mar 14, 2020
Rohit Kasurde
from Karnten, Austria

Skills & Expertise Required

Computer Graphics Computer Science Matlab MATLAB Script 

Candidate shortlisted and hired
Hiring open till - Apr 15, 2024

Work from Anywhere

40 hrs / week

Fixed Type

Remote Job

$143.27

Cost

Looking for help? Checkout our video tutorial
How to search and apply for jobs

How to apply? Do you have more questions about the Job?
See frequently asked questions

Similar Projects

LabStreamingLayer expert needed for BCILAB project

I am looking for someone who is proficient with the LabStreamingLayer (I will share github repository link with shortlisted candidates) to help with a BCILAB project over video call or chat.

BCILAB is a MATLAB plugin.

Qualification...read more

Fire Detection using MATLAB

I have a MATLAB code that I need to add a few things to. The code is about a forest fire detection system. There is a neural network algorithm that takes the data from an excel file and gets the output. Then there is a visualization for a Wireless Se...read more

Need help with a computer networking task

Identify which of the following statements are correct and which are not correct, given the information provided in the Microsoft Windows Networking Essentials book. Write a correct alternative statement for those which are not correct.

Convert Matlab Code into Python and review existing

I would like to write matlab function (findchangepts) into python.
Also there is an existing python code to be adjust for plotting timeseries.