photo

Bao


Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

대략 2년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 2년 전 | 답변 수: 2 | 0

2

답변