Community Profile

photo

Bao


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Is it possible to loop through and set image pixels with a parfor loop?
This code transforms a 360 degree image, but it is it slow with images at high resolutions. I was wondering if it was possible t...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


Converting and Translating Points From Azimuth and Elevation to a Sphere and Back
transformedImage = app.originalImage; % Original image is the image to be translated transformedImage(:, :, :) = 0; % Creating ...

mehr als ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


Changing pixel colors of .JPG image produces weird colors
function applyGrid(app) app.newImage = app.originalImage; [imageWidth, imageLength] = size(app.originalImage); ...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten