Find Jobs
Hire Freelancers

Matlab: Selecting a meshgrid subset and transform it with a conformal map

€8-30 EUR

Færdiggjort
Slået op cirka 4 år siden

€8-30 EUR

Betales ved levering
Preamble: - This is a very small part of a non-commercial art project with a fixed budget of 30 EUR but no strict due date or deadline. A sufficient time intervall would be completion in 1 weeks. - Making higher price bids than the budget or low price bids without reading the description and demanding more later is worthless and is only a waste of time for all stakeholders. - Demanding a milestone release without me inspecting and testing the Matlab code will not be accepted. THE TASK: Given is a RGB image (img), a gray mask (SF), and a complex valued function fz (like fz = 0.5*(z+(1./z))), that should be used to distort a region of img. A region in SF should be specified by a condition for example SF > 0. If an output-grid is generated the same size as SF a corresponding region can be specified in that grid and the transformation of the output-grid should be restricted to this grid subset: if the corresponding SF-pixel to a gridpoint satisfy the given condition transform gridpoint with fz; end Instead of iterating through the grid or using the slow arrayfun I tried to specify a sub-grid with [u, v] = find(SF>0); y_u = yo0(u); x_v = xo0(v); apply the conformal map to the sub-grid and separate real and imag fxiy = 0.5*((x_v+1i.*y_u)+(1./(x_v+1i.*y_u))); x_v = real(fxiy); y_u = imag(fxiy); and then exchange the transformed sub-grid in the original grid before generating the output image using interp2 (see complete Matlab code below as a low level conformal image mapping generalized from the Droste effect [login to view URL]). But the output image looks the same as the input image. The task is to find a fast (vectorinzing) solution to transform a subgrid with fz. [h_o,w_o,~] = size(SF); [h_i,w_i,~] = size(img); % GENERATE IN-GRID AND NORMALIZE [0 1] [xi,yi] = meshgrid(linspace(0,w_i+1,w_i),linspace(0,h_i+1,h_i)); xi = xi/w_i; yi = yi/h_i; % GENERATE OUT-GRID AND NORMALIZE [-1 1] [xo0,yo0] = meshgrid(1:w_o,1:h_o); xo0 = (xo0/w_o)*2 - 1; yo0 = (yo0/h_o)*2 - 1; % FIND GRID POINTS WHERE CORRESPONDING COORDINATE IN SF FULFILLS CONDITION [u, v] = find(SF>0); y_u = yo0(u); x_v = xo0(v); % APPLY fz TO THOSE GRID POINTS fxiy = 0.5*((x_v+1i.*y_u)+(1./(x_v+1i.*y_u))); % SEPARATE real & imag x_v = real(fxiy); y_u = imag(fxiy); % EXCHANGE MAPPED GRID POINTS xo1 = xo0; xo1(v) = x_v; yo1 = yo0; yo1(u) = y_u; % NORMALIZE OUT-GRID [0 1] xo1 = (xo1+1)/2; yo1 = (yo1+1)/2; % INTERPOLATE OUTPUT IMAGE img_out = zeros(h_o,w_o,3); for k = 1:3; img_out(:,:,k) = uint8(interp2(xi, yi, img(:,:,k), xo1, yo1, 'linear')); end;
Projekt-ID: 24714249

Om projektet

4 forslag
Projekt på afstand
Aktiv 4 år siden

Leder du efter muligheder for at tjene penge?

Fordele ved budafgivning på Freelancer

Fastsæt dit budget og din tidsramme
Bliv betalt for dit arbejde
Oprids dit forslag
Det er gratis at skrive sig op og byde på jobs
Tildel til:
Brug Avatar.
Hi, I am a mathematician with a specialty in image processing, your project is really interesting to me. I used to work with morphing and warping of an image using based physical process, also the conformal mesh mapping is one of my passions, also I think it is possible to do the work in less than 7 days.
€29 EUR på 7 dage
4,9 (5 anmeldelser)
3,2
3,2
4 freelancere byder i gennemsnit €23 EUR på dette job
Brug Avatar.
Hi! I have good experience in MATLAB programming. I can help you in improving your code and producing the desired output image. Kindly consider me for the project. Regards
€24 EUR på 3 dage
4,7 (11 anmeldelser)
3,3
3,3
Brug Avatar.
hello employer nice to meet you I think you need an expert matlab. well I am here to help you my fields are electronic warfare, communication technologies, radar systems and Simulink and digital signal and image processing if you want, please contact me
€19 EUR på 7 dage
1,7 (4 anmeldelser)
3,8
3,8
Brug Avatar.
Preamble: - This is a very small part of a non-commercial art project with a fixed budget of 30 EUR but no strict due date or deadline. A sufficient time intervall would be completion in 1 weeks. - Making higher price bids than the budget or low price bids without reading the description and demanding more later is worthless and is only a waste of time for all stakeholders. - Demanding a milestone release without me inspecting and testing the Matlab code will not be accepted. THE TASK: Given is a RGB image (img), a gray mask (SF), and a complex valued function fz (like fz = 0.5*(z+(1./z))), that should be used to distort a region of img. A region in SF should be specified by a condition for example SF > 0. If an output-grid is generated the same size as SF a corresponding region can be specified in that grid and the transformation of the output-grid should be restricted to this grid subset:
€20 EUR på 2 dage
0,0 (0 anmeldelser)
0,0
0,0

Om klienten

Flag for GERMANY
Schmelz, Germany
5,0
12
Betalingsmetode verificeret
Medlem siden nov. 25, 2016

Klientverificering

Tak! Vi har sendt dig en e-mail med et link, så du kan modtage din kredit.
Noget gik galt, da vi forsøgte at sende din mail. Prøv venligst igen.
Registrerede brugere Oprettede jobs i alt
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Indlæser forhåndsvisning
Geolokalisering er tilladt.
Din session er udløbet, og du er blevet logget ud. Log venligst ind igen.